| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | ||
| |\| | ||||||
| | * | Rename `<bind:ssl>` to `<bind:sslprofile>`. | 2021-03-10 | 8 | -11/+12 | ||
| | * | Rename `<link:ssl>` to `<link:sslprofile>`. | 2021-03-10 | 2 | -3/+3 | ||
| | * | 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 | 4 | -6/+16 | ||
| | * | 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 using single quotes where double quotes should be used. | 2021-03-06 | 1 | -1/+1 | ||
| | * | Fix not always incrementing the DNSBL stats. | 2021-03-06 | 1 | -5/+18 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 16 | -62/+21 | ||
| |\| | ||||||
| | * | Fix a bunch of really obvious unnecessary includes. | 2021-03-05 | 16 | -36/+8 | ||
| | * | Fix detection of the ldap, regex_stdlib, and ssl_mbedtls module deps.•••I am so sorry for writing this cursed magic. | 2021-03-05 | 1 | -6/+3 | ||
| | * | Remove some todo comments which are outdated or misleading. | 2021-03-05 | 3 | -7/+6 | ||
| | * | Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs.•••Just because they happen to look the same doesn't mean that they actually are. | 2021-03-05 | 2 | -3/+2 | ||
