Age | Commit message (Expand) | Author |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-02-18 | Various text improvements: consistency, syntax, help and doc updates/fixes. | Robby |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-11-06 | Add support for setting the unset rank in ModeHandler. | Peter Powell |
2016-08-30 | Change Membership:hasMode() to accept a PrefixMode | Attila Molnar |
2014-09-03 | Replace irc::modestacker usage with the new ModeParser::Process() | Attila Molnar |
2014-07-14 | m_rmode Call Channel::GetUsers() instead of directly accessing Channel::userlist | Attila Molnar |
2014-07-14 | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | Attila Molnar |
2013-09-12 | Add ModeHandler::IsListModeBase() and MC_LIST | attilamolnar |
2013-09-11 | Move prefix mode specific fields and getters into PrefixMode | attilamolnar |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-07-01 | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w... | attilamolnar |
2013-06-13 | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat... | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-05-14 | Add method for writing server notices. | Peter Powell |
2013-04-27 | Added RMODE command per suggestion #479 | Daniel Vassdal |