Sadie Powell
1245b43ade
Require that users have a non-deprecated database module loaded.
2025-08-01 13:28:29 +01:00
Sadie Powell
5a3f9f3f87
Warn when a user loads a deprecated module.
2025-08-01 13:08:22 +01:00
Sadie Powell
2c6f4d7c27
Make db_flatfile import-only.
2025-08-01 12:41:27 +01:00
Sadie Powell
64f8449bf4
Banish db_old and enc_old to the shadow realm.
2025-08-01 12:41:27 +01:00
Sadie Powell
32d3ddc0e4
Fix the grammar of two messages.
2025-07-30 15:30:44 +01:00
Sadie Powell
6d754b7d73
Add the intended target of the mode to CanSet.
2025-07-25 21:07:26 +01:00
Sadie Powell
52595b90fa
Rewrite nickserv/resend with some functionality improvements.
...
- Allow server operators to resend a confirmation email. Closes #518 .
- Allow use of the command whilst unauthenticated.
2025-07-25 12:28:14 +01:00
Sadie Powell
5df95d9f86
Remove a variant message which is only used in one place.
2025-07-12 16:33:14 +01:00
Sadie Powell
a56d9a4096
Only show the last quit message if the user is not online.
2025-07-12 15:28:57 +01:00
Sadie Powell
ce7bb15c18
Use IsIdentValid for validating usernames in hs_request.
2025-07-12 14:41:09 +01:00
Sadie Powell
6873630f2e
Improve the "please identify" messages.
2025-07-08 16:24:16 +01:00
Sadie Powell
44a4d62654
Show the last real mask to services operators with nickserv/list.
2025-07-07 11:51:10 +01:00
Sadie Powell
97389cd105
Rename some fields to be more accurately named.
2025-07-07 11:51:10 +01:00
Sadie Powell
0f5f2aef2e
Bump the minimum OpenSSL version to 1.1.1.
...
Close #517 .
2025-07-01 00:00:55 +01:00
Sadie Powell
6cc997c4e9
When unsetting a temporary ban delete the unset timer.
...
This prevents Anope from unsetting a later-added ban,
Resolves MantisBT bug 1709.
2025-06-25 19:16:15 +01:00
Sadie Powell
3440b38a21
Merge branch '2.0' into 2.1.
2025-06-25 17:50:01 +01:00
Sadie Powell
fca421aa2a
Fix resetpass confirming accounts when not using email confirmation.
...
Fixes MantisBT bug 1734.
2025-06-25 17:36:16 +01:00
Sadie Powell
48daeeac1d
Merge branch '2.0' into 2.1.
2025-06-25 15:33:36 +01:00
Sadie Powell
9bcf46f8ea
Fix using service's instead of services' where appropriate.
2025-06-25 15:29:16 +01:00
Sadie Powell
0b6c7ce5d6
Update some messages for the language used by modern BIND versions.
2025-06-25 15:28:54 +01:00
Sadie Powell
a0d21b207b
Fix reading the purge time in cs_seen.
2025-06-25 14:08:44 +01:00
Sadie Powell
3cc5b5143f
Remove the old 1.8-style seen system.
2025-06-25 14:06:59 +01:00
Sadie Powell
72010cd1a9
Fix messages that say IRC Operator when they mean Services Operator.
2025-06-24 13:58:47 +01:00
Sadie Powell
a9e5a79e91
Remove some unused strings in os_news.
2025-06-22 15:45:21 +01:00
Sadie Powell
adc1343d6c
Serialize item types as strings instead of integers.
...
Using the type cast to an integer here was undefined behaviour.
2025-06-22 15:45:21 +01:00
Sadie Powell
66ae20e0f2
Tweak a message to make it easier for ESL speakers to understand.
2025-06-21 09:48:01 +01:00
Sadie Powell
2850e3c65c
Implement serializer hashing in db_json.
2025-06-21 00:31:02 +01:00
Sadie Powell
80b8856254
Consistently use "account" instead of "nick group".
2025-06-20 20:30:21 +01:00
Sadie Powell
21c8164539
When assigning a new display nick use the oldest not the first.
2025-06-20 20:27:39 +01:00
Sadie Powell
a4abd27ffd
Fix the grammar of a message in ns_confirm.
2025-06-20 19:43:02 +01:00
Sadie Powell
59e9d47667
Update another message to use pluralisation.
2025-06-18 20:53:11 +01:00
Sadie Powell
8b37cdb5d5
Make the access description more useful when importing from Atheme.
2025-06-17 14:50:36 +01:00
Sadie Powell
c5bff3a099
Fix various issues with language strings.
2025-06-16 12:30:42 +01:00
Sadie Powell
61b0c82884
Rework how confirmation works and make it modular.
2025-06-16 10:00:41 +01:00
Sadie Powell
04a32be1e1
Add support for code authentication via IRC.
...
This breaks spambots which try to register but that can't handle
reading the response from services.
2025-06-15 11:22:03 +01:00
Sadie Powell
16aff210fd
Allow configuring fantasy commands to not require the FANTASY priv.
2025-06-10 16:05:11 +01:00
Sadie Powell
5702fb9145
Add a PREPEND subcommand to chanserv/topic.
2025-06-10 12:06:02 +01:00
Sadie Powell
c73a6c621f
Make the set_misc help format consistent with other set commands.
2025-06-07 13:27:30 +01:00
Sadie Powell
96a503b4d9
Fix a memory leak in the db_json module.
...
This reworks the module to store Data instead of a yyjson document
which does not free until yyjson_doc_free even if an array is cleared
(which annoyingly was only documented using a single comment in the
yyjson docs).
2025-06-05 22:01:45 +01:00
Sadie Powell
0632abd111
Banish irc2sql to the shadow realm.
2025-06-05 18:22:13 +01:00
Sadie Powell
d326f869a3
Add the rpc_user module.
2025-06-01 09:50:29 +01:00
Sadie Powell
b724617a8d
Revert "Optimise the maths for the jsonrpc oversize integer workaround".
...
This reverts commit 937404e311 .
2025-05-30 18:09:37 +01:00
Sadie Powell
13491bd960
Add {nickserv}:enforcerreal and cache enforcer config on reload.
2025-05-29 17:36:28 +01:00
Sadie Powell
682a6a6ad4
Fix unsetting vhosts when cloaking isn't available on InspIRCd.
2025-05-29 15:46:31 +01:00
Sadie Powell
7b2f0f5790
Fix some trivial wrong types when getting config values.
2025-05-27 13:21:55 +01:00
Sadie Powell
23e72fc934
Convert Anope::Debug to an unsigned value.
2025-05-24 16:54:49 +01:00
Sadie Powell
e182519e4d
Fix using the wrong command name in the help module.
2025-05-24 15:20:47 +01:00
Sadie Powell
be5a0e8108
Serialize using mutable objects not immutable ones.
2025-05-16 15:18:00 +01:00
Sadie Powell
a0e98acea8
Fix the codelength default.
2025-05-15 01:42:13 +01:00
Sadie Powell
c5a2f40666
Move the ssl extensible into the METADATA handler on InspIRCd.
2025-05-14 21:02:48 +01:00