| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | m_sslinfo - fix /WEBIRC without secure insp4 | 7 days | 1 | -1/+4 | |
| | | |||||
| * | Fix a copy/paste error in the check module. | 9 days | 1 | -1/+1 | |
| | | |||||
| * | Fix null bytes not being encoded correctly by Percent::Encode. | 2026-06-24 | 1 | -1/+1 | |
| | | |||||
| * | Bump the default DNS timeout to 10 seconds. | 2026-06-23 | 1 | -1/+1 | |
| | | | | | | Based on real world evidence from both the testnet and the Teranova it seems like 5 seconds isn't enough on a lot of systems. | ||||
| * | Fix native WebSocket pings. | 2026-06-20 | 2 | -2/+3 | |
| | | |||||
| * | There's no need to print an error message when we exit cleanly. | 2026-06-19 | 1 | -1/+1 | |
| | | |||||
| * | Fix using the wrong error code when exiting from /DIE. | 2026-06-19 | 1 | -1/+1 | |
| | | |||||
| * | Fix ident lookups failing when a user is very slow to connect. | 2026-06-18 | 1 | -14/+16 | |
| | | |||||
| * | Add a new IDENT_ERROR state and move handling to OnCheckReady. | 2026-06-18 | 1 | -7/+14 | |
| | | |||||
| * | Deduplicate ident notices into PrefixUser. | 2026-06-18 | 1 | -5/+6 | |
| | | |||||
| * | Clear the previous ident state when the user IP address changes. | 2026-06-18 | 1 | -0/+1 | |
| | | |||||
| * | Fix not prefixing usernames when a lookup throws an exception. | 2026-06-18 | 1 | -0/+3 | |
| | | | | | Closes #2151. | ||||
| * | Add more error reporting to the ident module. | 2026-06-18 | 1 | -4/+7 | |
| | | |||||
| * | Allow an event hook for after messages are sent to a client. | 2026-06-17 | 2 | -0/+7 | |
| | | |||||
| * | Allow modules to control which clients receive an ISupport diff. | 2026-06-17 | 2 | -2/+7 | |
| | | |||||
| * | Add a WriteNumeric overload that takes a vector of numerics. | 2026-06-17 | 6 | -16/+43 | |
| | | |||||
| * | Allow modules to send the ISupport list to clients. | 2026-06-17 | 2 | -3/+5 | |
| | | |||||
| * | Fix missing caps in the list output when when the line overflows. | 2026-06-16 | 1 | -6/+4 | |
| | | |||||
| * | Fix a missing unistd include on some systems. | 2026-06-15 | 1 | -0/+4 | |
| | | |||||
| * | Improve the output printed when starting up. | 2026-06-14 | 6 | -46/+64 | |
| | | | | | | | | | | | | | | * Use a better startup message with links to documentation and other useful pages. * Use a red "Error!" and a yellow "Warning!" prefix consistently for all errors and warnings respectively. * Don't mention loading core modules. This is an implementation detail that isn't really relevant for most users. * Avoid printing unnecessary whitespace around module errors. | ||||
| * | Fix building ssl_openssl on OpenSSL 4. | 2026-06-14 | 1 | -2/+2 | |
| | | |||||
| * | Fix an indentation issue when printing endpoints that couldn't bind. | 2026-06-14 | 1 | -1/+1 | |
| | | |||||
| * | Also match account extbans against the account identifier. | 2026-06-14 | 1 | -1/+8 | |
| | | |||||
| * | Send a SASL abort for pending authentications on disconnect. | 2026-06-08 | 1 | -0/+16 | |
| | | |||||
| * | Release v4.11.0. v4.11.0 | 2026-06-05 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2026-06-05 | 341 | -341/+343 | |
| | | |||||
| * | Fix escaping LDAP search filters in ldapauth and ldapoper. | 2026-06-05 | 2 | -11/+16 | |
| | | |||||
| * | Port over some recent changes to the Anope LDAP API. | 2026-06-05 | 1 | -0/+74 | |
| | | |||||
| * | Fix unnecessary truncation of numbers in some stats output. | 2026-06-05 | 1 | -4/+4 | |
| | | |||||
| * | Add support for HAProxy certificate fingerprint in PROXY protocol. | 2026-06-04 | 1 | -13/+86 | |
| | | |||||
| * | Warn about some potentially problematic <wsorigin> values. | 2026-06-03 | 1 | -0/+6 | |
| | | |||||
| * | Fix FJOINs wrapped by the compat layer not being prefixed properly. | 2026-05-31 | 1 | -1/+1 | |
| | | |||||
| * | Allow <database:tls> to work on MySQL forks that use the old API. | 2026-05-30 | 1 | -3/+6 | |
| | | | | | Closes #2212. | ||||
| * | Fix <database:ssl> not being called <database:tls> as documented. | 2026-05-29 | 1 | -1/+2 | |
| | | |||||
| * | Fix sslmodes inheriting operonly from sslinfo. | 2026-05-25 | 1 | -1/+1 | |
| | | |||||
| * | Add <nickflood:notifyrank> to mimic the equivalent in joinflood. | 2026-05-24 | 1 | -1/+4 | |
| | | |||||
| * | Prevent an unnecessary lookup in joinflood. | 2026-05-24 | 1 | -1/+1 | |
| | | |||||
| * | Add percentages to the sslinfo statistics. | 2026-05-20 | 1 | -3/+6 | |
| | | |||||
| * | Fix some LIST filter edge cases. | 2026-05-20 | 1 | -10/+10 | |
| | | | | | This won't pass irctest until #375 is merged. | ||||
| * | Fix labelling quit messages. | 2026-05-20 | 1 | -40/+53 | |
| | | |||||
| * | Fix a use after free crash on shutdown. | 2026-05-14 | 1 | -1/+2 | |
| | | |||||
| * | Add the bot extended ban. | 2026-05-11 | 1 | -0/+24 | |
| | | |||||
| * | Fix some rare null pointer dereferences. | 2026-05-06 | 2 | -2/+2 | |
| | | | | | | This code is only ever called for internal serialisation which I don't think actually happens to these modules. | ||||
| * | Fix error handling in the log_json module. | 2026-04-27 | 1 | -5/+5 | |
| | | | | | Closes #2206. | ||||
| * | Fix an error message in ircv3_ctctags mentioning the wrong mode. | 2026-04-16 | 1 | -1/+1 | |
| | | |||||
| * | Add support for getentropy() on macOS. | 2026-04-16 | 1 | -1/+5 | |
| | | |||||
| * | Release v4.10.1. v4.10.1 | 2026-04-11 | 1 | -1/+1 | |
| | | |||||
| * | Whitelist the recently ratified +channel-context tag. | 2026-04-09 | 1 | -0/+1 | |
| | | |||||
| * | Truncate overly-long usernames in USER. | 2026-04-08 | 1 | -1/+7 | |
| | | |||||
| * | Release v4.10.0. v4.10.0 | 2026-04-04 | 1 | -1/+1 | |
| | | |||||
