diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-29 14:24:17 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-29 14:24:17 +0000 |
commit | 3b4a4da52d0253da10394aaea17d18fab116114e (patch) | |
tree | a85b20b9144879062e38a4b9312cb05955be54a2 /docs | |
parent | 2e59aac025bb6717e1ad0881fa09b884dae18a2e (diff) |
Update the changelogs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changes | 30 | ||||
-rw-r--r-- | docs/Changes.conf | 16 |
2 files changed, 45 insertions, 1 deletions
diff --git a/docs/Changes b/docs/Changes index ed65890b2..6946f8fd7 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,9 +1,37 @@ Anope Version 2.1.4-git ----------------------- +Added a check for a non-deprecated encryption module on start. +Added a way for protocol modules to report an error to the uplink. +Added more account settings to the webcpanel. +Added self-test functionality for all encryption modules. +Added support for challenge authentication on InspIRCd. +Added support for importing databases from Atheme. +Added support for sending client tags on UnrealIRCd. +Added support for the InspIRCd 1206 (v4) protocol. +Added the --nopid option to disable writing a pid file. +Added the enc_argon2 module to encrypt passwords with Argon2. +Added the enc_sha2 module to encrypt passwords with HMAC-SHA-2. +Added the global/queue command for queueing multi-line messages. +Added the global/server command for sending messages to an individual server. +Added the PASSWORD category to operserv/stats to view password encryption methods. +Added the verify-only enc_posix module to validate passwords from Atheme that were encrypted with Argon2. Changed nickserv/drop to use confirmation codes to confirm a nickname drop. +Changed various paths to be relative to the data and config directories. +Converted some IRCDProto member functions to variables. +Converted the enc_md5, enc_none, enc_old, enc_sha1, and enc_sha256 modules to be verify-only. +Deduplicated page headers and footers in the webcpanel templates. +Deprecated the enc_sha256 module. +Fixed inconsistent spelling/casing of email, vhost, and vident. Fixed various bugs in the inspircd module. +Improved portability of email sending. +Improved protocol debug messages. +Improved the performance and reliability of internal conversion logic. Improved the randomness of randomly generated numbers. -Removed support for registering accounts without an email address. +Refactored the enc_bcrypt module and exposed it as an encryption context. +Removed several duplicate translation strings. +Replaced the custom MD5 implementation in enc_md5 with a vendored one. +Replaced the custom SHA256 implementation in enc_sha256 with a vendored one. +The ldap_authentication, ldap_opewr, sql_authentication, sql_log, and sql_oper modules are now always enabled. Anope Version 2.1.3 ------------------- diff --git a/docs/Changes.conf b/docs/Changes.conf index b5b552663..d8c518e68 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,7 +1,23 @@ Anope Version 2.1.4-git ----------------------- Added the db_atheme module. +Added the enc_argon2 module. +Added the enc_posix module. +Added the enc_sha2 module. +Added the gl_queue module. +Added the gl_server module. +Added the global/queue operator privilege. +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. Removed options:seed. +Replaced module:template for the webcpanel module with module:template_dir. + Anope Version 2.1.3 ------------------- |