| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2025-03-28 | 1 | -1/+1 | |
| | | |||||
| * | Rename ToHuman to ToLongString. | 2025-03-18 | 1 | -4/+4 | |
| | | | | | This name is used by functions in too many places already. | ||||
| * | Use Duration::ToHuman instead of seconds in various messages. | 2025-03-03 | 1 | -4/+4 | |
| | | |||||
| * | 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 | -4/+4 | |
| | | | | | | This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually. | ||||
| * | Update copyright headers. | 2024-06-07 | 1 | -3/+2 | |
| | | |||||
| * | Move SVSJOIN/SVSNICK/SVSPART to the services module. | 2024-02-27 | 1 | -0/+7 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-06-17 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2023-06-16 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-05-30 | 1 | -0/+12 | |
| |\| | |||||
| | * | Log when a server sends an unexpected command post-authentication. | 2023-05-29 | 1 | -0/+12 | |
| | | | |||||
| * | | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -3/+3 | |
| | | | |||||
| * | | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -5/+5 | |
| | | | |||||
| * | | Move duration functions to their own header. | 2023-01-23 | 1 | -1/+2 | |
| | | | |||||
| * | | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Lower the threshold for server clock offsets to 15s/5s. | 2022-12-20 | 1 | -4/+4 | |
| | | | |||||
| * | | Use auto instead of type names where the type is obvious. | 2022-09-29 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -3/+2 | |
| | | | |||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -2/+2 | |
| | | | |||||
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-02-01 | 1 | -3/+3 | |
| |\| | |||||
| | * | Fix splitting servers multiple times in some cases. | 2022-02-01 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix duplicate messages when a server connection errors. | 2022-02-01 | 1 | -2/+2 | |
| | | | |||||
| * | | Always use ExtractTS to extract timestamps from S2S messages. | 2021-09-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -2/+2 | |
| | | | |||||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -2/+2 | |
| | | | |||||
| * | | Fix the case of getError/getSendQSize and rewrite the doc comments. | 2020-07-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Rip out compatibility code for the 2.0 protocol. | 2020-05-20 | 1 | -7/+0 | |
| | | | |||||
| * | | 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-09 | 1 | -1/+1 | |
| |\| | |||||
| | * | More HasFd() conversions. | 2020-04-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Move FindUUID to the UserManager class. | 2020-02-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -4/+7 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -4/+7 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -1/+1 | |
| |\| | |||||
| | * | Add whether the server split with an error to OnServerSplit. | 2019-09-23 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-09-23 | 1 | -5/+5 | |
| |\| | |||||
| | * | Lower the acceptable drift for clocks on link. | 2019-09-20 | 1 | -5/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -14/+17 | |
| |\| | |||||
