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 |
|
Sadie Powell
|
a8a5308d0f
|
Fix the misspell-fixer CI action.
|
2020-08-31 14:20:18 +01:00 |
|
Sadie Powell
|
e1ebec0e72
|
Fix a word missing from the last commit.
|
2020-08-29 22:52:46 +01:00 |
|
Sadie Powell
|
651413bbc5
|
Don't warn about SSL modules if using --disable-auto-extras.
|
2020-08-29 19:59:34 +01:00 |
|
Sadie Powell
|
ff766773bc
|
Warn about non-local plaintext server connections.
|
2020-08-29 19:21:06 +01:00 |
|
Sadie Powell
|
7af6a054be
|
Add a link to the packaging advice to the configure help.
|
2020-08-25 09:54:27 +01:00 |
|
Sadie Powell
|
cae3a4e728
|
Rewrite --{enable,disable}-extras logic.
|
2020-08-25 09:43:05 +01:00 |
|
Sadie Powell
|
382b278f72
|
Ask if self-signed certs should be deleted when running configure.
Closes #1793.
|
2020-08-03 12:15:04 +01:00 |
|
Sadie Powell
|
63dd77804f
|
Silence some copy warnings on C++11 compilers.
|
2020-08-01 13:24:36 +01:00 |
|
Sadie Powell
|
83871bb72c
|
Only upgrade Homebrew packages that we actually use.
|
2020-08-01 08:45:14 +01:00 |
|
Sadie Powell
|
eb11cc14db
|
Fix null-checking the wrong variable in the disable module.
Closes #1792.
|
2020-08-01 08:28:30 +01:00 |
|
Sadie Powell
|
279ad1616d
|
Release v3.7.0.
v3.7.0
|
2020-07-30 17:23:30 +01:00 |
|
InspIRCd Robot
|
2f12f76ec9
|
Update copyright headers.
|
2020-07-30 14:31:12 +01:00 |
|
Sadie Powell
|
46390a54b3
|
Update vendored dependencies and fix update tool for Perl changes.
|
2020-07-30 14:29:11 +01:00 |
|
Sadie Powell
|
428eea648d
|
Remove the KiwiIRC.com example config file.
Requested by @prawnsalad. These IP addresses are only a small part
of a larger pool and may change without notice.
|
2020-07-30 14:16:19 +01:00 |
|
Sadie Powell
|
2c9ebe040c
|
Make the ERR_CANNOTSENDTOCHAN extban message less misleading.
|
2020-07-30 12:00:16 +01:00 |
|
Sadie Powell
|
88df35c715
|
Replace all erroneous space indentation with tab indentation.
|
2020-07-29 12:01:05 +01:00 |
|
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 |
|