diff options
author | Sadie Powell <sadie@witchery.services> | 2025-04-16 02:45:53 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-04-16 02:45:53 +0100 |
commit | 597d4a1aeea2490b8595696ccffc2e2b10d3c23b (patch) | |
tree | 138895a863d01953f0741f3cde0e7bbb6ef9a231 | |
parent | 1e95d0f53660450a0bb01ec0c1d553c13e24fa83 (diff) |
Update the change logs.
-rw-r--r-- | docs/Changes | 5 | ||||
-rw-r--r-- | docs/Changes.conf | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/Changes b/docs/Changes index 9445a9063..57b71f8d1 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,8 +1,13 @@ Anope Version 2.1.14-git ------------------------ Added a matcher for the InspIRCd oper extban. +Added support for monthly backups to db_json. +Added support for unbanning virtual modes using cs_unban. +Added the !unmute fantasy command. +Added the protection time to the INFO output. Bumped the minimum required CMake version to 3.20. Fixed stripping IRC formatting codes from messages. +Messages are now automatically line wrapped to options:linelength. Redocumented the ns_sasl module. Removed hardcoded command names from several messages. diff --git a/docs/Changes.conf b/docs/Changes.conf index 3c19e63cb..bc975bfad 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,6 +1,7 @@ Anope Version 2.1.14-git ------------------------ Added options:codelength (defaults to 15). +Changed the default value for options:linelength to "100". Changed the default value for {enc_sha2}:algorithm to "sha512". Changed the default value for {ns_seen}:purgetime to "90d". Changed the syntax for template variables in mail:emailchange_message, mail:emailchange_subject, mail:memo_message, mail:memo_subject, mail:registration_message, mail:registration_subject,, mail:reset_message, mail:reset_subject, {chanserv}:signkickformat, {dnsbl}:blacklist:reason, {ldap_authentication}:search_filter, {ldap_oper}:binddn, {ldap_oper}:search_filter, {nickserv}:unregistered_notice, {os_session}:sessionlimitexceeded, {proxyscan}:proxyscan:reason. |