aboutsummaryrefslogtreecommitdiff
path: root/src/coremods
Commit message (Expand)AuthorAgeFilesLines
* Fix local idle times being incorrect.•••Regression introduced in commit 7d84e490. Gravatar Sadie Powell2021-07-011-1/+1
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-013-3/+3
|\
| * Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-211-1/+1
| * Synchronize servlist syntax and helpop with the docs page.Gravatar Matt Schatz2021-06-201-1/+1
| * Default userstats to Pu if not otherwise specified.Gravatar Sadie Powell2021-06-201-1/+1
* | Used std::move where it is neededGravatar GermanAizek2021-06-211-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-182-4/+17
|\|
| * Fix some weirdness with sign conversion and channel limits.•••Reported by jessicara. Gravatar Sadie Powell2021-06-181-3/+16
| * Fix xline matching on WebIRC connections.Gravatar Sadie Powell2021-06-171-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-133-5/+3
|\|
| * Code refactor and minor fix (#1879)Gravatar Herman2021-06-124-9/+8
* | Fix MSVC compatibility issues.Gravatar Sadie Powell2021-06-071-1/+1
* | Convert simple modes to use Simple{Channel,User}Mode.Gravatar Sadie Powell2021-06-012-3/+3
* | Rename Simple{Channel,User}ModeHandler to match other mode handlers.Gravatar Sadie Powell2021-06-013-8/+8
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-011-1/+1
|\|
| * The dest should be checked for uline status not the source.Gravatar Sadie Powell2021-05-251-1/+1
| * Don't send RPL_WHOISHOST for users on ulined servers.Gravatar Sadie Powell2021-05-251-1/+1
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-304-11/+13
* | Fire OnUserPreJoin regardless of whether the join is an override.Gravatar Sadie Powell2021-05-231-2/+2
* | Remove the empty handler for linking stats from core_stats.Gravatar Sadie Powell2021-05-191-5/+0
* | Get rid of even more pointless copy/paste comments.Gravatar Sadie Powell2021-05-1916-413/+15
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-144-5/+5
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-05-143-3/+3
| * Fix an off by one error in various bitsets.Gravatar Sadie Powell2021-05-141-1/+1
| * Fix sending malformed pong messages in some cases.Gravatar Sadie Powell2021-05-141-1/+1
* | Kill some useless comments.Gravatar Sadie Powell2021-05-1320-40/+0
* | Implement support for looking up SRV records in core_dns.Gravatar Sadie Powell2021-05-111-0/+26
* | Improve DNS exception messages slightly.Gravatar Sadie Powell2021-05-111-5/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-116-10/+15
|\|
| * core_dns: skip unknown resource record typesGravatar Adam2021-05-041-0/+6
| * Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-275-9/+9
* | Add ChannelManager::IsPrefix.Gravatar Sadie Powell2021-05-082-2/+2
* | Move channel logic from InspIRCd to the new ChannelManager class.Gravatar Sadie Powell2021-05-0814-17/+16
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-04-272-6/+12
|\|
| * Improve the messages sent when loading/unloading/reloading modules.Gravatar Sadie Powell2021-04-191-4/+9
| * Use a duration string for the idle time in `/STATS P`.Gravatar Sadie Powell2021-04-181-2/+3
* | Move accepting normal IRC connections to the core_clients module.Gravatar Sadie Powell2021-04-191-0/+43
* | Migrate collections from insert to emplace.Gravatar Sadie Powell2021-04-181-1/+1
* | Use string_view in IsCTCP.Gravatar Sadie Powell2021-04-081-9/+9
* | Refer to encryption as TLS instead of SSL in all messages.Gravatar Sadie Powell2021-04-081-1/+1
* | Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-0723-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. Gravatar Sadie Powell2021-04-062-33/+43
* | Constify their_param in ResolveModeConflict.•••There's no reason for this to be mutable. Gravatar Sadie Powell2021-04-062-2/+2
* | Fix core_dns failing to compile on GCC.Gravatar Sadie Powell2021-04-041-1/+2
* | Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-048-36/+35
* | Constify variables within loops.Gravatar Sadie Powell2021-04-014-7/+7
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-311-1/+1
|\|
| * Fix various documentation comments.Gravatar Sadie Powell2021-03-311-1/+1
* | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode Gravatar Sadie Powell2021-03-306-22/+22
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-301-2/+3
|\|