| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2025-03-28 | 1 | -1/+1 | |
| | | |||||
| * | Rename ToHuman to ToLongString. | 2025-03-18 | 1 | -2/+2 | |
| | | | | | This name is used by functions in too many places already. | ||||
| * | Use Duration::ToHuman instead of seconds in various messages. | 2025-03-03 | 1 | -1/+1 | |
| | | |||||
| * | Add Duration::ToHuman and update messages to use it. | 2025-03-03 | 1 | -1/+1 | |
| | | |||||
| * | Avoid the use of ConvToStr in string concatenation. | 2025-03-01 | 1 | -1/+1 | |
| | | | | | | This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually. | ||||
| * | Update copyright headers. | 2024-11-02 | 1 | -1/+1 | |
| | | |||||
| * | Improve the xline_db log messages. | 2024-10-03 | 1 | -3/+15 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -3/+2 | |
| | | |||||
| * | Rename the error log level to critical. | 2023-08-11 | 1 | -5/+5 | |
| | | | | | | "ERROR" is apparently defined by more than just Windows. Let's pick a different name which is less likely to cause collisions. | ||||
| * | Add incremental backoff to the filter/permchannels/xline_db modules. | 2023-07-21 | 1 | -1/+20 | |
| | | | | | Closes #1671. | ||||
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -6/+6 | |
| | | |||||
| * | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -7/+7 | |
| | | |||||
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| | | | |||||
| * | | Rework the levels things are logged at to make more sense. | 2022-12-18 | 1 | -5/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-09-12 | 1 | -1/+1 | |
| |\| | |||||
| | * | Make the temporary filenames used by modules more unique. | 2022-09-05 | 1 | -1/+1 | |
| | | | | | | | | | This prevents zombie files from causing problems. | ||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| | | | |||||
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -9/+9 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -2/+2 | |
| | | | |||||
| * | | Replace uses of the FileSystem class with std::filesystem. | 2022-01-15 | 1 | -2/+5 | |
| | | | |||||
| * | | Remove unused time_t field from the timer system. | 2021-11-05 | 1 | -1/+1 | |
| | | | | | | | | | | | This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules. | ||||
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -0/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 1 | -2/+1 | |
| |\| | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -2/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -4/+4 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -4/+4 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -5/+3 | |
| | | | |||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | | | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 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 | -6/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -1/+1 | |
| |\| | |||||
| | * | Set the minimum length to 1 for most config items with a default. | 2020-04-09 | 1 | -1/+1 | |
| | | | |||||
| * | | In C++11 [io]fstream has std::string constructors; use them. | 2020-02-06 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+9 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+9 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-09-23 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix some remaining uses of ato[il]. | 2019-08-13 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -2/+13 | |
| |\| | |||||
| | * | Switch permchannels and xline_db from OnBackgroundTimer to a Timer. | 2019-06-25 | 1 | -2/+13 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -2/+7 | |
| |\| | |||||
