| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2021-08-27 | 36 | -31/+42 | |
| | | |||||
| * | Use timing safe comparisons for the httpd_acl username and password. | 2021-08-19 | 1 | -1/+2 | |
| | | |||||
| * | Implement support for websocket subprotocols. | 2021-08-17 | 1 | -2/+23 | |
| | | | | | This is based on the current IRCv3 draft but using a vendored protocol. | ||||
| * | Minor clean up of the previous commit. | 2021-08-17 | 1 | -2/+1 | |
| | | |||||
| * | Improve WebSocket header parsing. | 2021-08-17 | 1 | -12/+26 | |
| | | |||||
| * | Fix not parsing headers properly in the HTTP module. | 2021-08-17 | 1 | -0/+2 | |
| | | |||||
| * | Update mkdescriptions for the new YAML module documentation. | 2021-08-04 | 2 | -2/+2 | |
| | | |||||
| * | Handle exceptions from hash providers in password_hash. | 2021-07-19 | 1 | -3/+11 | |
| | | |||||
| * | Fix using the wrong variable for the ciphersuites in ssl_openssl. | 2021-07-19 | 1 | -1/+1 | |
| | | |||||
| * | Fix ssl_mbedtls on mbedTLS v3. | 2021-07-17 | 1 | -1/+17 | |
| | | |||||
| * | Respect the noctcp user mode for global CTCPs. | 2021-07-17 | 1 | -0/+12 | |
| | | | | | Please don't actually send global CTCPs though. | ||||
| * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 11 | -53/+4 | |
| | | |||||
| * | Don't send oper swhois to users with hideoper enabled. | 2021-07-05 | 1 | -12/+18 | |
| | | |||||
| * | Stop sending RPL_WHOISSERVICE as it conflicts with RPL_WHOISHELPOP. | 2021-07-05 | 1 | -14/+4 | |
| | | | | | | | Both Anope and Atheme send an oper type for services clients so this numeric is unnecessary. In cases where genericoper is enabled we now send "is a network service" in RPL_WHOISOPERATOR. | ||||
| * | Allow hostchange to select users based on connect class. | 2021-07-03 | 1 | -0/+7 | |
| | | |||||
| * | Move hostchange port parsing to a method in the HostRule class. | 2021-07-03 | 1 | -16/+19 | |
| | | |||||
| * | Fix some "targ" usages which were missed in the earlier commit. | 2021-07-03 | 4 | -38/+37 | |
| | | |||||
| * | Allow reloading SSL profiles on rehash. | 2021-06-24 | 3 | -7/+9 | |
| | | |||||
| * | Add a log message to the SSL mods to remind users how to reload profiles. | 2021-06-24 | 3 | -0/+15 | |
| | | |||||
| * | Fix various spelling issues (#1883). | 2021-06-21 | 17 | -61/+61 | |
| | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| * | Add 'if-host-match' option to m_sslinfo oper autologin configuration. | 2021-06-21 | 1 | -1/+17 | |
| | | | | | | | This adds an option to perform the source host check (which is usually performed on manual oper login) in addition to the certificate fingerprint check when automatically logging in opers upon connection to the ircd. | ||||
| * | Allow making the MKPASSWD command only usable by opers. | 2021-06-21 | 1 | -0/+6 | |
| | | |||||
| * | Fix the silence TAGMSG flags being inverted in BitsToFlags. | 2021-06-20 | 1 | -2/+2 | |
| | | |||||
| * | Show delayjoined users to themself in WHO. | 2021-06-20 | 1 | -2/+2 | |
| | | |||||
| * | Fix building the sha256 module on Haiku. | 2021-06-19 | 1 | -2/+13 | |
| | | |||||
| * | Use RPL_WHOISCHANNELS instead of a raw numeric in hidechans. | 2021-06-19 | 1 | -1/+1 | |
| | | |||||
| * | Fix unsetting timed bans with excessively long masks. | 2021-06-18 | 1 | -0/+13 | |
| | | |||||
| * | Avoid unnecessarily looking up the ban mode. | 2021-06-18 | 1 | -1/+1 | |
| | | | | | | We already have a ChanModeReference for this there's no need to look it up again. | ||||
| * | Fix some inverted ignoreuntil values in the connectban module. | 2021-06-18 | 1 | -2/+2 | |
| | | |||||
| * | Add the bootwait and splitwait options to connectban. | 2021-06-18 | 1 | -3/+26 | |
| | | |||||
| * | Fix joinflood overwriting the bootwait timer on split. | 2021-06-18 | 1 | -1/+1 | |
| | | |||||
| * | Fix joinflood applying the bootwait timeout to rehashes. | 2021-06-18 | 1 | -2/+3 | |
| | | |||||
| * | Clean up VerifyCertificate in the ssl_gnutls module. | 2021-06-14 | 1 | -39/+23 | |
| | | |||||
| * | Code refactor and minor fix (#1879) | 2021-06-12 | 13 | -56/+55 | |
| | | |||||
| * | Migrate Windows builds to installing their dependencies via Conan. | 2021-06-07 | 2 | -2/+2 | |
| | | |||||
| * | Broadcast the limits for list modes on server link. | 2021-06-04 | 4 | -0/+27 | |
| | | | | | This allows services to not overflow the limit. | ||||
| * | Send the CHARSET token if using a non-ascii casemapping. | 2021-06-02 | 1 | -1/+13 | |
| | | |||||
| * | Look up the SSL I/O hook properly in spanningtree. | 2021-06-01 | 1 | -1/+1 | |
| | | | | | Fixes a regression introduced in commit 83bb6951fe. | ||||
| * | Refactor the sslqueries mode handler. | 2021-06-01 | 1 | -19/+8 | |
| | | | | | | | 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. | ||||
| * | Implement support for setting TLSv1.3 ciphersuites in ssl_openssl. | 2021-05-25 | 1 | -1/+25 | |
| | | |||||
| * | Implement support for the delayjoin WHOX flag. | 2021-05-22 | 1 | -0/+21 | |
| | | |||||
| * | Only check for a join time if a user is actually in the channel. | 2021-05-22 | 1 | -1/+4 | |
| | | |||||
| * | Send the correct join timestamp on a delayed join message. | 2021-05-22 | 1 | -2/+9 | |
| | | |||||
| * | Update copyright headers. | 2021-05-14 | 40 | -46/+46 | |
| | | |||||
| * | Fix an off by one error in various bitsets. | 2021-05-14 | 5 | -7/+7 | |
| | | |||||
| * | Send ERR_BADCHANMASK when trying to OJOIN/SAJOIN an invalid channel. | 2021-05-08 | 2 | -2/+2 | |
| | | |||||
| * | Fix the Ubuntu package name for ssl_gnutls. | 2021-05-07 | 1 | -1/+1 | |
| | | |||||
| * | Switch from the Ubuntu 16.04 image to the 18.04 Ubuntu image. | 2021-05-07 | 1 | -1/+1 | |
| | | | | | | | | 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. | ||||
| * | Send 400 Bad Request if a WebSocket client doesn't send an origin. | 2021-05-07 | 1 | -0/+5 | |
| | | |||||
| * | Only vendor the bits of utfcpp that we actually use. | 2021-05-05 | 1 | -2/+3 | |
| | | |||||
