diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-26 09:18:56 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-26 09:18:56 +0000 |
commit | 65183c3c490666e22dd78f74c95f75f1ed85eb71 (patch) | |
tree | 34e1c8dd505caaa938efce87c8c1dd49e9f70005 /docs | |
parent | c60477384ca2dc47cc356a9a80925aed854c9d2f (diff) |
Update the change logs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changes | 2 | ||||
-rw-r--r-- | docs/Changes.conf | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changes b/docs/Changes index 74c767db8..2b515ab3e 100644 --- a/docs/Changes +++ b/docs/Changes @@ -17,6 +17,7 @@ Changed RPC events to be registered as core services. Changed the syntax of defines from "foo" to "${foo}". Deduplicated JSON generation code in the jsonrpc module. Fixed a warning when importing an Atheme account that uses external authentication. +Fixed counting email addresses in ns_maxemail. Fixed deleting old database backups after Anope has been restarted. Fixed importing user metadata from Anope 1.8. Fixed including a port in uplink messages when connecting to a UNIX socket endpoint. @@ -28,6 +29,7 @@ Moved around a bunch of module headers. Moved database serialization from the serializable to the serializable type. Moved the SASL protocol interface to its own service. Refactored handling S2S metadata on InspIRCd. +Updated more messages to use gettext plural forms. Anope Version 2.1.12 -------------------- diff --git a/docs/Changes.conf b/docs/Changes.conf index f3b2bb2b4..21cb840f0 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,6 +1,7 @@ Anope Version 2.1.13-git ------------------------ Added options:linelength (defaults to 120). +Added the db_json module. Added the rpc_message module. Added {nickserv}:defaultprotect (defaults to 1m). Added {nickserv}:maxprotect (defaults to 10m). |