From 0ac9d70d63801acb650bca723d7fec7860dd72a9 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 16 May 2025 17:05:57 +0100 Subject: Update the change logs. --- docs/Changes.conf | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'docs/Changes.conf') 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. -- cgit