| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Various text improvements: consistency, syntax, help and doc updates/fixes. | 2019-02-18 | 1 | -1/+1 | |
| | | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -1/+1 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -1/+1 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Add support for setting the unset rank in ModeHandler. | 2017-11-06 | 1 | -1/+1 | |
| | | |||||
| * | Change Membership:hasMode() to accept a PrefixMode | 2016-08-30 | 1 | -1/+1 | |
| | | |||||
| * | Replace irc::modestacker usage with the new ModeParser::Process() | 2014-09-03 | 1 | -12/+5 | |
| | | |||||
| * | m_rmode Call Channel::GetUsers() instead of directly accessing Channel::userlist | 2014-07-14 | 1 | -1/+2 | |
| | | |||||
| * | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | 2014-07-14 | 1 | -1/+1 | |
| | | |||||
| * | Add ModeHandler::IsListModeBase() and MC_LIST | 2013-09-12 | 1 | -9/+4 | |
| | | |||||
| * | Move prefix mode specific fields and getters into PrefixMode | 2013-09-11 | 1 | -4/+3 | |
| | | | | | Add ModeHandler::IsPrefixMode() | ||||
| * | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -5/+0 | |
| | | |||||
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | |||||
| * | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() ↵ | 2013-07-01 | 1 | -1/+1 | |
| | | | | | with ModeHandlers, part 1 | ||||
| * | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to ↵ | 2013-06-13 | 1 | -1/+1 | |
| | | | | | | | | | indicate local only mode changes and mode merges Change ProtocolInterface::SendMode() to take source and destination parameters, and call it from the mode parser whenever the mode change is global This deprecates the ambiguous InspIRCd::SendMode() and InspIRCd::SendGlobalMode() interface (the latter sent mode changes originating from local users twice, etc.) | ||||
| * | Tidy up keywords on module methods. | 2013-05-15 | 1 | -2/+2 | |
| | | | | | | - Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | ||||
| * | Add method for writing server notices. | 2013-05-14 | 1 | -4/+4 | |
| | | | | | | | | | | This allows us to send a server notice to a user without worrying about whether they are registered or not. If a user receives a server notice and they are not registered then the nickname field will contain an asterisk instead of their nick name. | ||||
| * | Added RMODE command per suggestion #479 | 2013-04-27 | 1 | -0/+129 | |
