| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix various inappropriate uses of UINT_MAX. | 2022-10-14 | 1 | -1/+1 | |
| * | Move numerics to the source files where they are actually used. | 2022-06-26 | 1 | -0/+7 | |
| * | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Constify the parameter arguments in ListModeBase's Tell* methods. | 2022-04-17 | 1 | -3/+3 | |
| * | | Refactor ListModeBase::OnModeChange. | 2022-04-17 | 1 | -33/+34 | |
| * | | Remove ValidateParam and rename CanonicalizeParam.•••There's basically no safe way to handle a malformed list mode sent by a remote server without causing a desync. Its probably for the best if we just only apply validation to locally added list modes entries. | 2022-04-17 | 1 | -28/+4 | |
| * | | Add ListModeBase::CanonicalizeParam, fix cleaning extban masks. | 2022-04-16 | 1 | -4/+10 | |
| * | | Make the parameter field of ValidateParam const. | 2022-04-16 | 1 | -1/+1 | |
| * | | Use a consistent message format for end of list numerics. | 2022-04-01 | 1 | -4/+3 | |
| * | | Merge branch 'insp3' into master. | 2022-04-01 | 1 | -3/+7 | |
| |\| | |||||
| | * | Fix DisplayEmptyList not being called when a list does not exist. | 2022-04-01 | 1 | -5/+8 | |
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -1/+1 | |
| * | | Make all extensibles use kebab-case for names where possible. | 2021-12-26 | 1 | -1/+1 | |
| * | | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -1/+1 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -5/+5 | |
| * | | 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 | -19/+14 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| * | | Fix the setter and set time of list modes being lost on netburst.•••Closes #1812. | 2021-03-30 | 1 | -1/+1 | |
| * | | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 1 | -10/+10 | |
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -1/+1 | |
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -5/+5 | |
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -1/+1 | |
| * | | Add stdalgo::iterator_range and switch config tag reading to use it.•••This allows us to use range-based for loops which were not possible with the previous config tag system. | 2020-10-31 | 1 | -4/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+4 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+4 | |
| * | | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do. | 2019-08-13 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -3/+0 | |
| |\| | |||||
| | * | Add a constant for the maximum length of a mode parameter. | 2019-07-23 | 1 | -3/+0 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -8/+16 | |
| |\| | |||||
| | * | Improve handling of list mode limits.•••- 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 *. | 2019-05-09 | 1 | -8/+16 | |
| |/ | |||||
| * | 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.•••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. | 2018-12-19 | 1 | -11/+15 | |
| * | Make more modules rehash atomically (#1535)•••Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs | 2018-12-19 | 1 | -6/+12 | |
| * | 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 | |
| * | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -1/+2 | |
| * | Drop setter is empty check when displaying listmodes•••The setter cannot be empty unless the nick of a client is empty which is not possible | 2014-12-16 | 1 | -1/+1 | |
| * | Display listmodes in the order in which they are in the container instead of ... | 2014-12-16 | 1 | -1/+1 | |
| * | Change listmode storage type to vector | 2014-12-16 | 1 | -1/+1 | |
