14778 Commits

Author SHA1 Message Date
Sadie Powell
581d1d8fa0 Fix the behaviour of multi-value PING and PONG messages. 2020-10-26 18:02:23 +00:00
Michael
bf162f6837 Change glob matching to be configurable 2020-10-24 22:59:51 +01:00
Michael
f6d30f8fef m_cban: Implement support for channel masks
Allows wildcards to be used
2020-10-24 22:59:51 +01:00
Sadie Powell
4c801a70be Allow brew update to fail when running the macOS CI.
Homebrew is a broken mess and fails randomly when fetching changed
package manifests. As this isn't a critical part of build testing
we can just let it fail.
2020-10-23 16:14:51 +01:00
Sadie Powell
ef871187b2 Update the IRCCloud provider config with the latest host changes. 2020-10-23 15:52:55 +01:00
Sadie Powell
03f32a45c7 Replace the check for eventfd() with a C++17 header check. 2020-10-20 00:17:54 +01:00
Sadie Powell
d0c1741417 Fix building the argon2 module on CI due to a broken PPA package. 2020-10-16 21:40:56 +01:00
Sadie Powell
78c79a379a More consistently show modules without the file prefix and suffix. 2020-10-15 17:15:28 +01:00
Matt Schatz
ff88faf931
Switch away from the deprecated 'set-env' command. 2020-10-14 21:22:43 -06:00
Matt Schatz
b54ad75f22
Prevent misspell-fixer from running on forks. 2020-10-14 20:35:37 -06:00
InspIRCd Robot
131f659d91 Fixes by misspell-fixer 2020-10-15 01:26:09 +01:00
Sadie Powell
b521739c93 Add an option to allow disengaging joinflood on initial boot. 2020-10-12 18:47:21 +01:00
Sadie Powell
2a3b6ba9e2 Add an option to allow disengaging joinflood after a netsplit. 2020-10-12 18:35:07 +01:00
ShutterQuick
219f8e6262
Implement support for Argon2 password hashing.
Resolves #1540.
2020-10-10 18:25:24 +01:00
Sadie Powell
5f71fbdbff Fix firing the wrong event when a real hostname changes. 2020-10-08 22:47:28 +01:00
Matt Schatz
b78e9d4af2
Add the User::exempt flag to m_check. 2020-10-06 21:45:26 -06:00
Sadie Powell
e81dcaec7f Recheck users for xlines when their real hostname changes. 2020-10-06 10:31:39 +01:00
Sadie Powell
563be03c8c FIx a typo in the shun docs. 2020-10-03 10:38:19 +01:00
Sadie Powell
ba606ab1ed Unvendor optional-lite.
The use for this never actually materialised in v3.
2020-10-01 15:40:58 +01:00
Sadie Powell
b8e417f4ea Rename the REALLEN 005 token to NAMELEN.
Turns out this is already required by the IRCv3 setname spec but
we forgot to implement it. Oops.
2020-09-30 20:21:14 +01:00
Sadie Powell
5c06a0f335 Check that the values specified in <limits> are reasonable. 2020-09-30 17:21:52 +01:00
Sadie Powell
49a165ef13 Remove a long obsolete comment from the example conf. 2020-09-30 17:16:13 +01:00
Sadie Powell
a3aa70cf18 Remove the mod-footer make target as it prints invalid messages. 2020-09-30 16:45:35 +01:00
Sadie Powell
44252831d3 Add an ISUPPORT token that contains the maximum real name length. 2020-09-30 16:35:35 +01:00
Sadie Powell
fca5960e81 Remove the latin1 nationalchars data file.
Users should migrate to the codepage module where possible.
2020-09-30 16:35:20 +01:00
Sadie Powell
2b30f89409 Use the normal method for applying a default config in dnsbl. 2020-09-29 12:07:06 +01:00
Sadie Powell
f5a716a70b Fix the dnsbl module config not being checked case insensitively. 2020-09-29 12:02:41 +01:00
Sadie Powell
f6c4ff5498 Merge branch 'insp3' into master. 2020-09-27 12:37:24 +01:00
Sadie Powell
9bc09ed02e Document the recent shun changes. 2020-09-27 12:11:17 +01:00
Sadie Powell
8d20578991 Add a shun option for cleaning problematic allowed commands. 2020-09-27 11:37:42 +01:00
Sadie Powell
e79d4ec07d Make shun block client-only tags by default. 2020-09-27 11:37:22 +01:00
Sadie Powell
b52e957bcf Refactor the shun module slightly. 2020-09-27 11:37:21 +01:00
Sadie Powell
58a6503f32 Remove MODENOTICE from the oper command help too. 2020-09-27 01:49:31 +01:00
Sadie Powell
bc68afa494 Remove helpop-full which snuck back in during a merge. 2020-09-27 01:47:15 +01:00
Sadie Powell
9fe76bb491 Purge the obsolete modenotice module. 2020-09-27 01:44:45 +01:00
Sadie Powell
86f1b6c7f3 Remove an unnecessary break statement. 2020-09-27 01:38:35 +01:00
Sadie Powell
b64fe8320e Store generated SSL certificates in the .configure directory.
Co-Authored-By: Nicole Kleinhoff <ilbelkyr@shalture.org>
2020-09-26 23:34:03 +01:00
Sadie Powell
d0bb6bd79a Fix the syntax of the MAXLIST 005 token. 2020-09-24 00:04:04 +01:00
Sadie Powell
9cdd7c70ee The file extension is optional when calling enable_extras. 2020-09-23 13:28:47 +01:00
Sadie Powell
a56ff68b0a Refactor GenRandomStr for performance and readability. 2020-09-23 13:20:15 +01:00
Sadie Powell
5cb71b751a Fix the example configs lying about where paths are relative to. 2020-09-21 15:25:06 +01:00
Sadie Powell
11761c58e1 Only bind on 6667 instead of 6660-6669 in the example configs. 2020-09-21 15:23:13 +01:00
Sadie Powell
9efce7bd23 Add documentation links to the systemd unit file.
Ref: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#%5BUnit%5D%20Section%20Options
2020-09-19 14:08:16 +01:00
Sadie Powell
92dc25f007 Require SSL for linking servers. 2020-09-18 15:29:48 +01:00
Sadie Powell
825a50356c Require building with at least one SSL module. 2020-09-18 15:25:33 +01:00
Sadie Powell
17b91b7e2f Merge branch 'insp3' into master. 2020-09-18 15:21:25 +01:00
Sadie Powell
47aab9623c Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated. 2020-09-16 22:32:22 +01:00
Sadie Powell
aebab66b30 Show the location of cache.cfg relative to the root directory. 2020-09-13 20:45:36 +01:00
Sadie Powell
10cc4440c7 Replace the banana in the motd with a cute kitty. 2020-09-12 11:02:50 +01:00
Sadie Powell
bc444b242f Fix OnChangeRealName not being fired for remote users. 2020-09-01 10:00:39 +01:00