Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-10 | Rename `<link:ssl>` to `<link:sslprofile>`. | Sadie Powell | |
2021-03-10 | Fix the cloaking module on C++98 compilers. | Sadie Powell | |
2021-03-09 | Add a human-readable version of the cloak list. | Sadie Powell | |
2021-03-09 | Space-delimit the human readable callerid extensible data. | Sadie Powell | |
2021-03-09 | Add a subclass of IOHookProvider for SSL modules. | Sadie Powell | |
2021-03-08 | Fix 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-06 | Fix not always incrementing the DNSBL stats. | Sadie Powell | |
2021-03-05 | Fix a bunch of really obvious unnecessary includes. | Sadie Powell | |
2021-03-05 | Remove some todo comments which are outdated or misleading. | Sadie Powell | |
2021-03-05 | Fix weird typemask logic in the connect class reader. | Sadie Powell | |
2021-03-05 | Update copyright headers. | InspIRCd Robot | |
2021-03-03 | Fix not being able to colour format output to stderr on Windows. | Sadie Powell | |
2021-03-02 | Fix using std::cout instead of errstr when a port fails to bind. | Sadie Powell | |
2021-03-02 | Deduplicate checking the source for the users/auspex priv in WHO. | Sadie Powell | |
2021-03-02 | Fix 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-01 | Fix sending Q-line notices to snomask `a` instead of snomask `x`. | Sadie Powell | |
2021-02-27 | Fix not sending ERR_INVALIDMODEPARAM when a parameter is malformed. | Sadie Powell | |
Closes #1850. | |||
2021-02-26 | Release v3.9.0. | Sadie Powell | |
2021-02-26 | Update copyright headers. | InspIRCd Robot | |
2021-02-25 | Implement support for multi-prefix on WHOIS. | Sadie Powell | |
2021-02-25 | Allow 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-24 | Refactor OnUserPostMessage in the chanhistory module. | Sadie Powell | |
2021-02-22 | Add snomask permissions to the oper check output. | Sadie Powell | |
2021-02-22 | Add a human-readable serialiser to the geolocation extensible. | Sadie Powell | |
2021-02-21 | Fix checking the wrong user in SERVLIST. | Sadie Powell | |
2021-02-21 | Add a config option for exempting classes from connflood. | Sadie Powell | |
2021-02-21 | Add a command to the cgiirc module for encoding/decoding hex idents. | Sadie Powell | |
2021-02-21 | Rename the cmd variable to cmdwebirc in the cgiirc module. | Sadie Powell | |
2021-02-18 | Fix the numeric sent when a U-lined alias target is not online. | Sadie Powell | |
2021-02-18 | Fix the message sent when SSL profiles are rehashed. | Sadie Powell | |
2021-02-10 | Move linuxdaemon and Sheogorath to former contributors. | Sadie Powell | |
2021-02-05 | Show the name of the WebIRC gateway in the IP changing notice. | Sadie Powell | |
2021-02-01 | Duplicate the stdout file handle when used for logging. | Sadie Powell | |
Failure to do this may result in a crash on shutdown when started in debug mode. | |||
2021-02-01 | Move SSLINFO code for users to its own function and refactor. | Sadie Powell | |
2021-02-01 | Allow using SSLINFO on channels. | Sadie Powell | |
2021-02-01 | Convert SSLINFO to SplitCommand. | Sadie Powell | |
2021-02-01 | Read <sslinfo:operonly> once at load time. | Sadie Powell | |
2021-01-30 | Fix an oversight in the previous commit. | Sadie Powell | |
2021-01-30 | Fix a few issues with SERVLIST. | Sadie Powell | |
- Implement support for service type matching based on the service oper type. This isn't the same as irc2 but its close enough. - Fix erroneously sending the mask in the <mask> field. This field is for the service name mask not the service distribution mask. | |||
2021-01-27 | Allow disabling connectban for specific connect classes. | Sadie Powell | |
Ref: #1841. | |||
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 | 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 | 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. |