| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix local idle times being incorrect.•••Regression introduced in commit 7d84e490. | 2021-07-01 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2021-07-01 | 3 | -3/+3 | |
| |\ | |||||
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -1/+1 | |
| | * | Synchronize servlist syntax and helpop with the docs page. | 2021-06-20 | 1 | -1/+1 | |
| | * | Default userstats to Pu if not otherwise specified. | 2021-06-20 | 1 | -1/+1 | |
| * | | Used std::move where it is needed | 2021-06-21 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-06-18 | 2 | -4/+17 | |
| |\| | |||||
| | * | Fix some weirdness with sign conversion and channel limits.•••Reported by jessicara. | 2021-06-18 | 1 | -3/+16 | |
| | * | Fix xline matching on WebIRC connections. | 2021-06-17 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 3 | -5/+3 | |
| |\| | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 4 | -9/+8 | |
| * | | Fix MSVC compatibility issues. | 2021-06-07 | 1 | -1/+1 | |
| * | | Convert simple modes to use Simple{Channel,User}Mode. | 2021-06-01 | 2 | -3/+3 | |
| * | | Rename Simple{Channel,User}ModeHandler to match other mode handlers. | 2021-06-01 | 3 | -8/+8 | |
| * | | Merge branch 'insp3' into master. | 2021-06-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | The dest should be checked for uline status not the source. | 2021-05-25 | 1 | -1/+1 | |
| | * | Don't send RPL_WHOISHOST for users on ulined servers. | 2021-05-25 | 1 | -1/+1 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 4 | -11/+13 | |
| * | | Fire OnUserPreJoin regardless of whether the join is an override. | 2021-05-23 | 1 | -2/+2 | |
| * | | Remove the empty handler for linking stats from core_stats. | 2021-05-19 | 1 | -5/+0 | |
| * | | Get rid of even more pointless copy/paste comments. | 2021-05-19 | 16 | -413/+15 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 4 | -5/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 3 | -3/+3 | |
| | * | Fix an off by one error in various bitsets. | 2021-05-14 | 1 | -1/+1 | |
| | * | Fix sending malformed pong messages in some cases. | 2021-05-14 | 1 | -1/+1 | |
| * | | Kill some useless comments. | 2021-05-13 | 20 | -40/+0 | |
| * | | Implement support for looking up SRV records in core_dns. | 2021-05-11 | 1 | -0/+26 | |
| * | | Improve DNS exception messages slightly. | 2021-05-11 | 1 | -5/+5 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 6 | -10/+15 | |
| |\| | |||||
| | * | core_dns: skip unknown resource record types | 2021-05-04 | 1 | -0/+6 | |
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 5 | -9/+9 | |
| * | | Add ChannelManager::IsPrefix. | 2021-05-08 | 2 | -2/+2 | |
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 14 | -17/+16 | |
| * | | Merge branch 'insp3' into master. | 2021-04-27 | 2 | -6/+12 | |
| |\| | |||||
| | * | Improve the messages sent when loading/unloading/reloading modules. | 2021-04-19 | 1 | -4/+9 | |
| | * | Use a duration string for the idle time in `/STATS P`. | 2021-04-18 | 1 | -2/+3 | |
| * | | Move accepting normal IRC connections to the core_clients module. | 2021-04-19 | 1 | -0/+43 | |
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | |
| * | | Use string_view in IsCTCP. | 2021-04-08 | 1 | -9/+9 | |
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -1/+1 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 23 | -172/+92 | |
| * | | Rewrite the COMMANDS handler•••- C++17ify - Fix the weird visibility logic. - Only show commands to opers that they can execute - Add a priv to show all commands regardless of access. - Use parameters instead of jamming everything into a <trailing>. - Use SplitCommand as the command is local-only. | 2021-04-06 | 2 | -33/+43 | |
| * | | Constify their_param in ResolveModeConflict.•••There's no reason for this to be mutable. | 2021-04-06 | 2 | -2/+2 | |
| * | | Fix core_dns failing to compile on GCC. | 2021-04-04 | 1 | -1/+2 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 8 | -36/+35 | |
| * | | Constify variables within loops. | 2021-04-01 | 4 | -7/+7 | |
| * | | Merge branch 'insp3' into master. | 2021-03-31 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix various documentation comments. | 2021-03-31 | 1 | -1/+1 | |
| * | | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 6 | -22/+22 | |
| * | | Merge branch 'insp3' into master. | 2021-03-30 | 1 | -2/+3 | |
| |\| | |||||
