From da3f6671889b71a0c94d51715baec825ebfc4e8a Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 23 Apr 2026 19:08:35 +0100 Subject: [PATCH] Update the change log. --- docs/CHANGES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 7f6051be3..078baffbf 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -1,5 +1,21 @@ # Anope Change Log +## Anope 2.1.24 (unreleased) + +### Breaking Changes + +* If a database contains duplicate corrupt entries from a prior write failure the oldest ones will now be purged from the database. This is a destructive action so make sure you take a manual backup of your database before upgrading. + +* Removed support for storing the Anope database in Redis. The Redis code was extremely bitrotted, had not been tested in years, and to our knowledge has almost no (if any) users. It is recommended that db_redis users migrate to db_json or db_sql. + +### Changes + +* Fixed a rare crash in the ns_cert module. + +* Fixed the ns_cert module erasing certificate entries if using an old database. + +* Fixed users having the wrong real name in log messages on InspIRCd if it has been previously changed with `CHGNAME` or `SETNAME`. + ## Anope 2.1.23 (2026-04-01) ### Changes