16 Commits

Author SHA1 Message Date
Sadie Powell
706e9321c3 Fix a minor typo in the example module config. 2025-02-28 14:30:22 +00:00
Sadie Powell
cdad978bf6 Fix the list of supported exemptions. 2025-01-20 12:12:39 +00:00
Sadie Powell
37a820efcb Add support for regex flags to the filter module. 2024-10-29 15:22:23 +00: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
88c28f5256 Make the messageflood and repeat messages a bit better. 2024-09-28 16:05:40 +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
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
Sadie Powell
70a92b4dae Allow opting-out of saving bot messages in the channel history.
Closes #2107.
2024-09-22 14:01:37 +01:00
Sadie Powell
2b10b8fc2a Rename <chanhistory:bots> to <chanhistory:sendtobots>. 2024-09-22 14:01:11 +01:00
Sadie Powell
4dc6c98d98 Document the deprecation of the cloak_md5 and md5 module. 2024-09-05 13:25:52 +01:00
Sadie Powell
1f65eb8efc Fix needlessly separating threads and lanes in the argon2 module.
We were not using these correctly and Argon2 uses the thread count
as the lane count anyway so its pointless to even have a setting
for this.
2024-09-05 12:47:03 +01:00
Sadie Powell
babb39cb17 Refactor InspIRCd::StripColor.
- Only strip characters we actually recognise.
- Strip the value for hex color codes.
2024-08-30 17:07:29 +01:00
Sadie Powell
ef8e631be2 Add a config variable for the example dir.
This makes including example files easier on system-wide installs.
2024-08-30 15:31:47 +01:00
Sadie Powell
448c3342d9 Allow building log_json against yyjson.
This is the default if available. RapidJSON has not had a release
in years and has known security vulnerabilities so we should really
not be using it.
2024-08-23 19:47:58 +01:00
Sadie Powell
31541a8645 Make filenames a bit more friendly for Windows users. 2024-06-17 17:32:53 +01:00