1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 03:23:13 +02:00

Update the change logs.

This commit is contained in:
Sadie Powell
2024-05-23 16:02:54 +01:00
parent aab3a8e5b6
commit d4a34308e5
2 changed files with 22 additions and 0 deletions
+16
View File
@@ -1,3 +1,19 @@
Anope Version 2.1.6-dev
-----------------------
Added opportunistic upgrading of TLS fingerprints to more secure algorithms on InspIRCd.
Added support for logging out partially connected users on Plexus.
Added the account registration time to nickserv/info.
Changed ns_cert to automatically add a TLS fingerprint to new accounts if available.
Clarified that a non-deprecated encryption module must be loaded.
Fixed mistakenly allowing badpasslimit to be set to a negative value.
Fixed parsing backup TLS fingerprints on InspIRCd.
Fixed parsing the flood mode on UnrealIRCd.
Fixed parsing the history mode on UnrealIRCd.
Fixed various iterator invalidation issues.
Partially rewrote the Portuguese translation.
Removed some incorrect strings from the Turkish translation.
Renamed the --modulesdir option to --moduledir to match the name of other path options.
Anope Version 2.1.5
-------------------
Added an example systemd unit file.
+6
View File
@@ -1,3 +1,9 @@
Anope Version 2.1.6-dev
-----------------------
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).
Anope Version 2.1.5
-------------------
Added the nickserv/drop/override and chanserv/drop/override oper privileges.