aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Use RPL_WHOISCHANNELS instead of a raw numeric in hidechans.Gravatar Sadie Powell2021-06-191-1/+1
* Fix unsetting timed bans with excessively long masks.Gravatar Sadie Powell2021-06-181-0/+13
* Avoid unnecessarily looking up the ban mode.•••We already have a ChanModeReference for this there's no need to look it up again. Gravatar Sadie Powell2021-06-181-1/+1
* Fix some inverted ignoreuntil values in the connectban module.Gravatar Sadie Powell2021-06-181-2/+2
* Add the bootwait and splitwait options to connectban.Gravatar Sadie Powell2021-06-181-3/+26
* Fix joinflood overwriting the bootwait timer on split.Gravatar Sadie Powell2021-06-181-1/+1
* Fix joinflood applying the bootwait timeout to rehashes.Gravatar Sadie Powell2021-06-181-2/+3
* Clean up VerifyCertificate in the ssl_gnutls module.Gravatar Sadie Powell2021-06-141-39/+23
* Code refactor and minor fix (#1879)Gravatar Herman2021-06-1213-56/+55
* Migrate Windows builds to installing their dependencies via Conan.Gravatar Sadie Powell2021-06-072-2/+2
* Broadcast the limits for list modes on server link.•••This allows services to not overflow the limit. Gravatar Sadie Powell2021-06-044-0/+27
* Send the CHARSET token if using a non-ascii casemapping.Gravatar Sadie Powell2021-06-021-1/+13
* Look up the SSL I/O hook properly in spanningtree.•••Fixes a regression introduced in commit 83bb6951fe. Gravatar Sadie Powell2021-06-011-1/+1
* Refactor the sslqueries mode handler.•••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. Gravatar Sadie Powell2021-06-011-19/+8
* Implement support for setting TLSv1.3 ciphersuites in ssl_openssl.Gravatar Sadie Powell2021-05-251-1/+25
* Implement support for the delayjoin WHOX flag.Gravatar Sadie Powell2021-05-221-0/+21
* Only check for a join time if a user is actually in the channel.Gravatar Sadie Powell2021-05-221-1/+4
* Send the correct join timestamp on a delayed join message.Gravatar Sadie Powell2021-05-221-2/+9
* Update copyright headers.Gravatar InspIRCd Robot2021-05-1440-46/+46
* Fix an off by one error in various bitsets.Gravatar Sadie Powell2021-05-145-7/+7
* Send ERR_BADCHANMASK when trying to OJOIN/SAJOIN an invalid channel.Gravatar Sadie Powell2021-05-082-2/+2
* Fix the Ubuntu package name for ssl_gnutls.Gravatar Sadie Powell2021-05-071-1/+1
* Switch from the Ubuntu 16.04 image to the 18.04 Ubuntu image.•••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. Gravatar Sadie Powell2021-05-071-1/+1
* Send 400 Bad Request if a WebSocket client doesn't send an origin.Gravatar Sadie Powell2021-05-071-0/+5
* Only vendor the bits of utfcpp that we actually use.Gravatar Sadie Powell2021-05-051-2/+3
* Skip clients on ulined servers in SSLINFO <#chan>.Gravatar Sadie Powell2021-05-031-1/+4
* Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-2728-52/+51
* Send the max line length to remote servers on link.Gravatar Sadie Powell2021-04-251-0/+1
* Update the module descriptions.Gravatar Sadie Powell2021-04-2115-15/+15
* Improve the messages sent when loading/unloading/reloading modules.Gravatar Sadie Powell2021-04-191-1/+1
* Improve the message sent when a mode does not exist.Gravatar Sadie Powell2021-04-191-2/+3
* Update hideoper for the /STATS P change in the previous commit.Gravatar Sadie Powell2021-04-191-2/+3
* Rename censor_t to CensorMap as the _t suffix is reserved by POSIX.Gravatar Sadie Powell2021-04-171-5/+4
* Improve the debug logging for httpd_acl auth attempts.Gravatar Sadie Powell2021-04-171-0/+10
* Fix the 'w' extban not being added to the EXTBAN 005 numeric.Gravatar Sadie Powell2021-04-171-0/+5
* Fix using a different field name in ldapauth than is documented.•••Closes #1864. Gravatar Sadie Powell2021-04-161-1/+1
* Update references to config fields which were renamed.Gravatar Sadie Powell2021-04-143-3/+3
* Only show the WebIRC gateway name to unprivileged users.Gravatar Sadie Powell2021-04-111-2/+7
* Allow banning WebIRC users by their gateway name.•••Closes #1857. Gravatar Sadie Powell2021-04-111-3/+15
* Show all prefix modes in the CHECK onchans output.Gravatar Sadie Powell2021-04-071-8/+1
* Use IsCTCP in blockcolor for ignoring CTCPs.Gravatar Sadie Powell2021-04-061-3/+8
* Automatically prune the history lists in chanhistory.Gravatar Sadie Powell2021-04-031-18/+24
* Add support for per-DNSBL timeouts.•••This should fix the issue of some DNSBLs being slower than others. Gravatar Sadie Powell2021-03-311-1/+4
* Fix various documentation comments.Gravatar Sadie Powell2021-03-311-11/+0
* Add support for blocking tag messages with the deaf mode.Gravatar Sadie Powell2021-03-301-37/+74
* Improve the header messages of the filter and permchannels modules.Gravatar Sadie Powell2021-03-212-2/+7
* Default <permchannelsdb:listmodes> to on.Gravatar Sadie Powell2021-03-141-1/+1
* Implement support for saving filters.Gravatar Sadie Powell2021-03-141-2/+83
* Rename `<bind:ssl>` to `<bind:sslprofile>`.Gravatar Sadie Powell2021-03-102-2/+2
* Rename `<link:ssl>` to `<link:sslprofile>`.Gravatar Sadie Powell2021-03-101-1/+1