1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Clarify the purpose of the autologin option in the change log.

This commit is contained in:
Sadie Powell
2026-03-01 02:53:19 +00:00
parent f912e30b25
commit 99f7ea8307
+2 -2
View File
@@ -4,7 +4,7 @@
### Breaking Changes
* Automatic login using a known SSL fingerprint now requires the `AUTOLOGIN` option to be set on accounts. Users can enable it on existing accounts with `/NS SET AUTOLOGIN ON`.
* Automatic login using a known SSL fingerprint now requires the `AUTOLOGIN` option to be set on accounts with `/NS SET AUTOLOGIN ON`. Automatic login is largely obsolete now SASL EXTERNAL exists and is widely supported.
* Conan 2 is now used for packaging dependencies on Windows. If you are building from source you will need to upgrade Conan.
@@ -12,7 +12,7 @@
* User TLS certificates are now stored in their own `NSCert` table instead of as a column in the `NickCore` table. If you are reading this information you will need to update your code.
## Changes
### Changes
* Fixed `{botserv}:botmodes` erroneously allowing setting non-status modes on channels.