summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-01Convert SSLINFO to SplitCommand.Sadie Powell
2021-02-01Read <sslinfo:operonly> once at load time.Sadie Powell
2021-01-31Fix the base path being used for more than just the install prefix.Sadie Powell
2021-01-30Fix bitshift in INSPIRCD_VERSION_SINCE.Sadie Powell
2021-01-30Fix an oversight in the previous commit.Sadie Powell
2021-01-30Fix a few issues with SERVLIST.Sadie Powell
2021-01-29Remove unnecessary chdirs in the helper script.Sadie Powell
2021-01-29Fix some minor oversights introduced in 859a799 and 3e557e8.Sadie Powell
2021-01-29Improve the `./configure --help` outputSadie Powell
2021-01-29Always use for in Perl modules.Sadie Powell
2021-01-29Purge all remaining uses of print_format.Sadie Powell
2021-01-28Update the mailmap.Sadie Powell
2021-01-27Exempt IRCCloud users from connectban and DNSBL lookups.Sadie Powell
2021-01-27Allow disabling connectban for specific connect classes.Sadie Powell
2021-01-27Migrate some stuff away from print_format.Sadie Powell
2021-01-25Fix unnecessary begin blocks in Perl source files.Sadie Powell
2021-01-20Make the UNIX socket listener path relative to the runtime path.Sadie Powell
2021-01-19Add <dns:enabled>; allows disabling DNS lookups entirely.Sadie Powell
2021-01-19Allow converting a Cap::Reference to a Cap::Capability*.Sadie Powell
2021-01-19Send ERR_CANTUNLOADMODULE when unloading a module on reload fails.Sadie Powell
2021-01-19Refactor the globalload module.Sadie Powell
2021-01-19Fix the DNS socket not being closed when core_dns is unloaded.Sadie Powell
2021-01-18Added <module name="codepage"> to modules.conf.example.R-V6
2021-01-18Add a separate stats class for DNSBL errors.Sadie Powell
2021-01-18Improve the robustness of the DNSBL module.Sadie Powell
2021-01-18Implemented configurable kick message for the repeat module (#1835).iwalkalone
2021-01-18Fix showing the start header when using --version.Sadie Powell
2021-01-18Add a new runtime directory and move the pid file to it.Sadie Powell
2021-01-18Fix `./configure --update` with cache files generated before v3.2.Sadie Powell
2021-01-18Add default empty openssl compiler flags.Sadie Powell
2021-01-16Fix not rejecting attempts to set snomasks with SAMODE/override.Sadie Powell
2021-01-14Delete the ISO 8859-1 locale files.Sadie Powell
2021-01-13Add a shun option to only apply when users are fully connected.Sadie Powell
2021-01-12Improve parsing modes and snomasks in oper classes.Sadie Powell
2021-01-11Add a user mode which allows disabling receiving channel history.Sadie Powell
2021-01-07Implement support for more XML and IRC colour code escapes.Sadie Powell
2020-12-31v2 is dead, long live v3!Sadie Powell
2020-12-31Use the builtin Perl kill function not system.Sadie Powell
2020-12-31Export console_format from make::console and make it more robust.Sadie Powell
2020-12-30Disallow an empty last parameter in MAP.Matt Schatz
2020-12-25Avoid doing more work than necessary when checking the O: extban.Sadie Powell
2020-12-25Replace spaces with underscores when checking for class bans.Sadie Powell
2020-12-24Push users towards using SSL profiles for SSL config.Sadie Powell
2020-12-23Remove example securelist exemptions for IRCDriven and IRCSource.Sadie Powell
2020-12-23Fix core message events not being fired.Sadie Powell
2020-12-22Add config files for popular DNSBL providers.Sadie Powell
2020-12-22Add support for multiple hostmasks in <cgiirc:mask>.Sadie Powell
2020-12-22After changing the codepage rename duplicate users to their UUID.Sadie Powell
2020-12-22Send RPL_SAVENICK from irc2 when renaming a user to their UUID.Sadie Powell
2020-12-20Replace the SERVER stub command with something actually useful.Sadie Powell