aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Release v4.0.0 alpha 2. v4.0.0a2Gravatar Sadie Powell2021-07-011-1/+1
* Fix local idle times being incorrect.•••Regression introduced in commit 7d84e490. Gravatar Sadie Powell2021-07-011-1/+1
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-0125-82/+100
|\
| * 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).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-2122-73/+73
| * Add 'if-host-match' option to m_sslinfo oper autologin configuration.•••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. Gravatar Molly Miller2021-06-211-1/+17
| * Allow making the MKPASSWD command only usable by opers.Gravatar Sadie Powell2021-06-211-0/+6
| * Synchronize servlist syntax and helpop with the docs page.Gravatar Matt Schatz2021-06-201-1/+1
| * Default userstats to Pu if not otherwise specified.Gravatar Sadie Powell2021-06-201-1/+1
| * 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
* | Require that hideserver is set to a valid hostname.Gravatar Sadie Powell2021-06-251-1/+1
* | Used std::move where it is neededGravatar GermanAizek2021-06-214-6/+6
* | 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-187-49/+76
|\|
| * Fix some inverted ignoreuntil values in the connectban module.Gravatar Sadie Powell2021-06-181-2/+2
| * Fix some weirdness with sign conversion and channel limits.•••Reported by jessicara. Gravatar Sadie Powell2021-06-181-3/+16
| * 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
| * Fix xline matching on WebIRC connections.Gravatar Sadie Powell2021-06-173-2/+8
| * 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-1316-59/+46
|\|
| * Code refactor and minor fix (#1879)Gravatar Herman2021-06-1221-83/+76
* | Fix undefined behaviour with converting a path to a string.Gravatar Sadie Powell2021-06-102-4/+11
* | Fix MSVC compatibility issues.Gravatar Sadie Powell2021-06-074-4/+4
* | 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
* | Release v4.0.0 alpha 1. v4.0.0a1Gravatar Sadie Powell2021-06-011-1/+1
* | 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-017-83/+80
* | Rename Simple{Channel,User}ModeHandler to match other mode handlers.Gravatar Sadie Powell2021-06-0126-47/+54
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-015-22/+57
|\|
| * 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
| * Avoid registering services as their unprefixed name.•••This fixes SSL profiles overriding the websocket module. Gravatar Sadie Powell2021-05-281-1/+2
| * The dest should be checked for uline status not the source.Gravatar Sadie Powell2021-05-251-1/+1
| * Don't send RPL_WHOISHOST for users on ulined servers.Gravatar Sadie Powell2021-05-251-1/+1