From fc8e6ee3385183496151e8e9913b18ea37cc5bf3 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 28 Dec 2022 10:45:21 +0000 Subject: [PATCH] Document the protocol module changes from a while ago. --- docs/Changes.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Changes.conf b/docs/Changes.conf index b4424cca0..e232d7391 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -2,7 +2,11 @@ Anope Version 2.1.0-git ----------------------- Added nickserv:minpasslen for configuring the minimum password length. Removed nickserv:strictpasswords as it is obsolete now nickserv:minpasslen exists. +Removed the inspircd12 and inspircd20 modules (use inspircd instead). +Removed the unreal module (use unrealircd instead) Renamed nickserv:passlen to nickserv:maxpasslen. +Renamed the inspircd3 module to inspircd. +Renamed the unreal4 module to unrealircd. Replaced uplink:ipv6 with uplink:protocol. Anope Version 2.0.13-git