diff options
author | Sadie Powell <sadie@witchery.services> | 2024-02-29 17:13:47 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-02-29 17:15:15 +0000 |
commit | a67bef2deeeb010d5d7b8f6e898c76c36c33701a (patch) | |
tree | fb9939ec69a8c9048f9ff0fe4d1adecdaaf25a4f | |
parent | 893bbf92516e577de932fe04f0503ecf4c9257f0 (diff) |
Update the changelogs.
-rw-r--r-- | docs/Changes | 14 | ||||
-rw-r--r-- | docs/Changes.conf | 25 |
2 files changed, 33 insertions, 6 deletions
diff --git a/docs/Changes b/docs/Changes index c16e76ece..c0abe8e22 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,6 +1,18 @@ Anope Version 2.1.3-git ----------------------- -No significant changes. +Added support for the IRCv3 +draft/channel-context tag. +Added support for the IRCv3 +draft/reply tag. +Allow using more than one fingerprint in an oper block. +Changed chanserv/drop to use confirmation codes to confirm a channel drop. +Cleaned up more of the codebase to use Modern C++17. +Enabled using more field limits sent by the IRC server instead of requiring the user to configure them. +Fixed NickServ lying about the minimum password length. +Fixed a crash when sending emails. +Fixed bs_kick not using the correct kick message for automatic kicks. +Increased the security of randomly generated confirmation codes. +Removed the ns_access module and associated cs_secure and ns_secure options. +Removed the ns_status module. +Reworked how messages are sent in protocol modules to allow sending message tags. Anope Version 2.1.2 ------------------- diff --git a/docs/Changes.conf b/docs/Changes.conf index ec2cf9929..d7934ebcd 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,13 +1,28 @@ Anope Version 2.1.3-git ----------------------- -No significant changes. +Added support for multiple SSL fingerprints in oper:certfp. +Added the chanserv/cert oper privilege for modifying other user's certificate lists. +Changed networkinfo:chanlen to default to 32 if not set. +Changed networkinfo:hostlen to default to 64 if not set. +Changed networkinfo:modelistsize to default to 100 if not set. +Changed networkinfo:nicklen to default to 31 if not set. +Changed networkinfo:userlen to default to 10 if not set. +Increased the default maximum password length to 50 characters. +Increased the default minimum password length to 10 characters. +Removed the cs_secure option in module:defaults from the chanserv module (now always enabled). +Removed the nickserv/saset/secure command. +Removed the nickserv/saset/secure oper privilege. +Removed the nickserv/set/secure command. +Removed the nickserv/status command. +Removed the ns_access module. +Removed the ns_secure option in module:defaults from the nickserv module (now always enabled). Anope Version 2.1.2 ------------------- -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.1 is usable (defaults to yes). -Added module:tlsv12 to m_ssl_openssl for configuring whether TLSv1.2 is usable (defaults to yes) -Removed module:sslv3 from m_ssl_openssl. +Added module:tlsv10 to the ssl_openssl module for configuring whether TLSv1.0 is usable (defaults to no). +Added module:tlsv11 to the ssl_openssl module for configuring whether TLSv1.1 is usable (defaults to yes). +Added module:tlsv12 to the ssl_openssl module for configuring whether TLSv1.2 is usable (defaults to yes). +Removed module:sslv3 from the ssl_openssl module (now always disabled). 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. Anope Version 2.1.1 |