| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Use IsCTCP in blockcolor for ignoring CTCPs. | 2021-04-06 | 1 | -3/+8 | ||
| | * | Automatically prune the history lists in chanhistory. | 2021-04-03 | 1 | -18/+24 | ||
| * | | Constify their_param in ResolveModeConflict.•••There's no reason for this to be mutable. | 2021-04-06 | 1 | -1/+1 | ||
| * | | Fix core_dns failing to compile on GCC. | 2021-04-04 | 1 | -1/+1 | ||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 45 | -106/+91 | ||
| * | | 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 | 5 | -5/+68 | ||
| * | | Constify variables within loops. | 2021-04-01 | 38 | -44/+44 | ||
| * | | 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 | 2 | -10/+4 | ||
| |\| | ||||||
| | * | 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 | 1 | -11/+0 | ||
| * | | Convert SQL::Field to be a typedef of optional<string>. | 2021-03-30 | 5 | -7/+7 | ||
| * | | Use emplace_back where possible. | 2021-03-30 | 14 | -22/+22 | ||
| * | | Fix the setter and set time of list modes being lost on netburst.•••Closes #1812. | 2021-03-30 | 5 | -7/+106 | ||
| * | | 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 | 18 | -107/+114 | ||
| * | | 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 | 3 | -42/+78 | ||
| |\| | ||||||
| | * | 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 | ||
| * | | 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 | 7 | -76/+25 | ||
| * | | Implement support for automatically syncing extension items. | 2021-03-17 | 5 | -16/+7 | ||
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | 2021-03-17 | 10 | -22/+22 | ||
| * | | Add a forwarding overload of SimpleExtItem#Set. | 2021-03-17 | 8 | -8/+8 | ||
| * | | Pascalize Unset in extension item classes. | 2021-03-17 | 20 | -34/+34 | ||
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 30 | -67/+67 | ||
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 41 | -115/+115 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-17 | 2 | -3/+83 | ||
| |\| | ||||||
| | * | Default <permchannelsdb:listmodes> to on. | 2021-03-14 | 1 | -1/+1 | ||
| | * | Implement support for saving filters. | 2021-03-14 | 1 | -2/+83 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 8 | -19/+46 | ||
| |\| | ||||||
| | * | Rename `<bind:ssl>` to `<bind:sslprofile>`. | 2021-03-10 | 2 | -2/+2 | ||
| | * | 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 not always incrementing the DNSBL stats. | 2021-03-06 | 1 | -5/+18 | ||
| | * | Fix a bunch of really obvious unnecessary includes. | 2021-03-05 | 1 | -1/+1 | ||
| * | | Implement support for other SHA2 hash types. | 2021-03-05 | 2 | -21/+22 | ||
| * | | Rename gecosban to realnameban. | 2021-03-05 | 3 | -3/+3 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 68 | -73/+85 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2021-03-05 | 69 | -73/+86 | ||
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 13 | -33/+32 | ||
| * | | Move iterator_range to the utility directory and renamespace. | 2021-03-02 | 4 | -5/+5 | ||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 32 | -105/+240 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2021-02-26 | 32 | -32/+35 | ||
