Sadie Powell
6cb0f8a6d1
Make the length optional in when adding a [EGKQRZ]-line.
...
The shun module already behaves like this but the docs were not
correct.
2025-01-17 17:27:24 +00:00
Sadie Powell
e358bb781d
Synchronise the snomask list with th list from the docs site.
2025-01-11 15:58:06 +00:00
Sadie Powell
88b99f7857
Update the DroneBL lookup URL.
2025-01-10 18:35:09 +00:00
InspIRCd Robot
dc3be21ec9
Update author list.
2025-01-04 11:58:37 +00:00
InspIRCd Robot
749dce1c9e
Update author list.
2024-11-02 08:36:45 +00:00
Sadie Powell
37a820efcb
Add support for regex flags to the filter module.
2024-10-29 15:22:23 +00:00
Sadie Powell
73bc08d743
Merge branch 'insp3' into insp4.
2024-10-17 12:33:11 +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
ca6ccac8b0
Merge branch 'insp3' into insp4.
2024-10-10 15:03:21 +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
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
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
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
bb05d0dd46
Make the <define> options in the example config actually useful.
2024-09-05 12:13:29 +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
baad39b85c
Allow using color codes by name in MOTD files.
2024-08-29 23:23:30 +01:00
Sadie Powell
c0a68cea9c
Tweak the whowas config defaults
...
- Decrease the default number of nick groups.
- Increase the days to keep records for.
- Enable update on nick change by default.
- Remove the upper bounds on the fields.
2024-08-28 23:55:25 +01:00
Sadie Powell
e6ff406b06
Fix the whowas database not being updated on nick change.
2024-08-27 18:16:26 +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
506d6f2edf
Add an email address for an SVN-only committer.
2024-08-10 16:43:37 +01:00
Sadie Powell
e28ba1739c
Make the slogan in the example MOTDs less bland.
2024-08-09 10:40:53 +01:00
Sadie Powell
e965d1c3d0
Improve the paths picked up by Doxygen.
2024-07-29 22:36:47 +01:00
InspIRCd Robot
ee766fe4a6
Update author list.
2024-07-14 11:53:57 +01:00
Sadie Powell
a7c00c53c2
Fix an unescaped ampersand in the previous commit.
2024-07-11 13:43:08 +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
78c4f3bd97
Tell people to use the main ChatSpike domain not our alias.
...
Backport from master.
2024-07-07 20:54:18 +01:00
Sadie Powell
f166ef0a70
Fix some minor issues with the sqloper schemas.
...
- Only create the pgsql table if it doesn't exist.
- Separate the active column out from others.
2024-07-01 18:33:07 +01:00
Sadie Powell
4718cec54a
Add a DBML schema for the sqloper module and update the tables.
2024-07-01 13:14:04 +01:00
Sadie Powell
de1ede1ebc
Fix the log_sql module schema allowing null columns.
2024-07-01 12:06:45 +01:00
Sadie Powell
f18df622ab
Fix a typo in the example config.
2024-06-30 23:16:16 +01:00
Sadie Powell
2b6dcdee3f
Fix various docs issues.
...
Ref: #2099 .
2024-06-30 22:09:21 +01:00
Sadie Powell
f7194cb8b3
Tell people to use the main ChatSpike domain not our alias.
2024-06-28 10:14:26 +01:00
InspIRCd Robot
ef382701fa
Update author list.
2024-06-21 10:30:34 +01:00
Sadie Powell
31541a8645
Make filenames a bit more friendly for Windows users.
2024-06-17 17:32:53 +01:00
Sadie Powell
be8f97b4a5
Resort the module config file to be alphabetical.
2024-06-17 16:37:57 +01:00
InspIRCd Robot
db18817067
Update author list.
2024-06-14 09:07:49 +01:00
Sadie Powell
ba19a3259b
Update Doxygen config and fix some warnings.
2024-06-11 20:29:04 +01:00