diff options
author | Sadie Powell <sadie@witchery.services> | 2024-05-23 16:02:54 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-05-23 16:02:54 +0100 |
commit | d4a34308e58b27774190c7d4ded6020bea98e24b (patch) | |
tree | c0486a337207eb9d365b5340d8597016778ef222 /docs/Changes | |
parent | aab3a8e5b6e843c1ea2e0bb1e72fc8d4acf45d6e (diff) |
Update the change logs.
Diffstat (limited to 'docs/Changes')
-rw-r--r-- | docs/Changes | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/Changes b/docs/Changes index 033a21b9b..88f9f544c 100644 --- a/docs/Changes +++ b/docs/Changes @@ -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. |