From 5b8018eb8012fe3198b8778e779d0b432fddc5c7 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 27 Sep 2025 20:33:21 +0100 Subject: [PATCH] Update the change logs. --- docs/Changes | 22 +++++++++++++++++++++- docs/Changes.conf | 21 ++++++++++++++++++++- 2 files changed, 41 insertions(+), 2 deletions(-) diff --git a/docs/Changes b/docs/Changes index 62bffae92..7c7aaa7f9 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,6 +1,26 @@ Anope Version 2.1.18-git -------------------- -No significant changes. +Added a check that a non-deprecated database module is loaded. +Added support for flexible and monospace layouts to make text easier to read on clients that use a variable-width font. +Added support for logging about deprecated modules on boot. +Added support for per-IRCd hints when a link fails. +Added support for self-service validation of vhosts using DNS TXT records. +Added support for separate bad password limits for pre-connection SASL authentication. +Added support for SRV and TXT records to the dns module. +Added the --nodb option to disable database and encrytption module checks. +Added the nickname registration date to the nickserv/glist output. +Changed db_flatfile to be import-only (migrate to db_json). +Changed the default registration confirmation type to code validation. +Changed the fantasy !help command to not require the FANTASY privilege by default. +Changed various length measurement code to be UTF-8 aware. +Disabled the nickname registration delay by default. +Fixed reporting the MySQL version that the mysql module was built against. +Improved the layout of the nickserv/info command. +Modularised the ns_sasl module to make it easier to pick SASL mechanisms. +Moved duration rounding logic from Anope::Expires to Anope::Duration. +Removed support for importing old databases from 1.8. +Removed support for verifying "old MD5" passwords from 1.7. +Reworked how memory is allocated when formatting messages. Anope Version 2.1.17 -------------------- diff --git a/docs/Changes.conf b/docs/Changes.conf index 743b705e2..55782ed6c 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,6 +1,25 @@ Anope Version 2.1.18-git -------------------- -No significant changes. +Added the hostserv/validate command. +Added the nickserv/saset/layout command. +Added the nickserv/set/layout command. +Added the ns_sasl_anonymous module. +Added the ns_sasl_external module. +Added the ns_sasl_plain module. +Added the ns_set_layout module. +Added the ns_set_op module. +Added {hs_request}:validationcooldown (defaults to 5 minutes). +Added {hs_request}:validationrecord (defaults to "anope-dns-validation"). +Added {ns_sasl}:badpasslimit (defaults to options:badpasslimit). +Added {ns_sasl}:badpasstimeout (defaults to options:badpasstimeout). +Moved nickserv/set/autoop and nickserv/saset/autoop to the ns_set_op module. +Moved nickserv/set/display and nickserv/saset/display to the ns_set_group module. +Moved nickserv/set/neverop and nickserv/saset/neverop to the ns_set_op module. +Removed the db_old module. +Removed the enc_old module. +Removed {db_flatfile}:fork (module is now import-only). +Removed {db_flatfile}:keepbackups (module is now import-only). +Removed {db_flatfile}:nobackupokay (module is now import-only). Anope Version 2.1.17 --------------------