From 8a44b9c0eaf5b51f765a26fbdce49c811ac13757 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 2 May 2025 09:52:27 +0100 Subject: Update the change logs. --- docs/Changes | 2 ++ docs/Changes.conf | 2 ++ 2 files changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/Changes b/docs/Changes index 3ed0db516..4e91d793b 100644 --- a/docs/Changes +++ b/docs/Changes @@ -2,6 +2,8 @@ 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 hashed operator passwords. +Added support for hiding the date news was added in os_news. 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. diff --git a/docs/Changes.conf b/docs/Changes.conf index 76407c2cd..bdf464af4 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,6 +1,8 @@ Anope Version 2.1.14-git ------------------------ +Added oper:password_hash. Added options:codelength (defaults to 15). +Added {os_news}:showdate (defaults to yes). Added {sql_authentication}:password_field (defaults to "password"). Added {sql_authentication}:password_hash. Changed the default value for options:linelength to "100". -- cgit