]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Remove InspIRCd::BindSocket()
[user/henk/code/inspircd.git] / include /
2014-08-04 Attila MolnarRemove InspIRCd::BindSocket()
2014-07-25 Attila MolnarMerge insp20
2014-07-19 Attila MolnarAccess local user list via new UserManager::GetLocalUse...
2014-07-19 Attila MolnarMove and rename typedef LocalUserList to UserManager...
2014-07-16 Attila MolnarMove typedef OperIndex to ServerConfig::OperIndex
2014-07-16 Attila MolnarMove typedef ClassVector to ServerConfig::ClassVector
2014-07-14 Attila MolnarExpand ISupportManager documentation
2014-07-14 Attila MolnarMinor ISupportManager changes
2014-07-14 Attila MolnarMove ISupportManager class declaration to isupportmanag...
2014-07-14 Attila MolnarRename UserChanList to User::ChanList, remove UCListIter
2014-07-14 Attila MolnarRemove typedef UserMembIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRemove typedef UserMembCIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRename UserMembList to Channel::MemberMap, switch all...
2014-07-14 Attila MolnarChange return type of Channel::GetUsers() to reference...
2014-07-10 Attila MolnarMove the TimerMap typedef into the private part of...
2014-07-10 Attila MolnarRemove current time parameter of the Timer constructor
2014-07-10 Attila MolnarMove the definition of Timer::Timer() into the source...
2014-07-09 Attila Molnarcore_whowas Rename and move WhoWasGroup to WhoWas:...
2014-07-09 Attila Molnarcore_whowas Return a WhoWas::Manager::Stats struct...
2014-07-09 Attila Molnarcore_whowas Split database logic into a WhoWas::Manager...
2014-07-09 Attila Molnarcore_whowas Rename misleading variables and typedefs
2014-07-09 Attila Molnarcore_whowas Switch from map to a hash map and from...
2014-07-09 Attila Molnarcore_whowas Change the FIFO to be an intrusive list
2014-07-09 Attila Molnarcore_whowas Store the nickname in WhoWas::Nick
2014-07-09 Attila Molnarcore_whowas Store time added in WhoWas::Nick
2014-07-09 Attila Molnarcore_whowas Delete elements of the per nick deque in...
2014-07-09 Attila Molnarcore_whowas Create class WhoWas::Nick, store pointers...
2014-07-09 Attila MolnarAdd intrusive_list_tail container that maintains a...
2014-07-09 Attila MolnarMake the name of intrusive list class configurable...
2014-07-09 Attila MolnarSplit intrusive list implementation into a separate...
2014-07-03 Attila MolnarUser::ChangeNick() cannot fail if the new nick is the...
2014-07-03 Attila MolnarRemove now needless User::ForceNickChange()
2014-06-28 Attila MolnarAdd InspIRCd::TimingSafeCompare() function that compare...
2014-06-25 Peter PowellAdd parameter to InspIRCd::TimeString for UTC time...
2014-06-25 Peter PowellAdd formatting to InspIRCd::TimeString; switch all...
2014-06-24 Attila MolnarInherit ThreadQueueData from Mutex to avoid duplicating...
2014-06-24 Attila MolnarRemove empty Thread destructor
2014-06-24 Attila MolnarMove and rename class ThreadData to ThreadEngine::Threa...
2014-06-24 Attila MolnarMove and rename ThreadData::FreeThread() to ThreadEngin...
2014-06-24 Attila MolnarMake Thread::state private
2014-06-24 Attila MolnarChange allocation of ThreadData to be physically part...
2014-06-24 Attila MolnarRemove empty ThreadEngine constructors and destructors
2014-06-24 Attila MolnarRemove the unused ThreadEngine::GetName() method from...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Users to be physically...
2014-06-24 Attila MolnarChange allocation of InspIRCd::SNO to be physically...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Modules to be physically...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Logs to be physically...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Modes to be physically...
2014-06-24 Attila MolnarAdd the fakederef class
2014-06-20 Attila MolnarChange the type of the user parameter in the OnUserPreN...
2014-06-17 Attila MolnarUpdate the description field in the Server object repre...
2014-06-14 Attila MolnarRemove unused #define ERROR -1
2014-06-13 Attila MolnarMake the default ProtocolInterface instance part of...
2014-06-13 Attila MolnarChange allocation of InspIRCd::Parser to be physically...
2014-06-13 Attila MolnarRemove global Commandtable typedef
2014-06-13 Attila MolnarMake CommandParser::cmdlist private
2014-06-13 Attila MolnarAdd CommandParser::GetCommands() and typedef CommandMap...
2014-06-13 Attila MolnarChange allocation of InspIRCd::BanCache to be physicall...
2014-06-13 Attila MolnarPull in bancache.h from inspircd.h
2014-06-13 Attila MolnarMove the definition of the BanCacheHit constructor...
2014-06-13 Attila MolnarMove BanCacheHash typedef into the private part of...
2014-06-13 Attila MolnarChange allocation of BanCacheManager::BanHash to be...
2014-06-13 Attila MolnarChange allocation of InspIRCd::Threads to be physically...
2014-06-13 Attila MolnarChange allocation of InspIRCd::stats to be physically...
2014-06-11 Attila MolnarAdd foundation for membership ids
2014-06-11 Attila MolnarAdd ConvToUInt64()
2014-06-10 Attila MolnarReturn the newly created Membership object from Channel...
2014-06-10 Attila MolnarChange Channel::KickUser() to accept an iterator, add...
2014-06-09 Attila MolnarDeduplicate ParseStack::ParseFile() and ParseExec()
2014-06-07 Attila MolnarChange the number reported by SocketEngine::GetMaxFds...
2014-05-23 Peter PowellPrefix all definitions in config.h to avoid potential...
2014-05-23 Peter PowellReplace the configure templating system with something...
2014-05-08 AdamDo not export callers
2014-05-06 Attila MolnarDocument the Membership and the Invitation class
2014-04-20 Attila MolnarMerge pull request #832 from SaberUK/insp20+fix-ssl...
2014-04-20 Attila MolnarDocument parameters and return value for the OnNamesLis...
2014-04-20 Attila MolnarChange the OnNamesListItem() hook to return ModResult
2014-04-19 Attila MolnarFix undefined symbol error on module load if compiled...
2014-04-11 Peter PowellKill <channels> in favour of <connect:maxchans> and...
2014-04-09 Attila MolnarAvoid double Membership lookup in Channel::UserList()
2014-04-07 Attila MolnarFix accessibility in intrusive_list_node and return...
2014-04-07 Attila MolnarMerge insp20
2014-04-02 Attila MolnarRemove unused User::WriteCommonExcept()
2014-04-02 Attila MolnarMove User::SendAll() into core_privmsg
2014-04-02 Attila MolnarRemove User::WriteTo() functions; use User::WriteFrom...
2014-03-28 Attila MolnarConvert the global list of dynamic reference pointers...
2014-03-25 Attila MolnarChange storage of UserManager::all_opers to be a vector
2014-03-25 Attila MolnarAdd typedef OperList to UserManager for use with all_opers
2014-03-24 Attila MolnarAdd stdalgo::delete_all() that deletes all elements...
2014-03-24 Attila MolnarCull ident sockets instead of immediate delete, add...
2014-03-24 Attila MolnarMake it possible to customize how SimpleExtItem should...
2014-03-24 Attila MolnarCreate the stdalgo namespace for container-related...
2014-03-17 Attila MolnarRewrite clone counting to use one map instead of two
2014-03-15 Attila MolnarChange allocation of InspIRCd::Timers to be physically...
2014-03-15 Attila MolnarChange allocation of UserManager::clientlist to be...
2014-03-15 Attila MolnarAdd UserManager::GetUsers()
2014-03-14 Attila MolnarChange allocation of UserManager::uuidlist to be physic...
2014-03-14 Attila MolnarChange allocation of InspIRCd::chanlist to be physicall...
2014-03-14 Attila MolnarAdd InspIRCd::GetChans(), remove ChannelCount()
2014-03-12 Attila MolnarDeduplicate and move the *MatchesEveryone() functions...
next