aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v4.0.0 alpha 2. v4.0.0a2Gravatar Sadie Powell2021-07-011-1/+1
* Fix module events not being fired correctly.•••Regression introduced in commit ba3dd9ce. Closes #1912. Gravatar Sadie Powell2021-07-011-2/+2
* Fix local idle times being incorrect.•••Regression introduced in commit 7d84e490. Gravatar Sadie Powell2021-07-011-1/+1
* Fix WHOIS numerics not including the source of the message.•••Regression introduced in commit 0fab6438. Gravatar Sadie Powell2021-07-011-0/+1
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-0143-138/+166
|\
| * 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-2135-121/+121
| * Update example configuration for 'if-host-match' oper autologin option.Gravatar Molly Miller2021-06-211-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. Gravatar Molly Miller2021-06-211-1/+17
| * Add social media links to the readme.Gravatar Sadie Powell2021-06-211-0/+2
| * Allow making the MKPASSWD command only usable by opers.Gravatar Sadie Powell2021-06-212-0/+9
| * Add the new chanhistory umode to the example helpop.Gravatar Matt Schatz2021-06-201-0/+2
| * Fix a typo in the previous commit.Gravatar Matt Schatz2021-06-201-1/+1
| * Synchronize servlist syntax and helpop with the docs page.Gravatar Matt Schatz2021-06-202-5/+6
| * Hyphens are allowed in hostnames.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
* | Avoid using -pthreads on Haiku.Gravatar Sadie Powell2021-06-191-2/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-194-18/+40
|\|
| * Fix building the sha256 module on Haiku.Gravatar Sadie Powell2021-06-191-2/+13
| * Reorder <limits> alphabetically in the example config.Gravatar Sadie Powell2021-06-191-14/+14
| * 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-1812-60/+122
|\|
| * 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-182-12/+53
| * 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-174-4/+17
| * Clean up VerifyCertificate in the ssl_gnutls module.Gravatar Sadie Powell2021-06-141-39/+23
| * Add a link to the list of predefined config variables.Gravatar Sadie Powell2021-06-141-0/+3
| * Add predefined config variables for the build time directories.Gravatar Sadie Powell2021-06-131-0/+7
| * Remove the KiwiIRC.com link from the security policy.Gravatar Sadie Powell2021-06-131-1/+1
* | Import a greatly refactored version of the opmoderated module.•••Co-authored-by: Daniel De Graaf <danieldg@inspircd.org>. Gravatar Sadie Powell2021-06-173-0/+97
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-1319-64/+51
|\|
| * Point to the license on the docs site not to the GNU website.Gravatar Sadie Powell2021-06-131-1/+1
| * Correct the versions which have packages in the readme.Gravatar Sadie Powell2021-06-131-1/+1
| * Code refactor and minor fix (#1879)Gravatar Herman2021-06-1222-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. Gravatar Sadie Powell2021-06-111-1/+1
* | Fix undefined behaviour with converting a path to a string.Gravatar Sadie Powell2021-06-102-4/+11
* | Avoid creating unnecessary symlinks.Gravatar Sadie Powell2021-06-092-7/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-094-43/+80
|\|
| * Fix uninstalling files on `make deinstall` and similar.Gravatar Sadie Powell2021-06-092-10/+30
| * Fix unnecessary capitalisation at the start of a configure warning.Gravatar Sadie Powell2021-06-091-1/+1