Age | Commit message (Expand) | Author |
2015-01-10 | Remove the unused OnGlobalOper hook | Attila Molnar |
2014-12-19 | Merge branch 'master+listmode' | Attila Molnar |
2014-12-19 | Merge branch 'master+flatmap' | Attila Molnar |
2014-12-16 | Change listmode storage type to vector | Attila Molnar |
2014-12-15 | Change type of some associative containers to their flat versions, including ... | Attila Molnar |
2014-12-15 | Add flat_[multi]{map,set} containers | Attila Molnar |
2014-12-15 | Add typedef ModeParser::ModeWatcherMap, remove ModeWatchIter | Attila Molnar |
2014-12-15 | Add typedef PrivSet for OperInfo::AllowedOperCommands and AllowedPrivs | Attila Molnar |
2014-12-09 | Pass the empty tag to Limits when constructing a ServerConfig, remove default... | Attila Molnar |
2014-12-09 | Add ServerLimits constructor that reads limits from a ConfigTag and use it | Attila Molnar |
2014-11-01 | Add stdalgo::isin() and use it to simplify code | Attila Molnar |
2014-11-01 | Add stdalgo::erase() and use it to simplify code | Attila Molnar |
2014-10-27 | Merge insp20 | Attila Molnar |
2014-10-13 | Avoid calling methods on NULL pointers wherever possible. | Peter Powell |
2014-10-05 | Fix hash_map.h on non-GNU C++ standard library implementations. | Peter Powell |
2014-09-27 | Store Membership objects physically in the nodes of Channel::MemberMap | Attila Molnar |
2014-09-27 | Add the insp::aligned_storage template | Attila Molnar |
2014-09-10 | Remove listmode hiding support from the core | Attila Molnar |
2014-09-08 | Do not use the result of the dns cache when the query type of the result is d... | Adam |
2014-09-04 | Migrate code from ModeParser into cmd_mode (core_user) | Attila Molnar |
2014-09-04 | Split ModeParser::DisplayListMode() into two parts | Attila Molnar |
2014-09-04 | Remove unused parameter passed to ModeParser::DisplayCurrentModes() | Attila Molnar |
2014-09-04 | Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable | Attila Molnar |
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 |