1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-11 23:06:02 +00:00

"NoticeAuth" configuration variable is deprecated now!

This commit is contained in:
Alexander Barton
2015-08-01 14:43:38 +02:00
parent 64c265cf33
commit 85dc4d8777
2 changed files with 17 additions and 1 deletions

View File

@@ -14,6 +14,10 @@ I. Upgrade Information
Differences to version 22.x
- The "NoticeAuth" ngircd.conf configuration variable has been renamed to
"NoticeBeforeRegistration". The old "NoticeAuth" variable still works but
is deprecated now.
- The default value of the SSL "CipherList" variable has been changed to
"HIGH:!aNULL:@STRENGTH:!SSLv3" (OpenSSL) and "SECURE128:-VERS-SSL3.0"
(GnuTLS) to disable the old SSLv3 protocol by default.