14580 Commits

Author SHA1 Message Date
Sadie Powell
08572a9376 Improve HTTP logging. 2020-12-04 14:18:01 +00:00
Sadie Powell
092f2b1818 Be more specific when a HTTP parser error happens. 2020-12-04 14:18:01 +00:00
Elizabeth Myers
fd8faa7e21 Fix default linker flags in libargon2
It's -largon2, not -llibargon2. I've experienced build failures due to this.
2020-12-03 02:25:58 +00:00
Sadie Powell
fe67c13ddf Advertise the available extbans for services. 2020-12-03 02:05:45 +00:00
Christos Triantafyllidis
d71c37e059
Check the ident when checking against IP in ldapoper (#1823) 2020-12-03 01:25:47 +00:00
Sadie Powell
b8320846cf Warn that v2 support ends soon. 2020-12-01 21:12:00 +00:00
Sadie Powell
b1b15aa680 Prevent people from using default nicks with the Kiwi links. 2020-12-01 19:43:46 +00:00
Robby
b04cc4a74e Document that exemptions configured in <options:exemptchanops> can be negated.
Change the <badnick> example in inspircd.conf.example to another nick, since ChanServ is already covered by examples/services/generic.conf.example.
2020-11-29 22:22:15 +00:00
Robby
6d54b264e9 Move the example TCP/IP listeners for servers to links.conf.example. 2020-11-28 18:32:56 +00:00
Robby
00ad832c44 Move the example TCP listener for clients so they're grouped together.
Change the wording slightly on the <sslprofile> comment to be plural, as this is not specific to a particular listener.
2020-11-28 18:32:56 +00:00
Robby
712c32ab48 Change the remaining instances of "true", "on", "false" and "off" to "yes" and "no" in the example configs. 2020-11-28 18:32:56 +00:00
Sadie Powell
f48c0ac619 Add corefiles to the git ignore list. 2020-11-26 20:41:12 +00:00
Sadie Powell
04490aa770 Remove a corefile which was mistakenly committed. 2020-11-26 20:40:16 +00:00
Sadie Powell
049a1cd728 Fix the description of <nickflood:duration>. 2020-11-26 17:27:37 +00:00
Sadie Powell
d3d4c7cf5c Reword the uhnames and namesx docs. 2020-11-26 17:26:22 +00:00
Sadie Powell
78db7544d2 Fail a SANICK if the target nickname already exists.
Workaround for #1791.
2020-11-24 16:43:16 +00:00
Sadie Powell
c71361e8e4 Fix some confusing logic in sanick. 2020-11-24 16:43:16 +00:00
satmd
a30a0074ed
Improve the message sent when overriding channel modes.
Ref: #1816.
2020-11-22 20:20:03 +00:00
Sadie Powell
1adad7cc53 Release v3.8.1. v3.8.1 2020-11-20 12:10:47 +00:00
InspIRCd Robot
f3f2388a81 Update copyright headers. 2020-11-20 12:10:47 +00:00
Sadie Powell
ad797e3a77 Update the module descriptions. 2020-11-20 12:10:47 +00:00
Sadie Powell
061a2e1aed Fail websocket connections if changing the user's IP errors. 2020-11-20 12:10:47 +00:00
Sadie Powell
d4685e02b5 Avoid doing "IP changed" event stuff on quitting users. 2020-11-20 12:10:47 +00:00
Matt Schatz
cc5965c45d
Update the misspell-fixer exception for directive.pm. 2020-11-14 18:52:45 -07:00
Sadie Powell
3ed008345e Remove an obsolete comment about BSD Make. 2020-11-12 20:33:42 +00:00
Sadie Powell
a68424a611 Silence a harmless warning in newer versions of GCC. 2020-11-12 14:26:20 +00:00
Sadie Powell
713842fef7 Add an AppArmor config. 2020-11-12 14:22:54 +00:00
Sadie Powell
6214094a84 Skip module tags which don't have a module specified. 2020-11-10 23:34:22 +00:00
Sadie Powell
116244f190 Prioritise connectban and dnsbl after core_xline. 2020-11-10 17:48:49 +00:00
Sadie Powell
2145cc3f94 Skip extra whitespace in --{enable,disable}-extras. 2020-11-08 20:23:27 +00:00
Sadie Powell
3151d60c1e Only assign NewServices once the duplicate check is done. 2020-11-03 21:01:31 +00:00
Sadie Powell
d76f856fc9 Fix an off by one error in the "unknown option" message. 2020-11-03 15:58:59 +00:00
Sadie Powell
09a5b50c06 Improve the names of the IRCCloud example connect classes. 2020-11-03 15:57:17 +00:00
Sadie Powell
0a6b1e1a7d Make connect class debug logging more complete and consistent. 2020-11-03 15:43:04 +00:00
Sadie Powell
d38595e7e1 Release v3.8.0. v3.8.0 2020-10-30 12:01:10 +00:00
InspIRCd Robot
e73d011e68 Update copyright headers. 2020-10-30 12:01:10 +00:00
Sadie Powell
455ff5f3e6 Update vendored libraries. 2020-10-30 12:01:06 +00:00
Sadie Powell
f0d76147e6 Don't call the OnChangeRealHost event when initialising a user.
Fixes a (git only) crash when a user gets xlined before they have
been initialised.
2020-10-29 12:50:55 +00:00
Sadie Powell
7ba36f5348 Don't kill cloaking users when hash/md5 is missing. 2020-10-27 00:42:32 +00:00
Sadie Powell
b271e0700a Update the helpop docs for the recent PING/PONG changes. 2020-10-26 18:23:51 +00:00
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
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