| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2021-08-01 | 1 | -5/+6 | |
| |\ | |||||
| | * | Fix a race condition with hostname lookups when using haproxy.•••If a user's origin has been changed before the first DNS lookup returns then the result of the lookup for that origin may overwrite their host. Closes #1914. | 2021-07-27 | 1 | -5/+6 | |
| * | | Fix a use-before-initialisation in core_info.•••Signed-off-by: GermanAizek <GermanAizek@yandex.ru> | 2021-07-17 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-07-17 | 3 | -12/+4 | |
| |\| | |||||
| | * | Simplify reverse lookup code in core_hostname_lookup. | 2021-07-07 | 1 | -11/+2 | |
| | * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 1 | -0/+1 | |
| | * | Stop sending RPL_WHOISSERVICE as it conflicts with RPL_WHOISHELPOP.•••Both Anope and Atheme send an oper type for services clients so this numeric is unnecessary. In cases where genericoper is enabled we now send "is a network service" in RPL_WHOISOPERATOR. | 2021-07-05 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-07-04 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix some "targ" usages which were missed in the earlier commit. | 2021-07-03 | 1 | -2/+2 | |
| * | | Move ModeParser::BuildPrefixes to core_mode.•••Now we've dropped support for the 1202 protocol we don't need this in the core. | 2021-07-03 | 2 | -2/+26 | |
| * | | Move ModeParser::GiveModeList to core_mode.•••Now we've dropped support for the 1202 protocol we don't need this in the core. | 2021-07-03 | 1 | -2/+59 | |
| * | | 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 | |
