1256 Commits

Author SHA1 Message Date
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
Sadie Powell
748f3c6200 Add /GL and /GLOBAL to the generic services config file. 2024-06-07 19:29:17 +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
07d7535281 Add support for non-web WebSocket connections.
Closes #2066.
2024-05-23 14:22:45 +01:00
Sadie Powell
c3cff63dca Make passwords for oper accounts optional.
This allows restricting an oper account based on other data such
as TLS fingerprint or services account but without logging them in
automatically like autologin.
2024-05-16 12:29:32 +01:00
Sadie Powell
e24ea1723c Move ssl_mbedtls to inspircd-contrib.
Closes #2088.
2024-04-15 21:45:42 +01:00
Sadie Powell
4931b94e96 Only abort SASL sessions if the user is using sasl-3.1.
This is a compromise to allow modern clients to authenticate
quickly whilst not breaking old clients.

This reverts commit 4b8e69882e8b591102bfb03da1425b04c43272de.
2024-03-24 21:38:25 +00:00
Sadie Powell
4e52832bff Allow rmode to remove all modes matching a specific user. 2024-03-24 17:06:55 +00:00
Sadie Powell
4b8e69882e Add an option for opting-out of aborting incomplete authentication.
This goes against the expectations of the spec which can break
some clients but also not doing this can break others. Blah.
2024-03-01 15:40:07 +00:00
InspIRCd Robot
4ffd224438 Update author list. 2024-03-01 10:46:04 +00:00
Sadie Powell
c8a892005d Merge the topiclock module into the services module. 2024-02-27 17:44:31 +00:00
Sadie Powell
118f729e86 Merge the mlock module into the services module. 2024-02-27 17:44:31 +00:00
Sadie Powell
ebd03383f8 Allow using multiple SSL fingerprint algorithms.
Closes #1804.
2024-02-19 18:46:05 +00:00
Sadie Powell
32e60618e1 Allow changing the case of cloak values in cloak_user. 2024-02-19 13:01:52 +00:00