| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | m_sslinfo - fix /WEBIRC without secure insp4 | 5 days | 1 | -1/+4 | |
| * | Bump actions/cache from 5 to 6•••Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | 6 days | 1 | -2/+2 | |
| * | Bump actions/checkout from 6 to 7•••Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | 6 days | 6 | -9/+9 | |
| * | Fix a copy/paste error in the check module. | 7 days | 1 | -1/+1 | |
| * | Respect NO_COLOR and FORCE_COLOR in configure. | 7 days | 1 | -1/+12 | |
| * | Fix null bytes not being encoded correctly by Percent::Encode. | 12 days | 1 | -1/+1 | |
| * | Update the documentation regarding MMDB database vendors. | 13 days | 1 | -4/+8 | |
| * | Convert the quotes file to UTF-8. | 13 days | 1 | -1/+1 | |
| * | Bump the default DNS timeout to 10 seconds.•••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. | 14 days | 3 | -4/+3 | |
| * | Remove an obsolete pull request check. | 2026-06-22 | 1 | -1/+0 | |
| * | Fix native WebSocket pings. | 2026-06-20 | 3 | -3/+5 | |
| * | 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.•••Closes #2151. | 2026-06-18 | 1 | -0/+3 | |
| * | Add more error reporting to the ident module. | 2026-06-18 | 1 | -4/+7 | |
| * | Update fmtlib. | 2026-06-17 | 8 | -1208/+1227 | |
| * | Allow an event hook for after messages are sent to a client. | 2026-06-17 | 3 | -0/+22 | |
| * | Allow modules to control which clients receive an ISupport diff. | 2026-06-17 | 3 | -2/+11 | |
| * | Add a getter for the numeric to ClientProtocol::Messages::Numeric. | 2026-06-17 | 1 | -6/+12 | |
| * | Add a WriteNumeric overload that takes a vector of numerics. | 2026-06-17 | 7 | -16/+45 | |
| * | Allow modules to send the ISupport list to clients. | 2026-06-17 | 3 | -3/+34 | |
| * | 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 | |
| * | Fix one last case of an old email address. | 2026-06-15 | 1 | -1/+1 | |
| * | Add short version flags to the main man page. | 2026-06-14 | 1 | -0/+16 | |
| * | Update the tagline in the readme and man pages.. | 2026-06-14 | 3 | -5/+5 | |
| * | Improve the output printed when starting up.•••* 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. | 2026-06-14 | 6 | -46/+64 | |
| * | 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 | 2 | -4/+11 | |
| * | Collapse massive date ranges in mkheaders. | 2026-06-08 | 1 | -5/+9 | |
| * | Send a SASL abort for pending authentications on disconnect. | 2026-06-08 | 1 | -0/+16 | |
| * | Update the refs used in the irctest runner.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] | 2026-06-06 | 1 | -2/+2 | |
| * | Release v4.11.0. v4.11.0 | 2026-06-05 | 2 | -2/+2 | |
| * | Update copyright headers. | 2026-06-05 | 470 | -470/+472 | |
| * | Fix escaping LDAP search filters in ldapauth and ldapoper. | 2026-06-05 | 3 | -11/+18 | |
| * | Port over some recent changes to the Anope LDAP API. | 2026-06-05 | 2 | -0/+85 | |
| * | Fix unnecessary truncation of numbers in some stats output. | 2026-06-05 | 1 | -4/+4 | |
| * | Update author list. | 2026-06-04 | 1 | -2/+4 | |
| * | Update the vendored libraries. | 2026-06-04 | 3 | -169/+248 | |
| * | 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 omitting an extban character by default.•••Character extbans are deprecated anyway and this makes it easier for modules to opt-out of providing one. | 2026-05-30 | 1 | -4/+4 | |
| * | Improve <database> tag formatting in the example configs. | 2026-05-30 | 1 | -5/+30 | |
| * | Allow <database:tls> to work on MySQL forks that use the old API.•••Closes #2212. | 2026-05-30 | 1 | -3/+6 |
