aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* m_sslinfo - fix /WEBIRC without secure insp4Gravatar steering72537 days1-1/+4
|
* Fix a copy/paste error in the check module.Gravatar Sadie Powell9 days1-1/+1
|
* Fix null bytes not being encoded correctly by Percent::Encode.Gravatar Sadie Powell2026-06-241-1/+1
|
* Bump the default DNS timeout to 10 seconds.Gravatar Sadie Powell2026-06-231-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.Gravatar Kufat2026-06-202-2/+3
|
* 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.Gravatar Sadie Powell2026-06-181-0/+3
| | | | Closes #2151.
* Add more error reporting to the ident module.Gravatar Sadie Powell2026-06-181-4/+7
|
* Allow an event hook for after messages are sent to a client.Gravatar Sadie Powell2026-06-172-0/+7
|
* Allow modules to control which clients receive an ISupport diff.Gravatar Sadie Powell2026-06-172-2/+7
|
* Add a WriteNumeric overload that takes a vector of numerics.Gravatar Sadie Powell2026-06-176-16/+43
|
* Allow modules to send the ISupport list to clients.Gravatar Sadie Powell2026-06-172-3/+5
|
* 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
|
* Improve the output printed when starting up.Gravatar Sadie Powell2026-06-146-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.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-141-1/+8
|
* Send a SASL abort for pending authentications on disconnect.Gravatar Runxi Yu2026-06-081-0/+16
|
* Release v4.11.0. v4.11.0Gravatar Sadie Powell2026-06-051-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2026-06-05341-341/+343
|
* Fix escaping LDAP search filters in ldapauth and ldapoper.Gravatar Sadie Powell2026-06-052-11/+16
|
* Port over some recent changes to the Anope LDAP API.Gravatar Sadie Powell2026-06-051-0/+74
|
* Fix unnecessary truncation of numbers in some stats output.Gravatar Sadie Powell2026-06-051-4/+4
|
* 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 <database:tls> to work on MySQL forks that use the old API.Gravatar Sadie Powell2026-05-301-3/+6
| | | | Closes #2212.
* Fix <database:ssl> not being called <database:tls> as documented.Gravatar Sadie Powell2026-05-291-1/+2
|
* Fix sslmodes inheriting operonly from sslinfo.Gravatar Sadie Powell2026-05-251-1/+1
|
* Add <nickflood:notifyrank> to mimic the equivalent in joinflood.Gravatar Sadie Powell2026-05-241-1/+4
|
* Prevent an unnecessary lookup in joinflood.Gravatar Sadie Powell2026-05-241-1/+1
|
* Add percentages to the sslinfo statistics.Gravatar Sadie Powell2026-05-201-3/+6
|
* Fix some LIST filter edge cases.Gravatar Sadie Powell2026-05-201-10/+10
| | | | This won't pass irctest until #375 is merged.
* Fix labelling quit messages.Gravatar Sadie Powell2026-05-201-40/+53
|
* Fix a use after free crash on shutdown.Gravatar aasb132026-05-141-1/+2
|
* Add the bot extended ban.Gravatar Sadie Powell2026-05-111-0/+24
|
* Fix some rare null pointer dereferences.Gravatar Sadie Powell2026-05-062-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.Gravatar Sadie Powell2026-04-271-5/+5
| | | | Closes #2206.
* Fix an error message in ircv3_ctctags mentioning the wrong mode.Gravatar Sadie Powell2026-04-161-1/+1
|
* Add support for getentropy() on macOS.Gravatar Sadie Powell2026-04-161-1/+5
|
* Release v4.10.1. v4.10.1Gravatar Sadie Powell2026-04-111-1/+1
|
* Whitelist the recently ratified +channel-context tag.Gravatar Sadie Powell2026-04-091-0/+1
|
* Truncate overly-long usernames in USER.Gravatar Sadie Powell2026-04-081-1/+7
|
* Release v4.10.0. v4.10.0Gravatar Sadie Powell2026-04-041-1/+1
|