aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add support for blocking tag messages with the deaf mode.Gravatar Sadie Powell2021-03-301-37/+74
| * Make the system-wide runtime directory /var/run/inspircd.•••This avoids permission issues. Gravatar Sadie Powell2021-03-251-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. Gravatar Sadie Powell2021-03-251-3/+3
| * Improve the header messages of the filter and permchannels modules.Gravatar Sadie Powell2021-03-212-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. Gravatar Sadie Powell2021-03-192-2/+17
* | Always disable TLSv1.0 and disable TLSv1.1 by default.Gravatar Sadie Powell2021-03-181-7/+3
* | Add a subclass of ExtensionItem exclusively for booleans.Gravatar Sadie Powell2021-03-1710-79/+143
* | Implement support for automatically syncing extension items.Gravatar Sadie Powell2021-03-177-27/+58
* | Move extensible code from base.cpp to extensible.cpp and cleanup.Gravatar Sadie Powell2021-03-172-147/+140
* | Mark {From,To}{Human,Internal,Network} as noexcept.Gravatar Sadie Powell2021-03-1715-54/+54
* | Add a forwarding overload of SimpleExtItem#Set.Gravatar Sadie Powell2021-03-179-14/+13
* | Pascalize Unset in extension item classes.Gravatar Sadie Powell2021-03-1727-48/+48
* | Pascalize Set in extension item classes.Gravatar Sadie Powell2021-03-1737-78/+78
* | Pascalize Get in extension item classes.Gravatar Sadie Powell2021-03-1754-140/+140
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-1717-64/+167
|\|
| * Default <permchannelsdb:listmodes> to on.Gravatar Sadie Powell2021-03-141-1/+1
| * Implement support for saving filters.Gravatar Sadie Powell2021-03-141-2/+83
| * Convert the ISO 8859-2 nationalchars files to codepage configs.Gravatar Sadie Powell2021-03-1411-44/+61
| * Rename the latin1 codepage to iso-8859-1.Gravatar Sadie Powell2021-03-142-2/+2
| * Treat an empty bool/duration/int/uint config field as undefined.Gravatar Sadie Powell2021-03-141-4/+4
| * Allow passing --prefix with --system.Gravatar Sadie Powell2021-03-111-9/+9
| * Add support for sending a standard reply with no command name.Gravatar Sadie Powell2021-03-111-5/+20
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-1016-32/+80
|\|
| * Rename `<bind:ssl>` to `<bind:sslprofile>`.Gravatar Sadie Powell2021-03-108-11/+12
| * Rename `<link:ssl>` to `<link:sslprofile>`.Gravatar Sadie Powell2021-03-102-3/+3
| * Fix the cloaking module on C++98 compilers.Gravatar Sadie Powell2021-03-101-1/+1
| * Add a human-readable version of the cloak list.Gravatar Sadie Powell2021-03-091-4/+16
| * Space-delimit the human readable callerid extensible data.Gravatar Sadie Powell2021-03-091-2/+4
| * Add a subclass of IOHookProvider for SSL modules.Gravatar Sadie Powell2021-03-094-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. Gravatar Sadie Powell2021-03-081-2/+13
| * Fix using single quotes where double quotes should be used.Gravatar Sadie Powell2021-03-061-1/+1
| * Fix not always incrementing the DNSBL stats.Gravatar Sadie Powell2021-03-061-5/+18
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-0516-62/+21
|\|
| * Fix a bunch of really obvious unnecessary includes.Gravatar Sadie Powell2021-03-0516-36/+8
| * Fix detection of the ldap, regex_stdlib, and ssl_mbedtls module deps.•••I am so sorry for writing this cursed magic. Gravatar Sadie Powell2021-03-051-6/+3
| * Remove some todo comments which are outdated or misleading.Gravatar Sadie Powell2021-03-053-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. Gravatar Sadie Powell2021-03-052-3/+2
| * Fix weird typemask logic in the connect class reader.Gravatar Sadie Powell2021-03-051-24/+12
* | Remove unnecessary prefix from socketengine source files.Gravatar Sadie Powell2021-03-058-6/+5
* | Implement support for other SHA2 hash types.Gravatar Sadie Powell2021-03-053-25/+26
* | Rename gecosban to realnameban.Gravatar Sadie Powell2021-03-055-11/+11
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-05126-200/+257
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-03-05124-145/+164
| * Fix parsing the output of git-blame in mkheaders.Gravatar Sadie Powell2021-03-051-16/+13
| * Ignore moved lines in mkheaders.Gravatar Sadie Powell2021-03-051-1/+1
| * Use InnoDB instead of the deprecated MyISAM in the sqloper table.Gravatar Sadie Powell2021-03-041-1/+1
| * Fix not being able to colour format output to stderr on Windows.Gravatar Sadie Powell2021-03-034-29/+67
| * Fix building on Windows.Gravatar Sadie Powell2021-03-021-0/+5
| * Fix using std::cout instead of errstr when a port fails to bind.Gravatar Sadie Powell2021-03-021-1/+1
| * Deduplicate checking the source for the users/auspex priv in WHO.Gravatar Sadie Powell2021-03-021-1/+2