| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | ||
| | | | ||||||
| * | | Used std::move where it is needed | 2021-06-21 | 3 | -4/+4 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2021-06-19 | 3 | -4/+26 | ||
| |\| | ||||||
| | * | 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. | |||||
| * | | Merge branch 'insp3' into master. | 2021-06-18 | 3 | -44/+52 | ||
| |\| | ||||||
| | * | 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 | ||
| | | | ||||||
| * | | Import a greatly refactored version of the opmoderated module. | 2021-06-17 | 1 | -0/+90 | ||
| | | | | | | | | | Co-authored-by: Daniel De Graaf <danieldg@inspircd.org>. | |||||
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 10 | -38/+34 | ||
| |\| | ||||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 13 | -56/+55 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2021-06-07 | 7 | -3/+45 | ||
| |\| | ||||||
| | * | 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 | ||
| | | | ||||||
| * | | 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 | 5 | -80/+77 | ||
| | | | ||||||
| * | | Rename Simple{Channel,User}ModeHandler to match other mode handlers. | 2021-06-01 | 22 | -37/+44 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2021-06-01 | 3 | -20/+54 | ||
| |\| | ||||||
| | * | 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 | ||
| | | | ||||||
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 53 | -180/+196 | ||
| | | | ||||||
| * | | Fire OnUserPreJoin regardless of whether the join is an override. | 2021-05-23 | 13 | -22/+30 | ||
| | | | ||||||
| * | | Refactor the population of exceptions in delayjoin. | 2021-05-22 | 1 | -21/+17 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2021-05-22 | 1 | -9/+16 | ||
| |\| | ||||||
| | * | 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 | ||
| | | | ||||||
| * | | Get rid of even more pointless copy/paste comments. | 2021-05-19 | 4 | -6/+1 | ||
| | | | ||||||
| * | | 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 | 37 | -47/+118 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2021-05-14 | 40 | -46/+46 | ||
| | | | ||||||
| | * | Fix an off by one error in various bitsets. | 2021-05-14 | 5 | -7/+7 | ||
| | | | ||||||
| * | | Refactor the DNSBL config storage class. | 2021-05-13 | 1 | -113/+143 | ||
| | | | ||||||
| * | | Kill some useless comments. | 2021-05-13 | 30 | -64/+0 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 34 | -63/+65 | ||
| |\| | ||||||
| | * | 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 | ||
| | | | ||||||
