diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-30 13:06:37 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-30 13:06:48 +0100 |
commit | ea4877dc16bb84aa3a256b8a0249d9dc690295be (patch) | |
tree | a1b5ab5e5b98faf7be790b52862ea5fb1771fd08 /docs | |
parent | 4024598bd8ff73ce8f5626d30949aaa65559a655 (diff) |
Update the changelogs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changes b/docs/Changes index 2b515ab3e..e9c7cf393 100644 --- a/docs/Changes +++ b/docs/Changes @@ -14,15 +14,18 @@ Added support for using defines from the environment. Added support for using defines within the value of a variable. Blacklisted an old version of an UnrealIRCd module that is known to send malformed S2S messages. Changed RPC events to be registered as core services. +Changed the database to refer to accounts by their account identifier instead of their display nick. 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 db_atheme creating duplicate accounts, bots, and nicks when importing over an existing database. 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. Fixed memo ignores being erroneously case sensitive. Fixed modules with third-party dependencies writing generic log messages instead of module log messages. +Fixed not performing SQL database updates in some rare circumstances. Fixed sending global messages with the default sender. Imported mkauthors from InspIRCd and used it to generate docs/AUTHORS.txt Moved around a bunch of module headers. |