| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v4.0.0 alpha 2. v4.0.0a2 | 2021-07-01 | 1 | -1/+1 | |
| * | Fix local idle times being incorrect.•••Regression introduced in commit 7d84e490. | 2021-07-01 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2021-07-01 | 25 | -82/+100 | |
| |\ | |||||
| | * | Allow reloading SSL profiles on rehash. | 2021-06-24 | 3 | -7/+9 | |
| | * | Add a log message to the SSL mods to remind users how to reload profiles. | 2021-06-24 | 3 | -0/+15 | |
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 22 | -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. | 2021-06-21 | 1 | -1/+17 | |
| | * | Allow making the MKPASSWD command only usable by opers. | 2021-06-21 | 1 | -0/+6 | |
| | * | Synchronize servlist syntax and helpop with the docs page. | 2021-06-20 | 1 | -1/+1 | |
| | * | Default userstats to Pu if not otherwise specified. | 2021-06-20 | 1 | -1/+1 | |
| | * | 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 | |
| * | | Require that hideserver is set to a valid hostname. | 2021-06-25 | 1 | -1/+1 | |
| * | | Used std::move where it is needed | 2021-06-21 | 4 | -6/+6 | |
| * | | 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.•••We already have a ChanModeReference for this there's no need to look it up again. | 2021-06-18 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-06-18 | 7 | -49/+76 | |
| |\| | |||||
| | * | Fix some inverted ignoreuntil values in the connectban module. | 2021-06-18 | 1 | -2/+2 | |
| | * | Fix some weirdness with sign conversion and channel limits.•••Reported by jessicara. | 2021-06-18 | 1 | -3/+16 | |
| | * | 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 | |
| | * | Fix xline matching on WebIRC connections. | 2021-06-17 | 3 | -2/+8 | |
| | * | Clean up VerifyCertificate in the ssl_gnutls module. | 2021-06-14 | 1 | -39/+23 | |
| * | | Import a greatly refactored version of the opmoderated module.•••Co-authored-by: Daniel De Graaf <danieldg@inspircd.org>. | 2021-06-17 | 1 | -0/+90 | |
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 16 | -59/+46 | |
| |\| | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 21 | -83/+76 | |
| * | | Fix undefined behaviour with converting a path to a string. | 2021-06-10 | 2 | -4/+11 | |
| * | | Fix MSVC compatibility issues. | 2021-06-07 | 4 | -4/+4 | |
| * | | 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.•••This allows services to not overflow the limit. | 2021-06-04 | 4 | -0/+27 | |
| | * | Send the CHARSET token if using a non-ascii casemapping. | 2021-06-02 | 1 | -1/+13 | |
| * | | 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.•••Fixes a regression introduced in commit 83bb6951fe. | 2021-06-01 | 1 | -1/+1 | |
| * | | 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.•••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. | 2021-06-01 | 1 | -19/+8 | |
| | * | Avoid registering services as their unprefixed name.•••This fixes SSL profiles overriding the websocket module. | 2021-05-28 | 1 | -1/+2 | |
| | * | 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 | |
