| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| |\| | |||||
| | * | Add an enumeration for known protocol versions. | 2019-05-14 | 1 | -1/+1 | |
| | * | Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr. | 2019-05-14 | 1 | -1/+1 | |
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -4/+4 | |
| | * | m_spanningtree: Parse and copy message tags for all cmds•••Don't ignore message tags on ServerCommands, and avoid creating duplicate CommandBase::Params instances | 2019-04-28 | 1 | -7/+10 | |
| | * | m_spanningtree: Ensure tags are sent in forwarded cmds•••When a user (U1) sends a PRIVMSG to a server (S1), which sends it to S2, which finally sends it to S3 to send to U2, S2 doesn't send the tags it received on the command from S1 to S3. | 2019-04-28 | 1 | -2/+2 | |
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -5/+5 | |
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -3/+3 | |
| |/ | |||||
| * | Rename OnClientProtocolProcessTag to OnProcessTag. | 2019-01-22 | 1 | -1/+1 | |
| * | Improve the spanningtree "unknown command" error message. | 2019-01-03 | 1 | -1/+1 | |
| * | Fix message tags not being broadcast across the network. | 2019-01-02 | 1 | -22/+63 | |
| * | Fix conversion issues by replacing ConvToInt with ConvToNum<T>.•••The former was a thin wrapper around atol and brought with it all of the weird parsing logic of atol which is almost never what is actually wanted. It also almost never returned the numeric type which is actually wanted which can cause weird issues when casting. | 2018-12-12 | 1 | -1/+1 | |
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 1 | -1/+2 | |
