| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2020-01-11 | 1 | -1/+4 | |
| | | |||||
| * | Add a constant for the maximum length of a mode parameter. | 2019-07-23 | 1 | -3/+0 | |
| | | |||||
| * | Improve handling of list mode limits. | 2019-05-09 | 1 | -8/+16 | |
| | | | | | | | - Fix not being able to set a zero limit. - Fix MAXLIST not reflecting the true lower limit. - Fix not treating an empty <maxlist:limit> as equivalent to *. | ||||
| * | Improve the name of the list mode extensible. | 2019-02-04 | 1 | -1/+1 | |
| | | |||||
| * | Add the <maxlist> tag and switch ListModeBase to always use it. | 2018-12-19 | 1 | -11/+15 | |
| | | | | | | | | | | | | | | | The old method of doing this was: 1. Extremely inconsistently used. Some list modes used <banlist> and some used their own config tag. 2. Not documented in the slightest. There was a small reference to <maxbans> for the ban mode but nothing else. 3. In some cases conflicting with other config tags. The chanfilter module defined a <chanfilter> tag for general config whilst also using it for the max list settings. The new <maxlist> tag avoids these issues entirely. | ||||
| * | Make more modules rehash atomically (#1535) | 2018-12-19 | 1 | -6/+12 | |
| | | | | | | Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs | ||||
| * | Use consistent numerics when a mode already exists or doesn't exist. | 2018-12-09 | 1 | -2/+5 | |
| | | |||||
| * | Use ERR_BANLISTFULL in the chanfilter and exemptchanops modules. | 2018-12-09 | 1 | -1/+1 | |
| | | |||||
| * | Merge tag 'v2.0.27' into master. | 2018-11-07 | 1 | -1/+1 | |
| | | |||||
| * | Add ConfigTag::getUInt for reading unsigned config values. | 2018-04-16 | 1 | -1/+1 | |
| | | |||||
| * | Remove the default value in ConfigTag::get{Duration,Float,Int}. | 2018-04-16 | 1 | -1/+1 | |
| | | |||||
| * | Fix an invalid mode parameters numeric upon attempting to view a list mode | 2018-04-08 | 1 | -0/+4 | |
| | | |||||
| * | Replace the deprecated MAXBANS token with MAXLIST. | 2017-07-24 | 1 | -0/+11 | |
| | | |||||
| * | Add DEFAULT_LIST_SIZE for the default list mode size. | 2017-07-24 | 1 | -2/+2 | |
| | | |||||
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -4/+4 | |
| | | | | | parameters | ||||
| * | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -1/+2 | |
| | | |||||
| * | Drop setter is empty check when displaying listmodes | 2014-12-16 | 1 | -1/+1 | |
| | | | | | The setter cannot be empty unless the nick of a client is empty which is not possible | ||||
| * | Display listmodes in the order in which they are in the container instead of ↵ | 2014-12-16 | 1 | -1/+1 | |
| | | | | | reverse iterating | ||||
| * | Change listmode storage type to vector | 2014-12-16 | 1 | -1/+1 | |
| | | |||||
| * | Merge insp20 | 2014-10-27 | 1 | -2/+3 | |
| | | |||||
| * | Use Modes::ChangeList in ModeHandler::RemoveMode() | 2014-09-03 | 1 | -2/+2 | |
| | | |||||
| * | Add InspIRCd::GetChans(), remove ChannelCount() | 2014-03-14 | 1 | -1/+2 | |
| | | |||||
| * | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵ | 2013-11-12 | 1 | -4/+4 | |
| | | | | | automatically | ||||
| * | Remove redundant parameter.clear()s from mode handlers | 2013-09-15 | 1 | -2/+0 | |
| | | |||||
| * | Send ListModeBase modes implicitly on channel sync | 2013-09-12 | 1 | -22/+0 | |
| | | | | | Remove Module::ProtoSendMode() and ListModeBase::DoSyncChannel() | ||||
| * | Add ModeHandler::IsListModeBase() and MC_LIST | 2013-09-12 | 1 | -1/+1 | |
| | | |||||
| * | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -5/+0 | |
| | | |||||
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵ | 2013-08-30 | 1 | -1/+0 | |
| | | | | | | | and on rehash This eliminates the need for calling OnRehash() in init() | ||||
| * | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | |
| | | |||||
| * | Simplify user mode removal via ModeHandler::RemoveMode() | 2013-05-27 | 1 | -5/+0 | |
| | | | | | | The function does not need to be virtual because the core can remove any user mode using the default logic The optional modestack parameter was always NULL, so remove it | ||||
| * | Deduplicate RemoveMode() implementations | 2013-05-27 | 1 | -19/+2 | |
| | | | | | | The default (core) implementation can now remove prefix modes The modestacker parameter is now mandatory | ||||
| * | ListModeBase: Cache max items per channel | 2013-04-08 | 1 | -21/+49 | |
| | | |||||
| * | ListModeBase: Minor changes to original u_listmode code | 2013-04-08 | 1 | -28/+13 | |
| | | | | | | | | | - Add constructors to ListItem, ListLimit - Rename fields in ListItem - Store time as time_t instead of string - Store limits in a vector instead of a list - Don't deallocate the list when it becomes empty | ||||
| * | Migrate u_listmode.h into the core, change +b to use it | 2013-04-08 | 1 | -0/+262 | |
