diff options
author | Sadie Powell <sadie@witchery.services> | 2023-12-17 13:46:34 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-12-17 13:46:34 +0000 |
commit | eb0e5c89b2a1e59091001ffd0e54582c2ff04212 (patch) | |
tree | 6caad8512fd05dd74a890edf0e8658731b4e63c2 /docs | |
parent | 84c2f8d3fc417e97ed336c48b8a5c4eea71b52aa (diff) |
Remove the m_regex_pcre module.
Users should migrate to m_regex_pcre2 instead.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changes.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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. |