summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-06-07Migrate Windows builds to installing their dependencies via Conan.Sadie Powell
2021-06-04Broadcast the limits for list modes on server link.Sadie Powell
This allows services to not overflow the limit.
2021-06-02Send the CHARSET token if using a non-ascii casemapping.Sadie Powell
2021-06-01Look up the SSL I/O hook properly in spanningtree.Sadie Powell
Fixes a regression introduced in commit 83bb6951fe.
2021-06-01Refactor the sslqueries mode handler.Sadie Powell
This fixes a rare desync where a server with the sslmodes module but without the sslinfo module could desync when a remote user on a server with both enables the sslqueries mode.
2021-05-28Avoid registering services as their unprefixed name.Sadie Powell
This fixes SSL profiles overriding the websocket module.
2021-05-25The dest should be checked for uline status not the source.Sadie Powell
2021-05-25Don't send RPL_WHOISHOST for users on ulined servers.Sadie Powell
2021-05-25Implement support for setting TLSv1.3 ciphersuites in ssl_openssl.Sadie Powell
2021-05-22Implement support for the delayjoin WHOX flag.Sadie Powell
2021-05-22Only check for a join time if a user is actually in the channel.Sadie Powell
2021-05-22Send the correct join timestamp on a delayed join message.Sadie Powell
2021-05-20Default to file logging if a log type is not specified.Sadie Powell
2021-05-14Release v3.10.0.Sadie Powell
2021-05-14Update copyright headers.InspIRCd Robot
2021-05-14Fix an off by one error in various bitsets.Sadie Powell
2021-05-14Fix sending malformed pong messages in some cases.Sadie Powell
2021-05-08Send ERR_BADCHANMASK when trying to OJOIN/SAJOIN an invalid channel.Sadie Powell
2021-05-07Fix the Ubuntu package name for ssl_gnutls.Sadie Powell
2021-05-07Switch from the Ubuntu 16.04 image to the 18.04 Ubuntu image.Sadie Powell
The Argon2 PPA is broken again and I don't want to deal with the stress of working out why. The 16.04 image is EOL soon (see actions/virtual-environments/#1084) so switching off it is just easier.
2021-05-07Send 400 Bad Request if a WebSocket client doesn't send an origin.Sadie Powell
2021-05-05Only vendor the bits of utfcpp that we actually use.Sadie Powell
2021-05-04core_dns: skip unknown resource record typesAdam
2021-05-03Skip clients on ulined servers in SSLINFO <#chan>.Sadie Powell
2021-04-27Fix a bunch of weird indentation and spacing issues.Sadie Powell
2021-04-25Send the max line length to remote servers on link.Sadie Powell
2021-04-21Update the module descriptions.Sadie Powell
2021-04-19Improve the messages sent when loading/unloading/reloading modules.Sadie Powell
2021-04-19Improve the message sent when a mode does not exist.Sadie Powell
2021-04-19Update hideoper for the /STATS P change in the previous commit.Sadie Powell
2021-04-18Use a duration string for the idle time in `/STATS P`.Sadie Powell
2021-04-17Rename censor_t to CensorMap as the _t suffix is reserved by POSIX.Sadie Powell
2021-04-17Improve the debug logging for httpd_acl auth attempts.Sadie Powell
2021-04-17Fix the 'w' extban not being added to the EXTBAN 005 numeric.Sadie Powell
2021-04-16Fix using a different field name in ldapauth than is documented.Sadie Powell
Closes #1864.
2021-04-14Update references to config fields which were renamed.Sadie Powell
2021-04-11Only show the WebIRC gateway name to unprivileged users.Sadie Powell
2021-04-11Allow banning WebIRC users by their gateway name.Sadie Powell
Closes #1857.
2021-04-08Fix not parsing connect class hosts for inherited classes.Sadie Powell
This bug was introduced since the last release and only ever affected git versions built since commit 8c3c4f8e82.
2021-04-07Show all prefix modes in the CHECK onchans output.Sadie Powell
2021-04-06Use IsCTCP in blockcolor for ignoring CTCPs.Sadie Powell
2021-04-03Automatically prune the history lists in chanhistory.Sadie Powell
2021-03-31Add support for per-DNSBL timeouts.Sadie Powell
This should fix the issue of some DNSBLs being slower than others.
2021-03-31Fix various documentation comments.Sadie Powell
2021-03-30Add support for matching multiple hosts in <connect:{allow,deny}>.Sadie Powell
2021-03-30Add support for blocking tag messages with the deaf mode.Sadie Powell
2021-03-21Improve the header messages of the filter and permchannels modules.Sadie Powell
2021-03-19Add an <include> option to allow certain config files to not exist.Sadie Powell
This is useful when using modules that generate a config file such as the filter and permchannels modules.
2021-03-14Default <permchannelsdb:listmodes> to on.Sadie Powell
2021-03-14Implement support for saving filters.Sadie Powell