14382 Commits

Author SHA1 Message Date
Sadie Powell
587e898d86 Fix mkheaders 'experimental push on scalar is now forbidden' warning. 2020-07-29 11:43:21 +01:00
Sadie Powell
5d8dc98dfa Switch systemd service to be non-forking & avoid using the helper. 2020-07-28 16:35:51 +01:00
Sadie Powell
f953c431d5 Add a logrotate config. 2020-07-27 12:19:44 +01:00
Sadie Powell
1047f05381 Send ERR_KEYSET when trying to change a channel key.
Closes #1750.
2020-07-27 09:51:34 +01:00
Matt Schatz
30648e84ce Fix secure websocket users not being seen as secure.
Since a TLS (SSL) module will always be the last IOHook attached
to a socket, IsSSL() needs to ignore any Middle IOHooks that may
also be attached.
2020-07-27 09:38:11 +01:00
iwalkalone
c2218abac1
Allow disabling the timedbans set/unset notices (#1789). 2020-07-22 14:31:55 +01:00
Sadie Powell
2d91e8b050 Let GitHub automatically wrap the lines in the issue/pr templates. 2020-07-20 06:29:18 +01:00
Sadie Powell
c9ea418dd7 Show an error when an unprivileged user tries to mass-message.
Closes #1790.
2020-07-20 05:52:29 +01:00
Sadie Powell
07b12e7249 Various improvements to the build system.
- Fix running configure where configure is not in the PWD.
- Only show relative paths when generating files from templates.
2020-07-07 08:33:07 +01:00
Sadie Powell
7823761cf3 Add a config option that forces bots to use NOTICEs. 2020-07-07 01:49:03 +01:00
Sadie Powell
0f6f704aa4 Fix a grammar error created by misspell-fixer. 2020-07-03 22:34:41 +01:00
Matt Schatz
7586cb54da
Fix DNSBL connect class matching.
A user that is not marked by a DNSBL should never match a
class that requires a DNSBL marking.
Thanks to @kylef for reporting this on IRC.
2020-07-03 13:24:33 -06:00
Matt Schatz
ead0f04360
Minor typo correction. 2020-07-01 18:01:51 -06:00
Sadie Powell
7d28be7c8a Warn about broken versions of libmaxminddb. 2020-07-01 23:58:12 +01:00
Sadie Powell
355d51770e Fix checking bcrypt hashes.
Thanks to @lethality for reporting this.
2020-06-25 03:23:39 +01:00
Sadie Powell
57dfd6249a Use InspIRCd::TimingSafeCompare in more places. 2020-06-19 03:28:42 +01:00
Sadie Powell
4316ae10b1 Implement a tool for testing SSL connectivity. 2020-06-16 10:13:21 +01:00
Sadie Powell
6d3e316234 Improve SSL module debug logging. 2020-06-16 03:14:32 +01:00
Matt Schatz
040b16dd6a
Change to local snotices for an SVSHOLD addition. 2020-06-07 17:32:53 -06:00
Sadie Powell
31815edd6a Add an ISUPPORT token for the bot mode and 'B' to the WHO flags. 2020-06-06 17:55:06 +01:00
Sadie Powell
dd9d0d023e Remove the DANE record hint from genssl.
This was never adopted by clients and its easy for servers to get
a valid cert now so this is unnecessary.
2020-06-02 19:25:29 +01:00
Sadie Powell
581526122a Update the v2 eol date. 2020-05-29 16:58:56 +01:00
Sadie Powell
3c30de43c9 Use ChanModeReference for finding the op mode in ojoin. 2020-05-29 16:58:56 +01:00
linuxdaemon
8deed905c2 Fix watch example config 2020-05-25 03:20:37 +01:00
Sadie Powell
1cb1430c70 ModResult is a class now. 2020-05-22 17:20:34 +01:00
Sadie Powell
3c9d53eadd Document ModResult and switch the underlying type to char. 2020-05-21 19:24:46 +01:00
Sadie Powell
e1211a68e5 Add a file to the config directory telling new users what to do. 2020-05-21 00:03:26 +01:00
Sadie Powell
61704664a7 Implement support for the CLIENTTAGDENY token.
Ref: ircv3/ircv3-specifications#412.
2020-05-20 16:31:58 +01:00
Sadie Powell
fdf0e13dd0 Fix CallInit overriding the error from dlopen. 2020-05-19 20:22:36 +01:00
Sadie Powell
270e77e05f Fix an inverted if statement in fileutils. 2020-05-19 03:14:29 +01:00
Sadie Powell
d2236175a3 Fix the documentation comments in config.h. 2020-05-19 03:14:29 +01:00
Matt Schatz
6e7bdeca95
Improve exempting 'alltime' in misspell-fixer. 2020-05-17 13:23:41 -06:00
Sadie Powell
aa75e25f27 Implement support for expanding ~ to the home directory. 2020-05-16 14:44:16 +01:00
Sadie Powell
87bb27a7a7 Implement support for portable installations. 2020-05-16 14:25:24 +01:00
Sadie Powell
5a95d907d4 Improve building the install paths in non-system mode.
- Use rel2abs on the base path instead of on every sub-directory.
- Use catdir for joining paths instead of string concatenation.
2020-05-16 11:43:11 +01:00
Sadie Powell
b36fbe8aa4 Add a warning about LibreSSL support being removed in master. 2020-05-15 06:41:23 +01:00
Sadie Powell
4c94f5d179 Fix an inverted mode check. 2020-05-09 04:37:31 +01:00
Sadie Powell
e39ea0e3c8 regex_stdlib: Don't copy std::regex_error when catching it. 2020-05-09 01:42:45 +01:00
Sadie Powell
1909304dc0 Allow disabling the COMMANDS command. 2020-05-07 13:04:20 +01:00
Sadie Powell
b4e90c6894 Don't show privileged commands to unprivileged users in COMMANDS. 2020-05-07 13:03:00 +01:00
Sadie Powell
7d597daf04 Fix shuns not being applied correctly. 2020-05-05 17:23:20 +01:00
Sadie Powell
90e64cbace Fix a typo in the hostchange module. 2020-05-05 01:49:35 +01:00
Sadie Powell
7488b2de62 Allow enabling the message-tags cap without client-only tags. 2020-05-05 01:49:35 +01:00
Matt Schatz
054148247e
Add SERVLIST to the example helpop. 2020-04-28 22:49:33 -06:00
Matt Schatz
88602c694b
Use a nicer branch name in misspell-fixer. 2020-04-25 07:52:09 -06:00
Sadie Powell
7a02052130 Release v3.6.0. v3.6.0 2020-04-24 10:24:25 +01:00
InspIRCd Robot
44489ddf7e Update copyright headers. 2020-04-24 10:23:47 +01:00
Sadie Powell
8a362080a4 Improve the pgsql connection error messages. 2020-04-23 17:28:14 +01:00
Sadie Powell
b3f1db9d16 Fix reconnecting a pgsql connection if it fails. 2020-04-23 16:41:15 +01:00
Sadie Powell
fbdd08043e Unregister pgsql connection fds when they are deleted. 2020-04-23 16:14:42 +01:00