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 | |
parent | a3d61e3d18f14aba3d3c63198e12f4bb8d9e187a (diff) |
Update the change logs.
-rw-r--r-- | docs/Changes | 18 | ||||
-rw-r--r-- | docs/Changes.conf | 23 |
2 files changed, 36 insertions, 5 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. diff --git a/docs/Changes.conf b/docs/Changes.conf index 6a0b93288..63e607b59 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,20 @@ -Anope Version 2.1.14-git +Anope Version 2.1.15-git ------------------------ +Added the ns_email module. +Added {jsonrpc}:integer_bits (defaults to 64). +Added {jsonrpc}:token. +Added {xmlrpc}:token. +Moved nickserv/set/email and nickserv/saset/email to the ns_email module. +Removed the bahamut module. +Removed the ns_getemail module (load ns_email instead). +Removed the ns_maxemail module (load ns_email instead). +Removed the rpc_main module (migrate to the other RPC modules). +Removed {chanstats}:cs_def_chanstats (add CS_STATS to {chanserv}:defaults instead). +Removed {chanstats}:ns_def_chanstats (add NS_STATS to {nickserv}:defaults instead). +Renamed service:gecos to service:real. + +Anope Version 2.1.14 +-------------------- Added oper:password_hash. Added options:codelength (defaults to 15). Added {os_news}:showdate (defaults to yes). @@ -134,13 +149,13 @@ Removed the m_regex_pcre module (use m_regex_pcre2 instead). Anope Version 2.1.0 ------------------- -Added nickserv:minpasslen for configuring the minimum password length (defaults to 8). -Removed nickserv:strictpasswords (obsolete now nickserv:minpasslen exists). +Added {nickserv}:minpasslen for configuring the minimum password length (defaults to 8). +Removed {nickserv}:strictpasswords (obsolete now {nickserv}:minpasslen exists). Removed the inspircd12 and inspircd20 modules (use inspircd instead). Removed the ns_getpass module (no supported encryption modules). Removed the os_oline module (no supported IRCds). Removed the unreal module (use unrealircd instead). -Renamed nickserv:passlen to nickserv:maxpasslen. +Renamed {nickserv}:passlen to {nickserv}:maxpasslen. Renamed the charybdis module to solanum. Renamed the inspircd3 module to inspircd. Renamed the unreal4 module to unrealircd. |