summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-30Add support for matching multiple hosts in <connect:{allow,deny}>.Sadie Powell
2021-03-30Add support for blocking tag messages with the deaf mode.Sadie Powell
2021-03-25Make the system-wide runtime directory /var/run/inspircd.Sadie Powell
This avoids permission issues.
2021-03-25Remove the Kiwi links from the readme.Sadie Powell
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-21Improve the header messages of the filter and permchannels modules.Sadie Powell
2021-03-19Add an <include> option to allow certain config files to not exist.Sadie Powell
This is useful when using modules that generate a config file such as the filter and permchannels modules.
2021-03-14Default <permchannelsdb:listmodes> to on.Sadie Powell
2021-03-14Implement support for saving filters.Sadie Powell
2021-03-14Convert the ISO 8859-2 nationalchars files to codepage configs.Sadie Powell
2021-03-14Rename the latin1 codepage to iso-8859-1.Sadie Powell
2021-03-14Treat an empty bool/duration/int/uint config field as undefined.Sadie Powell
2021-03-11Allow passing --prefix with --system.Sadie Powell
2021-03-11Add support for sending a standard reply with no command name.Sadie Powell
2021-03-10Rename `<bind:ssl>` to `<bind:sslprofile>`.Sadie Powell
2021-03-10Rename `<link:ssl>` to `<link:sslprofile>`.Sadie Powell
2021-03-10Fix the cloaking module on C++98 compilers.Sadie Powell
2021-03-09Add a human-readable version of the cloak list.Sadie Powell
2021-03-09Space-delimit the human readable callerid extensible data.Sadie Powell
2021-03-09Add a subclass of IOHookProvider for SSL modules.Sadie Powell
2021-03-08Fix the `STATS p` output being ambiguous.Sadie Powell
- Add the middle I/O hook to the stats output. - Make it obvious what the various fields actually are.
2021-03-06Fix using single quotes where double quotes should be used.Sadie Powell
2021-03-06Fix not always incrementing the DNSBL stats.Sadie Powell
2021-03-05Fix a bunch of really obvious unnecessary includes.Sadie Powell
2021-03-05Fix detection of the ldap, regex_stdlib, and ssl_mbedtls module deps.Sadie Powell
I am so sorry for writing this cursed magic.
2021-03-05Remove some todo comments which are outdated or misleading.Sadie Powell
2021-03-05Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs.Sadie Powell
Just because they happen to look the same doesn't mean that they actually are.
2021-03-05Fix weird typemask logic in the connect class reader.Sadie Powell
2021-03-05Update copyright headers.InspIRCd Robot
2021-03-05Fix parsing the output of git-blame in mkheaders.Sadie Powell
2021-03-05Ignore moved lines in mkheaders.Sadie Powell
2021-03-04Use InnoDB instead of the deprecated MyISAM in the sqloper table.Sadie Powell
2021-03-03Fix not being able to colour format output to stderr on Windows.Sadie Powell
2021-03-02Fix building on Windows.Sadie Powell
2021-03-02Fix using std::cout instead of errstr when a port fails to bind.Sadie Powell
2021-03-02Deduplicate checking the source for the users/auspex priv in WHO.Sadie Powell
2021-03-02Fix fuzzy matching in core_who.Sadie Powell
Previously this code would consider requests with fields but no flags as fuzzy. This is incorrect as users can make requests like: WHO Sadie %n Reported by @ilbelkyr.
2021-03-02Fix warning about unknown sections in the contrib module manifest.Sadie Powell
2021-03-01Fix sending Q-line notices to snomask `a` instead of snomask `x`.Sadie Powell
2021-02-28Fix print_warning using print instead of say.Sadie Powell
2021-02-28Warn users of old compiler versions about the upcoming version bump.Sadie Powell
2021-02-28Warn users of old Perl versions about the upcoming version bump.Sadie Powell
2021-02-28Fix running configure on systems with old versions of Perl.Sadie Powell
Closes #1852.
2021-02-27Fix not sending ERR_INVALIDMODEPARAM when a parameter is malformed.Sadie Powell
Closes #1850.
2021-02-26Release v3.9.0.Sadie Powell
2021-02-26Update copyright headers.InspIRCd Robot
2021-02-25Implement support for multi-prefix on WHOIS.Sadie Powell
2021-02-25Allow a statusmsg to have multiple statuses and pick the lowest.Sadie Powell
This is pretty much useless but other implementations support it so we have to also support it for compatibility.
2021-02-24Refactor OnUserPostMessage in the chanhistory module.Sadie Powell
2021-02-22Fix a grammar issue in the helpop config.Sadie Powell
2021-02-22Add snomask permissions to the oper check output.Sadie Powell