aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-242-4/+12
|\
| * Handle exceptions from hash providers in password_hash.Gravatar Sadie Powell2021-07-191-3/+11
| |
| * Fix using the wrong variable for the ciphersuites in ssl_openssl.Gravatar Sadie Powell2021-07-191-1/+1
| |
* | Clean up the routing code in the ctables header.Gravatar Sadie Powell2021-07-241-14/+14
| |
* | Stop broadcasting the CBAN, RLINE, and SHUN commands.Gravatar Sadie Powell2021-07-233-24/+0
| | | | | | | | | | These will be broadcast by the X-line system so this legacy hack is no longer necessary.
* | Purge SpanningTreeUtilities::DoOneToMany.Gravatar Sadie Powell2021-07-232-9/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-1713-78/+49
|\|
| * Fix ssl_mbedtls on mbedTLS v3.Gravatar Sadie Powell2021-07-171-1/+17
| |
| * Respect the noctcp user mode for global CTCPs.Gravatar Sadie Powell2021-07-171-0/+12
| | | | | | | | Please don't actually send global CTCPs though.
| * Deduplicate all whois numerics to the whois module header.Gravatar Sadie Powell2021-07-0511-53/+4
| |
| * Don't send oper swhois to users with hideoper enabled.Gravatar Sadie Powell2021-07-051-12/+18
| |
| * Stop sending RPL_WHOISSERVICE as it conflicts with RPL_WHOISHELPOP.Gravatar Sadie Powell2021-07-051-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.
* | Fix a shortening issue in hostchange.Gravatar Sadie Powell2021-07-171-1/+1
| |
* | Drop support for the legacy PROTOCTL extension.Gravatar Sadie Powell2021-07-162-60/+2
| | | | | | | | | | People who wish to keep this behavious should install the protoctl module from inspircd-contrib.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-044-50/+60
|\|
| * Allow hostchange to select users based on connect class.Gravatar Sadie Powell2021-07-031-0/+7
| |
| * Move hostchange port parsing to a method in the HostRule class.Gravatar Sadie Powell2021-07-031-16/+19
| |
| * Fix some "targ" usages which were missed in the earlier commit.Gravatar Sadie Powell2021-07-034-38/+37
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-0118-68/+87
|\|
| * Allow reloading SSL profiles on rehash.Gravatar Sadie Powell2021-06-243-7/+9
| |
| * Add a log message to the SSL mods to remind users how to reload profiles.Gravatar Sadie Powell2021-06-243-0/+15
| |
| * Fix various spelling issues (#1883).Gravatar Josh Soref2021-06-2117-61/+61
| | | | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
| * Add 'if-host-match' option to m_sslinfo oper autologin configuration.Gravatar Molly Miller2021-06-211-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.Gravatar Sadie Powell2021-06-211-0/+6
| |
| * 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.Gravatar Sadie Powell2021-06-181-1/+1
| | | | | | | | | | We already have a ChanModeReference for this there's no need to look it up again.
* | 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.Gravatar Sadie Powell2021-06-171-0/+90
| | | | | | | | Co-authored-by: Daniel De Graaf <danieldg@inspircd.org>.
* | 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.Gravatar Sadie Powell2021-06-044-0/+27
| | | | | | | | This allows services to not overflow the limit.
| * 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.Gravatar Sadie Powell2021-06-011-1/+1
| | | | | | | | Fixes a regression introduced in commit 83bb6951fe.
* | 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
| |