diff options
author | Sadie Powell <sadie@witchery.services> | 2025-04-23 17:34:33 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-04-23 17:34:33 +0100 |
commit | 36d69b1e5c126ed490d655c500832947665c07d0 (patch) | |
tree | a87705732c83c0c46cbbf109855ec9e1a0419ada /docs/Changes | |
parent | 627b89ec7ba6a758927648aae0bf65d5c27f4ed5 (diff) |
Update the change logs.
Diffstat (limited to 'docs/Changes')
-rw-r--r-- | docs/Changes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Changes b/docs/Changes index 57b71f8d1..3ed0db516 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,15 +1,23 @@ Anope Version 2.1.14-git ------------------------ +Added a detail specifier to the anope.list{Channels,Opers,Servers,Users} RPC methods. Added a matcher for the InspIRCd oper extban. +Added support for local password comparison to the sql_authentication module. Added support for monthly backups to db_json. Added support for unbanning virtual modes using cs_unban. Added the !unmute fantasy command. +Added the anope.account and anope.listAccounts RPC methods to the rpc_data module. Added the protection time to the INFO output. +Allowed unprivileged channel successors to remove themselves from succession. Bumped the minimum required CMake version to 3.20. +Changed deletion callbacks to specify the mask that was deleted if only one was. +Changed nickserv/alist to show all permissions not just the highest ranked one. +Fixed NEVEROP not being respected in chanserv/set/founder and chanserv/set/successor. Fixed stripping IRC formatting codes from messages. Messages are now automatically line wrapped to options:linelength. Redocumented the ns_sasl module. Removed hardcoded command names from several messages. +Updated the Windows CI to Windows Server 2025 and Visual Studio 2022. Anope Version 2.1.13 -------------------- |