]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Merge insp20
[user/henk/code/inspircd.git] / include /
2014-10-27 Attila MolnarMerge insp20
2014-10-13 Attila MolnarMerge pull request #934 from SaberUK/insp20+fix-various...
2014-10-13 Attila MolnarMerge pull request #933 from SaberUK/insp20+fix-llvm34
2014-10-13 Peter PowellAvoid calling methods on NULL pointers wherever possible.
2014-10-06 Attila MolnarMerge pull request #931 from SaberUK/insp20+fix-non...
2014-10-05 Peter PowellFix hash_map.h on non-GNU C++ standard library implemen...
2014-09-27 Attila MolnarStore Membership objects physically in the nodes of...
2014-09-27 Attila MolnarAdd the insp::aligned_storage template
2014-09-10 Attila MolnarRemove listmode hiding support from the core
2014-09-08 AdamDo not use the result of the dns cache when the query...
2014-09-04 Attila MolnarMigrate code from ModeParser into cmd_mode (core_user)
2014-09-04 Attila MolnarSplit ModeParser::DisplayListMode() into two parts
2014-09-04 Attila MolnarRemove unused parameter passed to ModeParser::DisplayCu...
2014-09-04 Attila MolnarPass Modes::ChangeList references to the OnPreMode...
2014-09-04 Attila MolnarLet callers customize the begin/end positions for ModeP...
2014-09-03 Attila MolnarRemove irc::modestacker
2014-09-03 Attila MolnarUse Modes::ChangeList in ModeHandler::RemoveMode()
2014-09-03 Attila MolnarAdd a ModeParser::Process() overload that can process...
2014-09-03 Attila MolnarMake it possible to resume processing a partially proce...
2014-09-03 Attila MolnarSplit out ModeParser::ModeParamsToChangeList()
2014-09-03 Attila MolnarSplit out ModeParser::ProcessSingle() from Process()
2014-09-03 Attila MolnarAdd mode process flag MODE_CHECKACCESS
2014-09-03 Attila MolnarRemove ModeHandler::m_paramtype and GetTranslateType()
2014-09-03 Attila MolnarRemove ModeParser::LastParseTranslate and GetLastParseT...
2014-09-03 Attila MolnarRemove ModeParser::LastParseParams and GetLastParseParams()
2014-09-03 Attila MolnarRemove ProtocolInterface::SendMode()
2014-09-03 Attila Molnarm_spanningtree Send MODE/FMODE from the OnMode hook
2014-09-03 Attila MolnarPass the modes to the OnMode hook as a Modes::ChangeLis...
2014-09-03 Attila MolnarPopulate a Modes::ChangeList object in ModeParser:...
2014-09-03 Attila MolnarAdd Modes::Change and Modes::ChangeList
2014-09-02 Attila MolnarChange mode_sequence to be a const ref in ModeParser...
2014-08-30 Attila MolnarMove the intrusive list containers into the insp namespace
2014-08-06 Attila MolnarMigrate ModeChannelOp and ModeChannelVoice constructors...
2014-08-06 Attila MolnarPass prefix rank and prefix char to PrefixMode constructor
2014-08-06 Attila MolnarRemove a bunch of useless classes representing simple...
2014-08-06 Attila MolnarChange ListModeBase::DoRehash() to not be virtual
2014-08-04 Daniel VassdalHashing: Redo API
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...
next