diff options
author | Sadie Powell <sadie@witchery.services> | 2024-06-29 16:25:17 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-06-29 16:25:17 +0100 |
commit | 9604690e9da529e91dc7073018418a124f1a61c8 (patch) | |
tree | 30b74d5b178b7360e7423322aca026eda6444ee8 | |
parent | 01e0cf4868a96e452712c06620c9307d34c89210 (diff) |
Update the change logs.
-rw-r--r-- | docs/Changes | 3 | ||||
-rw-r--r-- | docs/Changes.conf | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/Changes b/docs/Changes index 1d024dca2..5ce2931ab 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,12 +1,15 @@ Anope Version 2.1.7-git ----------------------- Added importing of akick reasons, forbid reasons, opers and session exceptions to db_atheme. +Added support for sending tag messages. Added the ability to look up account information of an authenticated user. Fixed a crash in ns_cert when an IRC user is not present during a nick registration. Fixed a null pointer dereference in the global module. Fixed a rare memory leak in os_akill and os_sxline. Improved the performance of some code that looks up the primary nick from an account. Removed the broken Catalan, Hungarian, and Russian translations. +Reworked the protocol interface for sending messages. +Updated the Turkish translation. Anope Version 2.1.6 ------------------- diff --git a/docs/Changes.conf b/docs/Changes.conf index b10ed207c..461741ee7 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,6 +1,8 @@ Anope Version 2.1.7-git ----------------------- -No significant changes. +Moved nickserv/set/language and nickserv/saset/language to the ns_set_language module. +Renamed module:expire for the cs_suspend module to suspendexpire. +Renamed the FANTASIA privilege to FANTASY. Anope Version 2.1.6 ------------------- |