diff options
author | Sadie Powell <sadie@witchery.services> | 2022-12-17 16:18:09 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-12-17 16:18:09 +0000 |
commit | b235da2e9c1a3ae94f325d79c58a5368dcc77edb (patch) | |
tree | 5893b5300fe7fe83784da53100b64cc0cf7e6d43 /docs | |
parent | 3f3062a0773d0a45941f6db2534989a07256f267 (diff) | |
parent | 2f46739931759dc360448a5e7f45e4ce6f7d9b7f (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changes | 14 | ||||
-rw-r--r-- | docs/Changes.conf | 10 |
2 files changed, 23 insertions, 1 deletions
diff --git a/docs/Changes b/docs/Changes index d46f5b6c6..e37de690a 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,17 @@ +Anope Version 2.0.13-git +------------------------ +No significant changes. + +Anope Version 2.0.12 +-------------------- +Added account confirmation to the web panel +Added the regex_pcre2 module which provides regex/pcre with PCRE2 +Documented the cs_no_expire channel default +Fixed config validation mistakenly allowing spaces in some fields +Fixed the bahamut protocol module not knowing about halfops +Fixed writing a flatfile database not being atomic +Updated the hybrid protocol module for recent protocol changes + Anope Version 2.0.11 -------------------- Fixed ldap on OpenLDAP 2.5+ diff --git a/docs/Changes.conf b/docs/Changes.conf index cb1d77313..b4424cca0 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,10 +1,18 @@ 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. Renamed nickserv:passlen to nickserv:maxpasslen. Replaced uplink:ipv6 with uplink:protocol. +Anope Version 2.0.13-git +------------------------ +No significant changes. + +Anope Version 2.0.12 +-------------------- +Added the regex_pcre2 module + Anope Version 2.0.11 -------------------- No significant changes. |