Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-27 | Exempt IRCCloud users from connectban and DNSBL lookups. | Sadie Powell | |
2021-01-27 | Allow disabling connectban for specific connect classes. | Sadie Powell | |
Ref: #1841. | |||
2021-01-27 | Migrate some stuff away from print_format. | Sadie Powell | |
2021-01-25 | Fix unnecessary begin blocks in Perl source files. | Sadie Powell | |
2021-01-20 | Make the UNIX socket listener path relative to the runtime path. | Sadie Powell | |
This is not a breaking change because unless the runtime path is explicitly set it defaults to the same as the data path. | |||
2021-01-19 | Add <dns:enabled>; allows disabling DNS lookups entirely. | Sadie Powell | |
Ref: #1839. | |||
2021-01-19 | Allow converting a Cap::Reference to a Cap::Capability*. | Sadie Powell | |
2021-01-19 | Send ERR_CANTUNLOADMODULE when unloading a module on reload fails. | Sadie Powell | |
2021-01-19 | Refactor the globalload module. | Sadie Powell | |
- Require that a non-empty last parameter is given to the commands. - Use WriteRemoteNumeric instead of WriteNumeric so opers actually see the response. - Store <security:allowcoreunload> instead of looking it up every time. | |||
2021-01-19 | Fix the DNS socket not being closed when core_dns is unloaded. | Sadie Powell | |
2021-01-18 | Added <module name="codepage"> to modules.conf.example. | R-V6 | |
2021-01-18 | Add a separate stats class for DNSBL errors. | Sadie Powell | |
2021-01-18 | Improve the robustness of the DNSBL module. | Sadie Powell | |
- Handle DNSBLs that return invalid lookup results. - Fix DNSBLs that return non-local addresses blocking connections. - Fix silently failing when a DNSBL returns no IPv4 results. - General code cleanup. | |||
2021-01-18 | Implemented configurable kick message for the repeat module (#1835). | iwalkalone | |
2021-01-18 | Fix showing the start header when using --version. | Sadie Powell | |
2021-01-18 | Add a new runtime directory and move the pid file to it. | Sadie Powell | |
The data directory is intended for persistent files whereas the pid file is ephemeral. This distinction doesn't matter by default but on system-wide installs ephemeral runtime files go in /var/run or /run instead. | |||
2021-01-18 | Fix `./configure --update` with cache files generated before v3.2. | Sadie Powell | |
2021-01-18 | Add default empty openssl compiler flags. | Sadie Powell | |
This makes things easier for users who are using InspIRCd on OSes where OpenSSL is part of the base system. | |||
2021-01-16 | Fix not rejecting attempts to set snomasks with SAMODE/override. | Sadie Powell | |
2021-01-14 | Delete the ISO 8859-1 locale files. | Sadie Powell | |
These are all subsets of the latin1 codepage file which should be used instead. | |||
2021-01-13 | Add a shun option to only apply when users are fully connected. | Sadie Powell | |
Closes #1825. | |||
2021-01-12 | Improve parsing modes and snomasks in oper classes. | Sadie Powell | |
- Deduplicate the code to one function. - Fix defaulting snomasks when a user has more than one class. | |||
2021-01-11 | Add a user mode which allows disabling receiving channel history. | Sadie Powell | |
Closes #1830. | |||
2021-01-07 | Implement support for more XML and IRC colour code escapes. | Sadie Powell | |
2020-12-31 | v2 is dead, long live v3! | Sadie Powell | |
2020-12-31 | Use the builtin Perl kill function not system. | Sadie Powell | |
2020-12-31 | Export console_format from make::console and make it more robust. | Sadie Powell | |
Previously a module could do warning("<|INVALID wibble|>") in its $CompilerFlags or $LinkerFLags and this would break the build. | |||
2020-12-30 | Disallow an empty last parameter in MAP. | Matt Schatz | |
2020-12-25 | Avoid doing more work than necessary when checking the O: extban. | Sadie Powell | |
2020-12-25 | Replace spaces with underscores when checking for class bans. | Sadie Powell | |
2020-12-24 | Push users towards using SSL profiles for SSL config. | Sadie Powell | |
2020-12-23 | Remove example securelist exemptions for IRCDriven and IRCSource. | Sadie Powell | |
Both of these are apparently dead. | |||
2020-12-23 | Fix core message events not being fired. | Sadie Powell | |
Third time lucky eh? | |||
2020-12-22 | Add config files for popular DNSBL providers. | Sadie Powell | |
2020-12-22 | Add support for multiple hostmasks in <cgiirc:mask>. | Sadie Powell | |
2020-12-22 | After changing the codepage rename duplicate users to their UUID. | Sadie Powell | |
2020-12-22 | Send RPL_SAVENICK from irc2 when renaming a user to their UUID. | Sadie Powell | |
2020-12-20 | Replace the SERVER stub command with something actually useful. | Sadie Powell | |
This will typically never be reached because the remote will wait until it receives a CAPAB response before sending SERVER. Instead replace it with a CAPAB stub command that quits servers with a helpful message. | |||
2020-12-20 | Hide the server name/desc better when <options:hideserver> is set. | Sadie Powell | |
2020-12-20 | Fix an inverted condition in the previous commit. | Sadie Powell | |
2020-12-18 | Don't call events provided by dying or dead modules. | Sadie Powell | |
2020-12-16 | Fix MAP output on a dual v2/v3 network. | Sadie Powell | |
2020-12-16 | Fix an inverted condition in cmd_modules. | Sadie Powell | |
2020-12-16 | Use !empty instead of size when checking if containers are empty. | Sadie Powell | |
2020-12-15 | Update the misspell-fixer ignores. | Sadie Powell | |
2020-12-09 | Make people aware that they can get support on GitHub now. | Sadie Powell | |
2020-12-04 | Fix issue where m_pbkdf2 was not aware of services loaded before it | Daniel Vassdal | |
2020-12-04 | Add a typedef for the data provider map. | Sadie Powell | |
2020-12-04 | Improve the logging of service adding/deleting. | Sadie Powell | |
2020-12-04 | Fire service deregistration events properly. | Sadie Powell | |