| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2025-12-03 | 1 | -1/+1 | |
| * | Add a formatting overload of the ModuleException constructor. | 2025-03-18 | 1 | -1/+1 | |
| * | Update copyright headers. | 2025-02-28 | 1 | -1/+1 | |
| * | When removing a list mode update the parameter to the actual entry. | 2025-01-25 | 1 | -0/+1 | |
| * | All core numerics should be in numeric.h not in .cpp files. | 2024-10-26 | 1 | -7/+0 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+2 | |
| * | 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.•••Closes #907. | 2023-08-12 | 1 | -2/+2 | |
| * | 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.•••This enum is functionally the same as bool but with weird semantics. | 2023-01-22 | 1 | -7/+7 | |
| * | 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.•••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 | |
