aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* m_sslinfo - fix /WEBIRC without secure insp4Gravatar steering72535 days1-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>Gravatar dependabot[bot]6 days1-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>Gravatar dependabot[bot]6 days6-9/+9
* Fix a copy/paste error in the check module.Gravatar Sadie Powell7 days1-1/+1
* Respect NO_COLOR and FORCE_COLOR in configure.Gravatar Sadie Powell7 days1-1/+12
* Fix null bytes not being encoded correctly by Percent::Encode.Gravatar Sadie Powell12 days1-1/+1
* Update the documentation regarding MMDB database vendors.Gravatar Sadie Powell13 days1-4/+8
* Convert the quotes file to UTF-8.Gravatar Sadie Powell13 days1-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. Gravatar Sadie Powell14 days3-4/+3
* Remove an obsolete pull request check.Gravatar Sadie Powell2026-06-221-1/+0
* Fix native WebSocket pings.Gravatar Kufat2026-06-203-3/+5
* There's no need to print an error message when we exit cleanly.Gravatar Sadie Powell2026-06-191-1/+1
* Fix using the wrong error code when exiting from /DIE.Gravatar Sadie Powell2026-06-191-1/+1
* Fix ident lookups failing when a user is very slow to connect.Gravatar Sadie Powell2026-06-181-14/+16
* Add a new IDENT_ERROR state and move handling to OnCheckReady.Gravatar Sadie Powell2026-06-181-7/+14
* Deduplicate ident notices into PrefixUser.Gravatar Sadie Powell2026-06-181-5/+6
* Clear the previous ident state when the user IP address changes.Gravatar Sadie Powell2026-06-181-0/+1
* Fix not prefixing usernames when a lookup throws an exception.•••Closes #2151. Gravatar Sadie Powell2026-06-181-0/+3
* Add more error reporting to the ident module.Gravatar Sadie Powell2026-06-181-4/+7
* Update fmtlib.Gravatar Sadie Powell2026-06-178-1208/+1227
* Allow an event hook for after messages are sent to a client.Gravatar Sadie Powell2026-06-173-0/+22
* Allow modules to control which clients receive an ISupport diff.Gravatar Sadie Powell2026-06-173-2/+11
* Add a getter for the numeric to ClientProtocol::Messages::Numeric.Gravatar Sadie Powell2026-06-171-6/+12
* Add a WriteNumeric overload that takes a vector of numerics.Gravatar Sadie Powell2026-06-177-16/+45
* Allow modules to send the ISupport list to clients.Gravatar Sadie Powell2026-06-173-3/+34
* Fix missing caps in the list output when when the line overflows.Gravatar Sadie Powell2026-06-161-6/+4
* Fix a missing unistd include on some systems.Gravatar Sadie Powell2026-06-151-0/+4
* Fix one last case of an old email address.Gravatar Sadie Powell2026-06-151-1/+1
* Add short version flags to the main man page.Gravatar Sadie Powell2026-06-141-0/+16
* Update the tagline in the readme and man pages..Gravatar Sadie Powell2026-06-143-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. Gravatar Sadie Powell2026-06-146-46/+64
* Fix building ssl_openssl on OpenSSL 4.Gravatar Sadie Powell2026-06-141-2/+2
* Fix an indentation issue when printing endpoints that couldn't bind.Gravatar Sadie Powell2026-06-141-1/+1
* Also match account extbans against the account identifier.Gravatar Sadie Powell2026-06-142-4/+11
* Collapse massive date ranges in mkheaders.Gravatar Sadie Powell2026-06-081-5/+9
* Send a SASL abort for pending authentications on disconnect.Gravatar Runxi Yu2026-06-081-0/+16
* Update the refs used in the irctest runner.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] Gravatar Sadie Powell2026-06-061-2/+2
* Release v4.11.0. v4.11.0Gravatar Sadie Powell2026-06-052-2/+2
* Update copyright headers.Gravatar InspIRCd Robot2026-06-05470-470/+472
* Fix escaping LDAP search filters in ldapauth and ldapoper.Gravatar Sadie Powell2026-06-053-11/+18
* Port over some recent changes to the Anope LDAP API.Gravatar Sadie Powell2026-06-052-0/+85
* Fix unnecessary truncation of numbers in some stats output.Gravatar Sadie Powell2026-06-051-4/+4
* Update author list.Gravatar InspIRCd Robot2026-06-041-2/+4
* Update the vendored libraries.Gravatar Sadie Powell2026-06-043-169/+248
* Add support for HAProxy certificate fingerprint in PROXY protocol.Gravatar Atlas2026-06-041-13/+86
* Warn about some potentially problematic <wsorigin> values.Gravatar Sadie Powell2026-06-031-0/+6
* Fix FJOINs wrapped by the compat layer not being prefixed properly.Gravatar Sadie Powell2026-05-311-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. Gravatar Sadie Powell2026-05-301-4/+4
* Improve <database> tag formatting in the example configs.Gravatar Sadie Powell2026-05-301-5/+30
* Allow <database:tls> to work on MySQL forks that use the old API.•••Closes #2212. Gravatar Sadie Powell2026-05-301-3/+6