| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 147 | -1184/+804 | ||
| * | | Merge branch 'insp3' into master. | 2021-04-06 | 2 | -21/+32 | ||
| |\| | ||||||
| | * | 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 | ||
| * | | 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 | 5 | -7/+7 | ||
| * | | Fix core_dns failing to compile on GCC. | 2021-04-04 | 2 | -2/+3 | ||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 96 | -301/+247 | ||
| * | | Remove the unused ExitCodes array. | 2021-04-02 | 2 | -24/+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 | 7 | -7/+76 | ||
| * | | Constify variables within loops. | 2021-04-01 | 50 | -66/+66 | ||
| * | | Implement support for random spamtrap channels in the LIST output. | 2021-04-01 | 2 | -1/+36 | ||
| * | | 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 | 2 | -29/+38 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-31 | 14 | -37/+25 | ||
| |\| | ||||||
| | * | Add support for per-DNSBL timeouts.•••This should fix the issue of some DNSBLs being slower than others. | 2021-03-31 | 3 | -3/+7 | ||
| | * | Fix various documentation comments. | 2021-03-31 | 12 | -36/+18 | ||
| * | | Stop asking if users want to generate a self-signed certificate.•••Users should be using real certificates in 2021. | 2021-03-30 | 2 | -27/+1 | ||
| * | | Convert SQL::Field to be a typedef of optional<string>. | 2021-03-30 | 6 | -41/+10 | ||
| * | | Stop installing inspircd-genssl and delete the now useless manpage.•••Hopefully this pushes people towards using real certificates instead of self-signed certificates. | 2021-03-30 | 2 | -50/+0 | ||
| * | | Use emplace_back where possible. | 2021-03-30 | 17 | -28/+28 | ||
| * | | Fix the setter and set time of list modes being lost on netburst.•••Closes #1812. | 2021-03-30 | 7 | -11/+129 | ||
| * | | 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 | 32 | -201/+206 | ||
| * | | 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 | 11 | -77/+140 | ||
| |\| | ||||||
| | * | Add support for matching multiple hosts in <connect:{allow,deny}>. | 2021-03-30 | 3 | -9/+23 | ||
| | * | Add support for blocking tag messages with the deaf mode. | 2021-03-30 | 1 | -37/+74 | ||
| | * | Make the system-wide runtime directory /var/run/inspircd.•••This avoids permission issues. | 2021-03-25 | 1 | -1/+1 | ||
| | * | Remove the Kiwi links from the readme.•••If you're setting up an IRC server you should be able to use an IRC client to connect to the support channel. | 2021-03-25 | 1 | -3/+3 | ||
| | * | 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 | 2 | -2/+17 | ||
| * | | 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 | 10 | -79/+143 | ||
| * | | Implement support for automatically syncing extension items. | 2021-03-17 | 7 | -27/+58 | ||
| * | | 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 | 15 | -54/+54 | ||
| * | | Add a forwarding overload of SimpleExtItem#Set. | 2021-03-17 | 9 | -14/+13 | ||
| * | | Pascalize Unset in extension item classes. | 2021-03-17 | 27 | -48/+48 | ||
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 37 | -78/+78 | ||
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 54 | -140/+140 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-17 | 17 | -64/+167 | ||
| |\| | ||||||
| | * | Default <permchannelsdb:listmodes> to on. | 2021-03-14 | 1 | -1/+1 | ||
| | * | Implement support for saving filters. | 2021-03-14 | 1 | -2/+83 | ||
| | * | Convert the ISO 8859-2 nationalchars files to codepage configs. | 2021-03-14 | 11 | -44/+61 | ||
| | * | Rename the latin1 codepage to iso-8859-1. | 2021-03-14 | 2 | -2/+2 | ||
| | * | Treat an empty bool/duration/int/uint config field as undefined. | 2021-03-14 | 1 | -4/+4 | ||
| | * | Allow passing --prefix with --system. | 2021-03-11 | 1 | -9/+9 | ||
| | * | Add support for sending a standard reply with no command name. | 2021-03-11 | 1 | -5/+20 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 16 | -32/+80 | ||
| |\| | ||||||
