| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v4.0.0 alpha 1. v4.0.0a1 | 2021-06-01 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-06-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Look up the SSL I/O hook properly in spanningtree. | 2021-06-01 | 1 | -1/+1 | |
| | | | | | | | | | Fixes a regression introduced in commit 83bb6951fe. | ||||
| * | | Demote the lockserv module to inspircd-contrib. | 2021-06-01 | 1 | -133/+0 | |
| | | | |||||
| * | | Demote the clones module to inspircd-contrib. | 2021-06-01 | 1 | -101/+0 | |
| | | | |||||
| * | | Demote the censor module to inspircd-contrib. | 2021-06-01 | 1 | -123/+0 | |
| | | | |||||
| * | | Demote the regex_tre module to inspircd-contrib. | 2021-06-01 | 1 | -91/+0 | |
| | | | |||||
| * | | Convert simple modes to use Simple{Channel,User}Mode. | 2021-06-01 | 7 | -83/+80 | |
| | | | |||||
| * | | Rename Simple{Channel,User}ModeHandler to match other mode handlers. | 2021-06-01 | 26 | -47/+54 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-06-01 | 5 | -22/+57 | |
| |\| | |||||
| | * | 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. | ||||
| | * | Avoid registering services as their unprefixed name. | 2021-05-28 | 1 | -1/+2 | |
| | | | | | | | | | This fixes SSL profiles overriding the websocket module. | ||||
| | * | The dest should be checked for uline status not the source. | 2021-05-25 | 1 | -1/+1 | |
| | | | |||||
| | * | Don't send RPL_WHOISHOST for users on ulined servers. | 2021-05-25 | 1 | -1/+1 | |
| | | | |||||
| | * | 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 | |
| | | | |||||
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 77 | -269/+295 | |
| | | | |||||
| * | | Fire OnUserPreJoin regardless of whether the join is an override. | 2021-05-23 | 16 | -44/+46 | |
| | | | |||||
| * | | Refactor the population of exceptions in delayjoin. | 2021-05-22 | 1 | -21/+17 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-22 | 2 | -10/+17 | |
| |\| | |||||
| | * | 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 | |
| | | | |||||
| | * | Default to file logging if a log type is not specified. | 2021-05-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove the empty handler for linking stats from core_stats. | 2021-05-19 | 1 | -5/+0 | |
| | | | |||||
| * | | Get rid of even more pointless copy/paste comments. | 2021-05-19 | 20 | -419/+16 | |
| | | | |||||
| * | | Kill the gecosban module which snuck back in during the merge. | 2021-05-19 | 1 | -71/+0 | |
| | | | |||||
| * | | Kill an outdated XXX comment in spanningtree. | 2021-05-19 | 1 | -3/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 47 | -58/+129 | |
| |\| | |||||
| | * | Release v3.10.0. v3.10.0 | 2021-05-14 | 1 | -1/+1 | |
| | | | |||||
| | * | Update copyright headers. | 2021-05-14 | 49 | -55/+55 | |
| | | | |||||
| | * | Fix an off by one error in various bitsets. | 2021-05-14 | 6 | -8/+8 | |
| | | | |||||
| | * | Fix sending malformed pong messages in some cases. | 2021-05-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Refactor the DNSBL config storage class. | 2021-05-13 | 1 | -113/+143 | |
| | | | |||||
| * | | Kill some useless comments. | 2021-05-13 | 50 | -104/+0 | |
| | | | |||||
| * | | Implement support for looking up SRV records in core_dns. | 2021-05-11 | 1 | -0/+26 | |
| | | | |||||
| * | | Improve DNS exception messages slightly. | 2021-05-11 | 1 | -5/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 46 | -83/+90 | |
| |\| | |||||
| | * | 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 | |
| | | | |||||
| | * | core_dns: skip unknown resource record types | 2021-05-04 | 1 | -0/+6 | |
| | | | |||||
| | * | Skip clients on ulined servers in SSLINFO <#chan>. | 2021-05-03 | 1 | -1/+4 | |
| | | | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 39 | -70/+69 | |
| | | | |||||
| * | | Optimise building the link data string. | 2021-05-11 | 1 | -18/+6 | |
| | | | |||||
| * | | Fix building the link data string. | 2021-05-11 | 2 | -3/+3 | |
| | | | |||||
| * | | Use CompareLinkData for comparing v4 link data & make errors cleaner. | 2021-05-11 | 1 | -16/+123 | |
| | | | |||||
| * | | Extract percent encoding logic from spanningtree to inspstring. | 2021-05-10 | 2 | -15/+64 | |
| | | | |||||
| * | | Refactor the hex encoding function. | 2021-05-10 | 5 | -15/+22 | |
| | | | |||||
