aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix the silence TAGMSG flags being inverted in BitsToFlags.Gravatar Sadie Powell2021-06-201-2/+2
| * Show delayjoined users to themself in WHO.Gravatar Sadie Powell2021-06-201-2/+2
* | Used std::move where it is neededGravatar GermanAizek2021-06-213-4/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-193-4/+26
|\|
| * Fix building the sha256 module on Haiku.Gravatar Sadie Powell2021-06-191-2/+13
| * 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
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-183-44/+52
|\|
| * 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
* | Import a greatly refactored version of the opmoderated module.•••Co-authored-by: Daniel De Graaf <danieldg@inspircd.org>. Gravatar Sadie Powell2021-06-171-0/+90
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-1310-38/+34
|\|
| * Code refactor and minor fix (#1879)Gravatar Herman2021-06-1213-56/+55
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-077-3/+45
|\|
| * 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
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-011-1/+1
|\|
| * Look up the SSL I/O hook properly in spanningtree.•••Fixes a regression introduced in commit 83bb6951fe. Gravatar Sadie Powell2021-06-011-1/+1
* | Demote the lockserv module to inspircd-contrib.Gravatar Sadie Powell2021-06-011-133/+0
* | Demote the clones module to inspircd-contrib.Gravatar Sadie Powell2021-06-011-101/+0
* | Demote the censor module to inspircd-contrib.Gravatar Sadie Powell2021-06-011-123/+0
* | Demote the regex_tre module to inspircd-contrib.Gravatar Sadie Powell2021-06-011-91/+0
* | Convert simple modes to use Simple{Channel,User}Mode.Gravatar Sadie Powell2021-06-015-80/+77
* | Rename Simple{Channel,User}ModeHandler to match other mode handlers.Gravatar Sadie Powell2021-06-0122-37/+44
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-013-20/+54
|\|
| * 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
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-3053-180/+196
* | Fire OnUserPreJoin regardless of whether the join is an override.Gravatar Sadie Powell2021-05-2313-22/+30
* | Refactor the population of exceptions in delayjoin.Gravatar Sadie Powell2021-05-221-21/+17
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-221-9/+16
|\|
| * 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
* | Get rid of even more pointless copy/paste comments.Gravatar Sadie Powell2021-05-194-6/+1
* | Kill the gecosban module which snuck back in during the merge.Gravatar Sadie Powell2021-05-191-71/+0
* | Kill an outdated XXX comment in spanningtree.Gravatar Sadie Powell2021-05-191-3/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-1437-47/+118
|\|
| * 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
* | Refactor the DNSBL config storage class.Gravatar Sadie Powell2021-05-131-113/+143
* | Kill some useless comments.Gravatar Sadie Powell2021-05-1330-64/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-1134-63/+65
|\|
| * 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