| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v4.0.0 alpha 2. v4.0.0a2 | 2021-07-01 | 1 | -1/+1 | |
| * | Fix module events not being fired correctly.•••Regression introduced in commit ba3dd9ce. Closes #1912. | 2021-07-01 | 1 | -2/+2 | |
| * | Fix local idle times being incorrect.•••Regression introduced in commit 7d84e490. | 2021-07-01 | 1 | -1/+1 | |
| * | Fix WHOIS numerics not including the source of the message.•••Regression introduced in commit 0fab6438. | 2021-07-01 | 1 | -0/+1 | |
| * | Merge branch 'insp3' into master. | 2021-07-01 | 43 | -138/+166 | |
| |\ | |||||
| | * | 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 | 35 | -121/+121 | |
| | * | Update example configuration for 'if-host-match' oper autologin option. | 2021-06-21 | 1 | -3/+5 | |
| | * | 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 | |
| | * | Add social media links to the readme. | 2021-06-21 | 1 | -0/+2 | |
| | * | Allow making the MKPASSWD command only usable by opers. | 2021-06-21 | 2 | -0/+9 | |
| | * | Add the new chanhistory umode to the example helpop. | 2021-06-20 | 1 | -0/+2 | |
| | * | Fix a typo in the previous commit. | 2021-06-20 | 1 | -1/+1 | |
| | * | Synchronize servlist syntax and helpop with the docs page. | 2021-06-20 | 2 | -5/+6 | |
| | * | Hyphens are allowed in hostnames. | 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 | |
| * | | Avoid using -pthreads on Haiku. | 2021-06-19 | 1 | -2/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-06-19 | 4 | -18/+40 | |
| |\| | |||||
| | * | Fix building the sha256 module on Haiku. | 2021-06-19 | 1 | -2/+13 | |
| | * | Reorder <limits> alphabetically in the example config. | 2021-06-19 | 1 | -14/+14 | |
| | * | 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 | 12 | -60/+122 | |
| |\| | |||||
| | * | 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 | 2 | -12/+53 | |
| | * | 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 | 4 | -4/+17 | |
| | * | Clean up VerifyCertificate in the ssl_gnutls module. | 2021-06-14 | 1 | -39/+23 | |
| | * | Add a link to the list of predefined config variables. | 2021-06-14 | 1 | -0/+3 | |
| | * | Add predefined config variables for the build time directories. | 2021-06-13 | 1 | -0/+7 | |
| | * | Remove the KiwiIRC.com link from the security policy. | 2021-06-13 | 1 | -1/+1 | |
| * | | Import a greatly refactored version of the opmoderated module.•••Co-authored-by: Daniel De Graaf <danieldg@inspircd.org>. | 2021-06-17 | 3 | -0/+97 | |
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 19 | -64/+51 | |
| |\| | |||||
| | * | Point to the license on the docs site not to the GNU website. | 2021-06-13 | 1 | -1/+1 | |
| | * | Correct the versions which have packages in the readme. | 2021-06-13 | 1 | -1/+1 | |
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 22 | -85/+78 | |
| | * | Use /run/inspircd as the runtime directory on Linux.•••Unfortunately some tooling like AppArmor is not smart enough to follow the symlink from /var/run to /run so we need to explicitly set the path. This fixes running InspIRCd without --nopid on some systems. See also: inspircd/inspircd-packages#402ef9a411. | 2021-06-11 | 1 | -1/+1 | |
| * | | Fix undefined behaviour with converting a path to a string. | 2021-06-10 | 2 | -4/+11 | |
| * | | Avoid creating unnecessary symlinks. | 2021-06-09 | 2 | -7/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-06-09 | 4 | -43/+80 | |
| |\| | |||||
| | * | Fix uninstalling files on `make deinstall` and similar. | 2021-06-09 | 2 | -10/+30 | |
| | * | Fix unnecessary capitalisation at the start of a configure warning. | 2021-06-09 | 1 | -1/+1 | |
