| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add an option for including the setter's full mask in list modes. | 2023-09-21 | 1 | -1/+5 | |
| | | |||||
| * | Fix big list limits and expose the limit to TellListTooLong. | 2023-08-12 | 1 | -15/+19 | |
| | | |||||
| * | Fix list modes unintentionally being case sensitive. | 2023-08-12 | 1 | -2/+2 | |
| | | | | | Closes #907. | ||||
| * | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -1/+1 | |
| | | |||||
| * | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -1/+1 | |
| | | |||||
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -2/+2 | |
| | | |||||
| * | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -6/+7 | |
| | | |||||
| * | Replace ModeAction with bool. | 2023-01-22 | 1 | -7/+7 | |
| | | | | | This enum is functionally the same as bool but with weird semantics. | ||||
| * | Rework the levels things are logged at to make more sense. | 2022-12-18 | 1 | -1/+1 | |
| | | |||||
| * | 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. | 2022-04-17 | 1 | -28/+4 | |
| | | | | | | | | | | | | | | | 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. | ||||
| * | | 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. | 2021-03-30 | 1 | -1/+1 | |
| | | | | | | | | | Closes #1812. | ||||
| * | | Convert various mode methods to take Mode::Change. | 2021-03-30 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | | - AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | ||||
| * | | 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. | 2020-10-31 | 1 | -4/+2 | |
| | | | | | | | | | | | This allows us to use range-based for loops which were not possible with the previous config tag system. | ||||
| * | | 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. | 2019-08-13 | 1 | -1/+1 | |
| | | | | | | | | | This matches what other ServiceProvider types do. | ||||
| * | | 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. | 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 | |
| | | |||||
