Age | Commit message (Expand) | Author |
2014-09-04 | Let callers customize the begin/end positions for ModeParser::ModeParamsToCha... | Attila Molnar |
2014-09-03 | Remove irc::modestacker | Attila Molnar |
2014-09-03 | Use Modes::ChangeList in ModeHandler::RemoveMode() | Attila Molnar |
2014-09-03 | Add a ModeParser::Process() overload that can process an entire Modes::Change... | Attila Molnar |
2014-09-03 | Make it possible to resume processing a partially processed Modes::ChangeList | Attila Molnar |
2014-09-03 | Split out ModeParser::ModeParamsToChangeList() | Attila Molnar |
2014-09-03 | Split out ModeParser::ProcessSingle() from Process() | Attila Molnar |
2014-09-03 | Add mode process flag MODE_CHECKACCESS | Attila Molnar |
2014-09-03 | Remove ModeHandler::m_paramtype and GetTranslateType() | Attila Molnar |
2014-09-03 | Remove ModeParser::LastParseTranslate and GetLastParseTranslate() | Attila Molnar |
2014-09-03 | Remove ModeParser::LastParseParams and GetLastParseParams() | Attila Molnar |
2014-09-03 | Remove ProtocolInterface::SendMode() | Attila Molnar |
2014-09-03 | m_spanningtree Send MODE/FMODE from the OnMode hook | Attila Molnar |
2014-09-03 | Pass the modes to the OnMode hook as a Modes::ChangeList, pass ModeProcessFla... | Attila Molnar |
2014-09-03 | Populate a Modes::ChangeList object in ModeParser::Process() | Attila Molnar |
2014-09-03 | Add Modes::Change and Modes::ChangeList | Attila Molnar |
2014-09-02 | Change mode_sequence to be a const ref in ModeParser::Process() | Attila Molnar |
2014-08-30 | Move the intrusive list containers into the insp namespace | Attila Molnar |
2014-08-06 | Migrate ModeChannelOp and ModeChannelVoice constructors to builtinmodes.h, re... | Attila Molnar |
2014-08-06 | Pass prefix rank and prefix char to PrefixMode constructor | Attila Molnar |
2014-08-06 | Remove a bunch of useless classes representing simple core modes | Attila Molnar |
2014-08-06 | Change ListModeBase::DoRehash() to not be virtual | Attila Molnar |
2014-08-04 | Hashing: Redo API | Daniel Vassdal |
2014-08-04 | Remove InspIRCd::BindSocket() | Attila Molnar |
2014-07-25 | Merge insp20 | Attila Molnar |
2014-07-19 | Access local user list via new UserManager::GetLocalUsers() and make local_us... | Attila Molnar |
2014-07-19 | Move and rename typedef LocalUserList to UserManager::LocalList | Attila Molnar |
2014-07-16 | Move typedef OperIndex to ServerConfig::OperIndex | Attila Molnar |
2014-07-16 | Move typedef ClassVector to ServerConfig::ClassVector | Attila Molnar |
2014-07-14 | Expand ISupportManager documentation | Attila Molnar |
2014-07-14 | Minor ISupportManager changes | Attila Molnar |
2014-07-14 | Move ISupportManager class declaration to isupportmanager.h from inspircd.h | Attila Molnar |
2014-07-14 | Rename UserChanList to User::ChanList, remove UCListIter | Attila Molnar |
2014-07-14 | Remove typedef UserMembIter, use Channel::MemberMap::iterator instead | Attila Molnar |
2014-07-14 | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | Attila Molnar |
2014-07-14 | Rename UserMembList to Channel::MemberMap, switch all code to use it | Attila Molnar |
2014-07-14 | Change return type of Channel::GetUsers() to reference from pointer as it is ... | Attila Molnar |
2014-07-10 | Move the TimerMap typedef into the private part of TimerManager | Attila Molnar |
2014-07-10 | Remove current time parameter of the Timer constructor | Attila Molnar |
2014-07-10 | Move the definition of Timer::Timer() into the source file from the header | Attila Molnar |
2014-07-09 | core_whowas Rename and move WhoWasGroup to WhoWas::Entry | Attila Molnar |
2014-07-09 | core_whowas Return a WhoWas::Manager::Stats struct from GetStats() instead of... | Attila Molnar |
2014-07-09 | core_whowas Split database logic into a WhoWas::Manager class | Attila Molnar |
2014-07-09 | core_whowas Rename misleading variables and typedefs | Attila Molnar |
2014-07-09 | core_whowas Switch from map to a hash map and from irc::string to std::string | Attila Molnar |
2014-07-09 | core_whowas Change the FIFO to be an intrusive list | Attila Molnar |
2014-07-09 | core_whowas Store the nickname in WhoWas::Nick | Attila Molnar |
2014-07-09 | core_whowas Store time added in WhoWas::Nick | Attila Molnar |
2014-07-09 | core_whowas Delete elements of the per nick deque in the destructor of WhoWas... | Attila Molnar |
2014-07-09 | core_whowas Create class WhoWas::Nick, store pointers to those in the map | Attila Molnar |