| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+1 | |
| | | |||||
| * | Normalise the case of ServerStats. | 2023-07-13 | 1 | -1/+1 | |
| | | |||||
| * | Fix calling c_str() for parameters that can take a std::string. | 2023-05-31 | 1 | -3/+2 | |
| | | |||||
| * | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -2/+2 | |
| | | |||||
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -5/+5 | |
| | | |||||
| * | Replace VAFORMAT/InspIRCd::Format/... with fmt::sprintf. | 2023-01-23 | 1 | -6/+4 | |
| | | |||||
| * | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -9/+9 | |
| | | |||||
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -2/+2 | |
| | | |||||
| * | Rename session registration to connection to avoid a semantic conflict. | 2022-10-29 | 1 | -2/+2 | |
| | | | | | | | We previously referred to both session registration and user registration as "registration" which is confusing for users who aren't familiar with how IRC works. | ||||
| * | Use User::IsFullyConnected instead of checking for REG_ALL. | 2022-10-29 | 1 | -2/+2 | |
| | | |||||
| * | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -2/+2 | |
| | | |||||
| * | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -3/+3 | |
| | | |||||
| * | Hide disabled commands from /COMMANDS. | 2022-03-29 | 1 | -1/+18 | |
| | | |||||
| * | Pack the mode set more efficiently and add support for numeric modes. | 2022-03-27 | 1 | -2/+2 | |
| | | |||||
| * | Add a typedef for the mode status bitset. | 2022-03-27 | 1 | -9/+6 | |
| | | |||||
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -2/+2 | |
| | | |||||
| * | Rename CUSTOM_PRINTF to ATTR_PRINTF. | 2022-01-15 | 1 | -1/+1 | |
| | | | | | | | | | ATTR_* matches the naming scheme which will be used for function attributes from now on. Also, redocument it to have a better description and allow Doxygen to parse it. | ||||
| * | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -3/+3 | |
| | | |||||
| * | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-04-27 | 1 | -2/+3 | |
| |\| | |||||
| | * | Improve the message sent when a mode does not exist. | 2021-04-19 | 1 | -2/+3 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -4/+1 | |
| | | | |||||
| * | | Convert various mode methods to take Mode::Change. | 2021-03-30 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | | | | - AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | ||||
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -3/+3 | |
| | | | |||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-08-25 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix null-checking the wrong variable in the disable module. | 2020-08-01 | 1 | -1/+1 | |
| | | | | | | | | | Closes #1792. | ||||
| * | | Merge branch 'insp3' into master. | 2020-05-19 | 1 | -2/+2 | |
| |\| | |||||
| | * | Allow disabling the COMMANDS command. | 2020-05-07 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 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 | -5/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -2/+3 | |
| |\| | |||||
| | * | Fix the log message in the disable module. | 2020-04-02 | 1 | -2/+3 | |
| | | | | | | | | | Modes are set and unset not executed. | ||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update my name and email address. | 2019-12-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -3/+3 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -2/+2 | |
| | | | |||||
| | * | Fix grammar in unknown mode/snomask character messages. | 2019-04-21 | 1 | -1/+1 | |
| | | | |||||
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| | | | |||||
| * | | ModeParser: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| | | | |||||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -3/+3 | |
| | | | |||||
| * | | Remove all 2.0 config compatibility code. | 2019-01-25 | 1 | -1/+1 | |
| | | | |||||
