summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-02-17 18:13:30 +0000
committerSadie Powell <sadie@witchery.services>2024-02-17 18:13:30 +0000
commita60c796cf6a87e045142805f50d8ca1c93dd9767 (patch)
tree4baedc8deb4f81beafcd6c0042de33855d34bd51
parentfcf16ab20a8b5a211f85d1f4715354f9a0051a0d (diff)
Update the config changelog.
-rw-r--r--docs/Changes.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Changes.conf b/docs/Changes.conf
index eae81a617..8e2b80c6b 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,8 +1,8 @@
Anope Version 2.1.2-git
-----------------------
-Added module:tlsv10 from m_ssl_openssl.
-Added module:tlsv11 from m_ssl_openssl.
-Added module:tlsv12 from m_ssl_openssl.
+Added module:tlsv10 to m_ssl_openssl for configuring whether TLSv1.0 is usable (defaults to no).
+Added module:tlsv11 to m_ssl_openssl for configuring whether TLSv1.0 is usable (defaults to yes).
+Added module:tlsv12 to m_ssl_openssl for configuring whether TLSv1.0 is usable (defaults to yes)
Removed module:sslv3 from m_ssl_openssl.
Removed the m_ prefix from the names of the chanstats, dns, dnsbl, helpchan, httpd, ldap, ldap_oper, mysql, proxyscan, redis, regex_pcre2, regex_posix, regex_stdlib, regex_tre, rewrite, sasl, sql_log, sql_oper, sqlite, ssl_gnutls, ssl_openssl, xmlrpc, and xmlrpc_main modules.
@@ -13,7 +13,7 @@ Removed the m_regex_pcre module (use m_regex_pcre2 instead).
Anope Version 2.1.0
-------------------
-Added nickserv:minpasslen for configuring the minimum password length.
+Added nickserv:minpasslen for configuring the minimum password length (defaults to 8).
Removed nickserv:strictpasswords as it is obsolete now nickserv:minpasslen exists.
Removed the inspircd12 and inspircd20 modules (use inspircd instead).
Removed the ns_getpass module (no supported encryption modules).