| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | 4 | -6/+6 | ||
| * | | Fix core_dns failing to compile on GCC. | 2021-04-04 | 2 | -2/+3 | ||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 70 | -201/+189 | ||
| * | | Remove the unused ExitCodes array. | 2021-04-02 | 1 | -19/+0 | ||
| * | | Add support for syncing metadata set on memberships.•••No compat logic is required here as existing servers will just drop the unknown METADATA message when they can't find the target. | 2021-04-01 | 6 | -7/+69 | ||
| * | | Constify variables within loops. | 2021-04-01 | 50 | -66/+66 | ||
| * | | Implement support for random spamtrap channels in the LIST output. | 2021-04-01 | 1 | -1/+24 | ||
| * | | Refactor the securelist module.•••- General clean up of the module source to comply with our coding style. - Allow <securehost> tags to contain a user@ip mask as well as a user@host mask. - Default <securelist:exemptregistered> to on. | 2021-04-01 | 1 | -29/+37 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-31 | 3 | -11/+5 | ||
| |\| | ||||||
| | * | Add support for per-DNSBL timeouts.•••This should fix the issue of some DNSBLs being slower than others. | 2021-03-31 | 1 | -1/+4 | ||
| | * | Fix various documentation comments. | 2021-03-31 | 2 | -12/+1 | ||
| * | | Convert SQL::Field to be a typedef of optional<string>. | 2021-03-30 | 5 | -7/+7 | ||
| * | | Use emplace_back where possible. | 2021-03-30 | 15 | -24/+24 | ||
| * | | Fix the setter and set time of list modes being lost on netburst.•••Closes #1812. | 2021-03-30 | 6 | -8/+107 | ||
| * | | Fix a compiler warning caused by an unused variable. | 2021-03-30 | 1 | -3/+0 | ||
| * | | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 28 | -190/+195 | ||
| * | | Remove multi-line FJOIN and FMODE logic.•••This only existed for 1202 protocol compatibility. As of 1205 the line length has been removed. | 2021-03-30 | 3 | -68/+11 | ||
| * | | Add the ~ server tag prefix.•••This is used for sending arbitrarily tagged messages between servers. | 2021-03-30 | 4 | -0/+32 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-30 | 7 | -65/+125 | ||
| |\| | ||||||
| | * | Add support for matching multiple hosts in <connect:{allow,deny}>. | 2021-03-30 | 2 | -5/+16 | ||
| | * | Add support for blocking tag messages with the deaf mode. | 2021-03-30 | 1 | -37/+74 | ||
| | * | Improve the header messages of the filter and permchannels modules. | 2021-03-21 | 2 | -2/+7 | ||
| | * | Add an <include> option to allow certain config files to not exist.•••This is useful when using modules that generate a config file such as the filter and permchannels modules. | 2021-03-19 | 1 | -1/+16 | ||
| * | | Always disable TLSv1.0 and disable TLSv1.1 by default. | 2021-03-18 | 1 | -7/+3 | ||
| * | | Add a subclass of ExtensionItem exclusively for booleans. | 2021-03-17 | 9 | -79/+87 | ||
| * | | Implement support for automatically syncing extension items. | 2021-03-17 | 6 | -21/+40 | ||
| * | | Move extensible code from base.cpp to extensible.cpp and cleanup. | 2021-03-17 | 2 | -147/+140 | ||
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | 2021-03-17 | 13 | -38/+38 | ||
| * | | Add a forwarding overload of SimpleExtItem#Set. | 2021-03-17 | 8 | -8/+8 | ||
| * | | Pascalize Unset in extension item classes. | 2021-03-17 | 25 | -45/+45 | ||
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 35 | -74/+74 | ||
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 50 | -133/+133 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-17 | 3 | -7/+87 | ||
| |\| | ||||||
| | * | Default <permchannelsdb:listmodes> to on. | 2021-03-14 | 1 | -1/+1 | ||
| | * | Implement support for saving filters. | 2021-03-14 | 1 | -2/+83 | ||
| | * | Treat an empty bool/duration/int/uint config field as undefined. | 2021-03-14 | 1 | -4/+4 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 11 | -24/+63 | ||
| |\| | ||||||
| | * | Rename `<bind:ssl>` to `<bind:sslprofile>`. | 2021-03-10 | 5 | -6/+7 | ||
| | * | Rename `<link:ssl>` to `<link:sslprofile>`. | 2021-03-10 | 1 | -1/+1 | ||
| | * | Fix the cloaking module on C++98 compilers. | 2021-03-10 | 1 | -1/+1 | ||
| | * | Add a human-readable version of the cloak list. | 2021-03-09 | 1 | -4/+16 | ||
| | * | Space-delimit the human readable callerid extensible data. | 2021-03-09 | 1 | -2/+4 | ||
| | * | Add a subclass of IOHookProvider for SSL modules. | 2021-03-09 | 3 | -6/+6 | ||
| | * | Fix the `STATS p` output being ambiguous.•••- Add the middle I/O hook to the stats output. - Make it obvious what the various fields actually are. | 2021-03-08 | 1 | -2/+13 | ||
| | * | Fix not always incrementing the DNSBL stats. | 2021-03-06 | 1 | -5/+18 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 3 | -27/+12 | ||
| |\| | ||||||
| | * | Fix a bunch of really obvious unnecessary includes. | 2021-03-05 | 3 | -4/+2 | ||
| | * | Remove some todo comments which are outdated or misleading. | 2021-03-05 | 1 | -1/+0 | ||
| | * | Fix weird typemask logic in the connect class reader. | 2021-03-05 | 1 | -24/+12 | ||
