To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
ChangeLog/0.206: Difference between revisions
Jump to navigation
Jump to search
0.206 branch |
DarthGandalf (talk | contribs) No edit summary |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ChangeLog}} | |||
== Fixes == | == Fixes == | ||
* [[Identfile]]: don't crash when ZNC is shutting down. | * [[Identfile]]: don't crash when ZNC is shutting down. | ||
* CTCP | * CTCPReplies setting with empty value now blocks those CTCP requests to the client. | ||
* | * Show more sane error messages instead of "Error: Success". | ||
* [[ | * [[Imapauth]]: Follow RFC more closely. | ||
* | * "No" is a false value too. | ||
== Minor stuff == | == Minor stuff == | ||
* Add Show command to [[identfile]]. | * Add Show command to [[identfile]], which should help you understand what's going on, if identfile is blocking every connection attempt for some reason. | ||
* Make certs valid for 10 years. | * Make TLS certs valid for 10 years. | ||
* Ask for port > 1024 in --makeconf. | |||
* Ask for port > 1024 in --makeconf | * Reset JoinTries counter when we enable a channel. | ||
Latest revision as of 09:56, 2 April 2017
← 0.204 | ZNC 0.206 | 1.0 → |
This is an old ZNC version. If you still use it, please consider upgrading to 1.9.1. |
Fixes
- Identfile: don't crash when ZNC is shutting down.
- CTCPReplies setting with empty value now blocks those CTCP requests to the client.
- Show more sane error messages instead of "Error: Success".
- Imapauth: Follow RFC more closely.
- "No" is a false value too.
Minor stuff
- Add Show command to identfile, which should help you understand what's going on, if identfile is blocking every connection attempt for some reason.
- Make TLS certs valid for 10 years.
- Ask for port > 1024 in --makeconf.
- Reset JoinTries counter when we enable a channel.