1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Update the change log.

This commit is contained in:
Sadie Powell
2026-04-26 12:57:03 +01:00
parent b33b5a6630
commit 7eb710a009
+4
View File
@@ -8,8 +8,12 @@
* 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.
* SQL tables now use versioned prefixes by default. For the SQL database backends the default is `anope21_` and for ChanStats the default is `chanstats21_`. If you do not have a prefix explicitly set in your config you will need to add one it. Alternatively, you may also want to consider exporting to db_json and re-importing to update your SQL schema for the recent database layout changes.
### Changes
* Changed the Config script to allow multiple dashes in front of options, i.e. `-quick` and `--quick` are now equivalent.
* Fixed a rare crash in the ns_cert module.
* Fixed the ns_cert module erasing certificate entries if using an old database.