diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-16 17:05:57 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-16 17:07:03 +0100 |
commit | 0ac9d70d63801acb650bca723d7fec7860dd72a9 (patch) | |
tree | 4a83882c7a6e78a4a09959a5f6450184f3f31c1f /docs/Changes | |
parent | a3d61e3d18f14aba3d3c63198e12f4bb8d9e187a (diff) |
Update the change logs.
Diffstat (limited to 'docs/Changes')
-rw-r--r-- | docs/Changes | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/Changes b/docs/Changes index 4e91d793b..191362636 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,21 @@ -Anope Version 2.1.14-git +Anope Version 2.1.15-git ------------------------ +Added a workaround to the jsonrpc module for JavaScript truncating big integers. +Added an example Ruby library for accessing the RPC interface. +Added away state and tls usage to the anope.user RPC event. +Added support for looking up accounts by identifier in the anope.account RPC event. +Added support for storing the setter and set time and setter of list modes and restoring them on InspIRCd and Solanum. +Added support for token authentication to the RPC modules. +Bumped the minimum supported version of ircd-hybrid to 8.2.34. +Deprecated irc2sql in favour of rpc_data. +Dropped support for Bahamut as it has no known users. +Fixed creating duplicate Stats rows on some servers. +Fixed loading databases in db_json. +Fixed sometimes writing accounts to the database without a unique identifier. +Fixed various documentation issues with the example JavaScript JSON-RPC client. + +Anope Version 2.1.14 +-------------------- 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 hashed operator passwords. |