16680 Commits

Author SHA1 Message Date
Sadie Powell
a93636878c LLVM-GCC is long dead we don't need to mention it in the readme. 2024-11-05 10:57:54 +00:00
Sadie Powell
57dde703a2 Convert the issue templates to YAML.
[skip alpine ci]
[skip irctest ci]
[skip macos ci]
[skip ubuntu ci]
[skip windows ci]
2024-11-04 14:23:27 +00:00
Sadie Powell
26310018b6 Merge branch 'insp3' into insp4. 2024-11-03 09:26:56 +00:00
Sadie Powell
cf87603832 Update irctest. 2024-11-03 09:25:33 +00:00
Sadie Powell
7734b2e0f5 Release v4.4.0. v4.4.0 2024-11-02 09:03:06 +00:00
InspIRCd Robot
9f0f434771 Update copyright headers. 2024-11-02 08:42:20 +00:00
InspIRCd Robot
749dce1c9e Update author list. 2024-11-02 08:36:45 +00:00
Sadie Powell
11917e4c4a Use fmtlib instead of iostream in ConvToStr where available. 2024-11-01 13:17:44 +00:00
Sadie Powell
37a820efcb Add support for regex flags to the filter module. 2024-10-29 15:22:23 +00:00
Sadie Powell
bce693bfe3 Update the Windows packages.
[skip alpine ci]
[skip irctest ci]
[skip macos ci]
[skip ubuntu ci]
2024-10-26 16:16:46 +01:00
Sadie Powell
414a086449 All core numerics should be in numeric.h not in .cpp files. 2024-10-26 15:26:59 +01:00
Sadie Powell
434c4e7918 Skip ciphersuites that don't have any users. 2024-10-25 18:11:15 +01:00
Sadie Powell
f4a9f3ce22 Add a stats character to sslinfo for viewing ciphersuite info. 2024-10-22 21:52:21 +01:00
Sadie Powell
73bc08d743 Merge branch 'insp3' into insp4. 2024-10-17 12:33:11 +01:00
Sadie Powell
fc9d49641f Add support for extbans without letters. 2024-10-16 12:25:20 +01:00
Sadie Powell
a9a6411051 Allow ConfigTag::getCharacter to return NUL for an empty field. 2024-10-16 11:39:59 +01:00
Sadie Powell
4ad5257918 Also match account bans against grouped nicknames. 2024-10-16 10:59:31 +01:00
Sadie Powell
e9018ab055 Add text replies for DNSBL responses.
Closes #1243.
2024-10-13 13:08:55 +01:00
Sadie Powell
7763a034a8 Tell people to connect to Teranova directly instead of our alias. 2024-10-13 09:44:53 +01:00
Sadie Powell
d0740145ec Resynchronise our copy of the GPLv2 with the latest FSF copy. 2024-10-13 09:36:25 +01:00
Sadie Powell
5d436585ca Fix the indentation of <options:xlinequit>. 2024-10-11 22:09:22 +01:00
Sadie Powell
25e4a63305 Tweak <options:modesinlist> to allow only showing to opers.
This can help opers avoid accidentally invading a secret channel
that they can see because of their privileges.
2024-10-11 22:09:22 +01:00
Sadie Powell
f5564849d2 Use PRIVMSG instead of SQUERY in the example aliases.
We can guarantee that the target is a service here so it doesn't
make sense to use SQUERY.
2024-10-11 21:01:44 +01:00
Sadie Powell
0d891e2f43 Merge branch 'insp3' into insp4. 2024-10-11 19:31:49 +01:00
Sadie Powell
18166edfeb Fix chanlog not hiding the local server when hideserver is enabled. 2024-10-11 19:28:38 +01:00
Sadie Powell
feb670dfe8 Raise the minimum connectban threshold to 2. 2024-10-11 12:49:18 +01:00
Sadie Powell
896ed2b512 Fix a pgsql module warning when building against recent libpq. 2024-10-10 19:29:56 +01:00
Sadie Powell
b21ec4e9a9 Count services in the global user count.
This behaviour was always kinda broken so lets just drop it.
2024-10-10 15:11:56 +01:00
Sadie Powell
b9b3c03ccd Target actions updates to the default branch. 2024-10-10 15:04:50 +01:00
Sadie Powell
ca6ccac8b0 Merge branch 'insp3' into insp4. 2024-10-10 15:03:21 +01:00
Sadie Powell
5eb21f239b When a server stops being ulined remove its users from the uline list. 2024-10-10 14:47:24 +01:00
Sadie Powell
522c202a9c Revert "Tell people to use the main ChatSpike domain not our alias".
This reverts commit 78c4f3bd97d003d0f528d98752e0528023b27045.
2024-10-08 01:31:09 +01:00
Sadie Powell
41b880dea7 Silently do nothing if a module zaps all of the tags on a TAGMSG. 2024-10-07 23:50:57 +01:00
Sadie Powell
127ab6bffc Improve the restrictchans error message. 2024-10-07 14:16:45 +01:00
Sadie Powell
a2296c9141 Improve the xline_db log messages. 2024-10-03 15:01:38 +01:00
Sadie Powell
d346d6783b Add the Time::FromNow helper function. 2024-10-03 10:51:21 +01:00
Sadie Powell
5e1310188b Fix potentially generating an invalid permchannel database. 2024-10-01 14:59:24 +01:00
dependabot[bot]
3a9ff2563f Bump peter-evans/create-pull-request from 6 to 7
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 14:18:49 +01:00
Sadie Powell
c2c5b44983 Implement ldap_initialize on Windows using InternetCrackUrlA.
[skip alpine ci]
[skip irctest ci]
[skip macos ci]
[skip ubuntu ci]
2024-09-30 13:15:40 +01:00
Sadie Powell
9506e09ff7 Allow customising the anticaps reason. 2024-09-29 19:48:50 +01:00
Sadie Powell
1061dbeb11 Add %channel% to the messageflood and repeat module templates. 2024-09-28 18:23:50 +01:00
Sadie Powell
88c28f5256 Make the messageflood and repeat messages a bit better. 2024-09-28 16:05:40 +01:00
Sadie Powell
51824113f0 Revert "Refactor how the anticaps module parses the mode value".
This reverts commit 759e40563edfdf7acc19d2c2436cf4b5249b8f22.
2024-09-28 15:52:30 +01:00
Sadie Powell
bd7e5fd621 Add a type alias for the extban letter type. 2024-09-27 18:38:42 +01:00
Sadie Powell
b0a73189db Clean up the names of some variables in the extban header. 2024-09-27 18:30:11 +01:00
Sadie Powell
565d3fdc4a Make it clear that Anope 2.1 does not need cmode or umode +r. 2024-09-26 19:48:15 +01:00
Sadie Powell
95e36721d4 Let services know what format it should send extbans in. 2024-09-25 12:54:10 +01:00
Wade Cline
78c4e562df Change PID example path from absolute to relative
The relative path is resolved based on the configured runtime directory,
which is determined at build time.
2024-09-23 10:40:34 +01:00
Wade Cline
e9b26e487f
Remove non-breaking space from the sasl module comment. 2024-09-23 07:01:16 +01:00
Sadie Powell
43a5068798 Hide the channels of services pseudoclient with +I from opers too.
Closes #2106.
2024-09-22 14:38:19 +01:00