From eb0e5c89b2a1e59091001ffd0e54582c2ff04212 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 17 Dec 2023 13:46:34 +0000 Subject: Remove the m_regex_pcre module. Users should migrate to m_regex_pcre2 instead. --- docs/Changes.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/Changes.conf b/docs/Changes.conf index fdfa09982..fdd729b04 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,6 +1,6 @@ Anope Version 2.1.1-git ----------------------- -No significant changes. +Removed the m_regex_pcre module (use m_regex_pcre2 instead). Anope Version 2.1.0 ------------------- @@ -9,7 +9,7 @@ Removed nickserv:strictpasswords as it is obsolete now nickserv:minpasslen exist 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) +Removed the unreal module (use unrealircd instead). Renamed nickserv:passlen to nickserv:maxpasslen. Renamed the charybdis module to solanum. Renamed the inspircd3 module to inspircd. -- cgit