16557 Commits

Author SHA1 Message Date
Sadie Powell
7b6b3b9f35 Make the Perl helper script somewhat cleaner.
- Avoid duplicate check* methods.
- Remove some broken valgrind behaviour.
- Call executable instead of hardcoding the version.
- Simplify $binpath/$executable code.
2024-08-10 03:01:48 +01:00
Sadie Powell
e28ba1739c Make the slogan in the example MOTDs less bland. 2024-08-09 10:40:53 +01:00
Sadie Powell
424b5f6bf3 Add a helper template for checking MySQL errors. 2024-08-06 09:51:19 +01:00
Sadie Powell
2206a44270 Fix the pgsql module showing duplicate packages on Ubuntu.
This is covered by the debian-like constraint above.
2024-08-04 12:13:18 +01:00
Sadie Powell
6e2f3cef2e Fix trying to fetch more MySQL rows than are available.
MySQL returns -1 on error in an unsigned field which was breaking
this.
2024-08-04 11:29:49 +01:00
Sadie Powell
3ad07f7082 Fix bursting server metadata. 2024-08-03 21:27:09 +01:00
Sadie Powell
dd7544a9f0 Release v4.2.0. v4.2.0 2024-08-03 12:40:05 +01:00
InspIRCd Robot
0c6f97d7e9 Update copyright headers. 2024-08-03 12:39:33 +01:00
Sadie Powell
b14209fe6a Update the Windows dependencies. 2024-08-03 12:34:06 +01:00
Sadie Powell
3479a556d0 Update the vendored libraries. 2024-08-03 12:32:14 +01:00
Sadie Powell
5c09bb5b67 Only allow the IRCv3 WebSocket subprotocols on client connections. 2024-07-31 14:27:10 +01:00
Sadie Powell
e965d1c3d0 Improve the paths picked up by Doxygen. 2024-07-29 22:36:47 +01:00
Sadie Powell
6d956cbed6 Fix some minor bugs in EscapeTag/UnescapeTag. 2024-07-29 18:37:37 +01:00
Sadie Powell
a5503a9f5e Avoid passing malformed socket addresses to sa2cidr. 2024-07-29 15:44:01 +01:00
Sadie Powell
2366e56d43 Log when a user has an unknown socket type in User::GetCIDRMask. 2024-07-29 14:10:10 +01:00
Sadie Powell
c8e40cb7c4 Merge branch 'insp3' into insp4. 2024-07-24 19:42:05 +01:00
Sadie Powell
1db96cf4f9 Update irctest. 2024-07-24 19:40:11 +01:00
Sadie Powell
caab65a831 Move 1205 UID compatibility code to PreProcessOldProtocolMessage.
This should make it more reliable.
2024-07-24 19:26:54 +01:00
Sadie Powell
c7866e1e6c Run irctest against Anope 2.1.
[skip alpine ci]
[skip ubuntu ci]
[skip macos ci]
[skip windows ci]
2024-07-24 10:22:44 +01:00
Sadie Powell
8da9c519b7 Tell people to use insp4 not insp3. 2024-07-24 03:16:41 +01:00
Sadie Powell
2f716375bf Synchronise extensibles in Sync even if they have no value. 2024-07-24 00:31:34 +01:00
Sadie Powell
b514f826a9 Add ExtensionItem::OnSync which is called when an ext is synchronised. 2024-07-24 00:31:34 +01:00
Sadie Powell
62f3278a4a Don't resync the silence list when it comes from the network.
This isn't presently networked but it should prevent future issues.
2024-07-24 00:31:34 +01:00
Sadie Powell
a4bee21ab5 Update all usages of ProtocolServer to use Server. 2024-07-24 00:31:34 +01:00
Sadie Powell
4175ba7833 Add SendMetadata methods to Server. 2024-07-24 00:03:27 +01:00
Sadie Powell
5d2f760e4d Fix shadowing messages in pgsql and regex_pcre2. 2024-07-22 17:11:07 +01:00
Sadie Powell
d5fc385bf7 Show the right config option when not forking. 2024-07-22 17:10:44 +01:00
Sadie Powell
3814a952a3 Revert module flags to the way they worked in v3. 2024-07-22 16:49:41 +01:00
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
5effa39f6e Merge branch 'insp3' into insp4. 2024-07-17 21:00:22 +01:00
Sadie Powell
f6692c1b8d Update irctest.
[skip alpine ci]
[skip macos ci]
[skip ubuntu ci]
[skip windows ci]
2024-07-17 20:41:51 +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. 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
InspIRCd Robot
ee766fe4a6 Update author list. 2024-07-14 11:53:57 +01:00
Sadie Powell
bba31535ed Update the vendored dependencies. 2024-07-14 11:53:42 +01:00
Sadie Powell
2302d6f99c Don't broadcast a ListExtItem when setting it in FromInternal. 2024-07-14 11:34:23 +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
821fccabcc Fix the getentropy test on systems with a new libc and old kernel. 2024-07-13 22:33:15 +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
dd8fc5b7d7 Switch require_system to /etc/os-release from lsb_release. 2024-07-13 22:00:35 +01:00
Sadie Powell
ce9efeabbd Allow mkdescriptions to auto-commit changed files. 2024-07-13 18:48:01 +01:00
Sadie Powell
9ca63a89dd Allow mkauthors/mkheaders to opt-out of committing changes. 2024-07-13 18:43:49 +01:00
Sadie Powell
9fa1b23031 Use pkg-config for determining whether to enable the ldap module. 2024-07-13 18:21:13 +01:00
Sadie Powell
3b9e22381b Use auto when extracting the internal type of a message target. 2024-07-13 15:29:29 +01:00