summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-05-02 09:52:27 +0100
committerSadie Powell <sadie@witchery.services>2025-05-02 09:52:40 +0100
commit8a44b9c0eaf5b51f765a26fbdce49c811ac13757 (patch)
tree637127703fe433f37f4e22551f7afafb4ec039bd /docs
parent0dd5430c94289b4a0b0b036d603af9d89e631297 (diff)
Update the change logs.
Diffstat (limited to 'docs')
-rw-r--r--docs/Changes2
-rw-r--r--docs/Changes.conf2
2 files changed, 4 insertions, 0 deletions
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".