diff options
author | Sadie Powell <sadie@witchery.services> | 2025-02-13 04:52:54 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-02-13 04:55:15 +0000 |
commit | 84dbb5c9a3091b93ff0f13a9b19507982053a5e3 (patch) | |
tree | fa5ee4b6852f7fabacc8ae0a6de518eb164f244e /docs/Changes.conf | |
parent | 4b2b47fc956b2d70a6b1deac5ff6d2e32452ec78 (diff) |
Tidy up the change logs.
Diffstat (limited to 'docs/Changes.conf')
-rw-r--r-- | docs/Changes.conf | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/docs/Changes.conf b/docs/Changes.conf index 373d3e7d6..c1a1c118b 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -2,19 +2,18 @@ Anope Version 2.1.12-git ------------------------ No significant changes. - Anope Version 2.1.11 -------------------- -Moved module:allowkilimmed from the ns_set module to the ns_set_kill module. +Moved {ns_set}:allowkillimmed to {ns_set_kill}:allowkillimmed. Moved nickserv/set/kill and nickserv/saset/kill to the ns_set_kill module. -Replaced module:guestnickprefix for the nickserv module with module:guestnick. +Replaced {nickserv}:guestnickprefix with {nickserv}:guestnick. Anope Version 2.1.10 -------------------- Added options:servicealias. Moved nickserv/set/message and nickserv/saset/message to the ns_set_message module. Removed options:useprivmsg. -Removed options:usestrictprivmsg +Removed options:usestrictprivmsg. Anope Version 2.1.9 ------------------- @@ -22,20 +21,20 @@ No significant changes. Anope Version 2.1.8 ------------------- -Added module:preservedisplay to the nickserv module. +Added {nickserv}:preservedisplay. Added the nickserv/drop/display oper privilege. Anope Version 2.1.7 ------------------- Moved nickserv/set/language and nickserv/saset/language to the ns_set_language module. -Renamed module:expire for the cs_suspend module to suspendexpire. +Renamed {cs_suspend}:expire to {cs_suspend}:suspendexpire. Renamed the FANTASIA privilege to FANTASY. Anope Version 2.1.6 ------------------- -Added module:automatic to the ns_cert module (defaults to yes). -Removed module:use_server_side_mlock for the protocol modules (now always enabled). -Removed module:use_server_side_topiclock for the protocol modules (now always enabled). +Added {ns_cert}:automatic (defaults to yes). +Removed {hybrid,inspircd,solanum,unrealircd}:use_server_side_mlock (now always enabled). +Removed {inspircd}:use_server_side_topiclock (now always enabled). Anope Version 2.1.5 ------------------- @@ -54,12 +53,12 @@ Added the global/server operator privilege. Changed serverinfo:motd to be relative to the config directory. Changed serverinfo:pid to be relative to the data directory. Changed the default value of mail:sendmailpath to "/usr/sbin/sendmail -it". -Changed the default value of module:accessmax for the chanserv module to 1000. -Changed the default value of module:inhabit for the chanserv module to 1 minute. -Changed the default value of module:max for the cs_mode module to 50. -Changed the default value of module:max for the ms_ignore module to 50. +Changed the default value of {chanserv}:accessmax to 1000. +Changed the default value of {chanserv}:inhabit to 1 minute. +Changed the default value of {cs_mode}:max to 50. +Changed the default value of {ms_ignore}:max to 50. Removed options:seed. -Replaced module:template for the webcpanel module with module:template_dir. +Replaced {webcpanel}:template with {webcpanel}:template_dir. Anope Version 2.1.3 @@ -74,20 +73,20 @@ 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 cs_secure option in {chanserv}:defaults (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). +Removed the ns_secure option in {nickserv}:defaults (now always enabled). Anope Version 2.1.2 ------------------- -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). +Added {ssl_openssl}:tlsv10 for configuring whether TLSv1.0 is usable (defaults to no). +Added {ssl_openssl}:tlsv11 for configuring whether TLSv1.1 is usable (defaults to yes). +Added {ssl_openssl}:tlsv12 for configuring whether TLSv1.2 is usable (defaults to yes). +Removed {ssl_openssl}:sslv3 (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 |