| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 1 | -7/+6 | |
| |\| | |||||
| | * | Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.•••This should make privilege errors more consistent. | 2022-04-12 | 1 | -5/+2 | |
| | * | Fix using notices instead of the appropriate numerics in rmode. | 2022-04-12 | 1 | -7/+9 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -3/+3 | |
| * | | Consistently use `!foo` instead of `foo == NULL`. | 2021-12-03 | 1 | -2/+2 | |
| * | | Mark all command classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Kill some useless comments. | 2021-05-13 | 1 | -2/+0 | |
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 1 | -1/+1 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -9/+8 | |
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -4/+4 | |
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -4/+4 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+3 | |
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -1/+1 | |
| |\| | |||||
| | * | Various text improvements: consistency, syntax, help and doc updates/fixes. | 2019-02-18 | 1 | -1/+1 | |
| * | | ModeParser: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -2/+2 | |
| |/ | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | 2018-07-26 | 1 | -1/+1 | |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -1/+1 | |
| * | 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•••Add ModeHandler::IsPrefixMode() | 2013-09-11 | 1 | -4/+3 | |
| * | 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() w... | 2013-07-01 | 1 | -1/+1 | |
| * | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...•••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.) | 2013-06-13 | 1 | -1/+1 | |
| * | Tidy up keywords on module methods.•••- 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. | 2013-05-15 | 1 | -2/+2 | |
| * | Add method for writing server notices.•••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. | 2013-05-14 | 1 | -4/+4 | |
| * | Added RMODE command per suggestion #479 | 2013-04-27 | 1 | -0/+129 | |
