13455 Commits

Author SHA1 Message Date
Sadie Powell
4e947b8733 Allow contrib modules to specify their own module version. 2024-07-22 16:49:41 +01:00
Sadie Powell
31c8a3b01a Disable text websockets when the server has an incompatible charset. 2024-07-22 10:23:48 +01:00
Sadie Powell
42fdbb7234 Fix broadcasting UID messages to v3 servers.
We have to use the compat layer here as broadcast messages do not
go through the command builder.
2024-07-20 12:33:37 +01:00
Sadie Powell
dafaa684e1 Implement support for the IRCv3 WebSocket subprotocol names. 2024-07-19 11:05:41 +01:00
Sadie Powell
d2fcfeac8b Avoid sending blank messages to users. 2024-07-19 01:34:52 +01:00
Sadie Powell
0cf17f6e33 When recloaking a user don't unset their old host first.
Also don't punish the user for recloaking.

Closes #2101.
2024-07-19 01:05:57 +01:00
Sadie Powell
a75a0d1600 Fix encapsulating SVS command parameters in the compat layer. 2024-07-14 19:59:25 +01:00
Sadie Powell
dd29c3481b Release v4.1.0. 2024-07-14 12:00:03 +01:00
InspIRCd Robot
a3b0aa484b Update copyright headers. 2024-07-14 11:58:57 +01:00
Sadie Powell
c8447b56f2 Update the packages for cloak_sha256 that were missed in 8a0f6f38. 2024-07-13 22:47:17 +01:00
Sadie Powell
8a0f6f3815 Modernise PackageInfo directives.
- Add Alpine packages.
- Add missing directives to log_json.
- Drop obsolete version constraints.
- Use system-like for debian and rhel.
2024-07-13 22:16:56 +01:00
Sadie Powell
3b9e22381b Use auto when extracting the internal type of a message target. 2024-07-13 15:29:29 +01:00
Sadie Powell
dfa3ca15da Fix using getentropy() on musl libc. 2024-07-13 13:53:30 +01:00
Sadie Powell
610688e410 Use getentropy() from POSIX 2024 if it is available. 2024-07-13 13:31:44 +01:00
Sadie Powell
c3c97b917d Allow using /ACCEPT to override more blocking modes. 2024-07-13 00:38:25 +01:00
Sadie Powell
0f3d949bbd Add URL encoded versions of the DNSBL/network to the dnsbl module. 2024-07-11 12:50:31 +01:00
Sadie Powell
f49ed93cd9 Include the network name in the DroneBL example config. 2024-07-10 14:12:28 +01:00
Sadie Powell
87f66dda48 Shrink the geo_maxmind storage after garbage collection. 2024-07-07 16:56:36 +01:00
Sadie Powell
edd2446081 Fix a memory leak in the regex_pcre2 module. 2024-07-07 16:33:40 +01:00
Sadie Powell
1263f3cf63 Fix MOTD parsing accidentally skipping lines which are blank. 2024-07-05 17:47:19 +01:00
Sadie Powell
3fc82fa681 Release v4.0.1. 2024-07-02 22:54:30 +01:00
InspIRCd Robot
6703d7ac37 Update copyright headers. 2024-07-02 22:54:30 +01:00
Sadie Powell
b1f581787d Skip the local server when routing messages in spanningtree. 2024-07-02 20:44:12 +01:00
Sadie Powell
97155a912a Use the password from the class instead of the config in passforward. 2024-06-30 21:58:44 +01:00
Sadie Powell
58d775b2b1 Release v4.0.0. 2024-06-29 09:43:32 +01:00
InspIRCd Robot
5b1dd4cfa5 Update copyright headers. 2024-06-29 09:43:32 +01:00
Sadie Powell
e45a92e16d Release v3.17.1. 2024-06-28 01:14:14 +01:00
Sadie Powell
cf44162c6a Fix some uses of raw mode characters in messages. 2024-06-23 18:26:52 +01:00
Sadie Powell
5a3dbf7a05 Fix swapped parameters when opering remote users. 2024-06-23 16:41:54 +01:00
Sadie Powell
b59fa6cf32 Release v4.0.0 release candidate 3. 2024-06-21 10:38:08 +01:00
InspIRCd Robot
fd4c5e3840 Update copyright headers. 2024-06-21 10:36:09 +01:00
Sadie Powell
9121150503 Add MD5 as a fallback hash in the SSL modules for compat with v3. 2024-06-19 23:51:02 +01:00
Sadie Powell
edb7101e6a Default to PROTO_NEWEST if no protocol is negotiated. 2024-06-19 15:11:10 +01:00
Sadie Powell
b202db6cac Remove a now unnecessary hack for Windows filenames. 2024-06-17 17:46:18 +01:00
Sadie Powell
0e18b9daaf Fix directory includes to always be in a consistent order. 2024-06-17 16:58:10 +01:00
Sadie Powell
162d132bcb Release v4.0.0 release candidate 2. 2024-06-14 09:14:38 +01:00
InspIRCd Robot
d4da9eeff9 Update copyright headers. 2024-06-14 09:13:03 +01:00
Sadie Powell
0861181926 Fix a minor print safety issue in configreader. 2024-06-13 17:52:31 +01:00
Sadie Powell
ed8abaa6e0 Fix some references to --debug that should be --protocoldebug now. 2024-06-11 12:24:01 +01:00
Sadie Powell
2c4971ee03 Remove host-based cloak data from the hmac-sha256-addr link data. 2024-06-10 21:45:38 +01:00
Sadie Powell
6d6f5542e7 Fix formatting the user count percentage in MAP. 2024-06-10 10:04:08 +01:00
Sadie Powell
c18499a332 Rename regex_pcre back to regex_pcre2.
This rename happened before we had config compatibility and it doesn't
make sense to keep it anymore.
2024-06-07 19:19:19 +01:00
Sadie Powell
ecdde90d45 Release v4.0.0 release candidate 1. 2024-06-07 11:01:19 +01:00
InspIRCd Robot
ae3e2db109 Update copyright headers. 2024-06-07 10:37:56 +01:00
Sadie Powell
f3e847b21a Merge branch 'insp3' into insp4. 2024-06-07 10:33:35 +01:00
InspIRCd Robot
855c1f6ab4 Update copyright headers. 2024-06-07 10:30:30 +01:00
Sadie Powell
f15229a174 Stop referring to v4 in some todos. 2024-06-07 09:23:49 +01:00
Sadie Powell
84b7583107 Merge branch 'insp3' into master. 2024-06-03 19:57:01 +01:00
Sadie Powell
1c014f7283 Send an error when a user tries to give a status rank to a non-member.
Closes #2097.
2024-06-03 19:50:01 +01:00
Sadie Powell
07d7535281 Add support for non-web WebSocket connections.
Closes #2066.
2024-05-23 14:22:45 +01:00