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

From ZNC
Jump to navigation Jump to search
Kylef (talk | contribs)
m Add imapauth changes
No edit summary
Line 1: Line 1:
== Fixes ==
== Fixes ==
* [[Identfile]]: don't crash when ZNC is shutting down.
* [[Identfile]]: don't crash when ZNC is shutting down.
* CTCP's with no values should not be passed to the client.
* CTCPReply setting with no value now blocks CTCP request to the client.
* CFile: Make sure errno is always set correctly.
* Show more sane error messages instead of "Error: Success".
* [[identfile]]: Make sure member values are NULL.
* [[imapauth]]: Follow RFC more closely.
* ResetJoinTries once we enable a channel
* [[imapauth]]: Follow RFC more closely


== Minor stuff ==
== Minor stuff ==
* Add Show command to [[identfile]].
* Add Show command to [[identfile]], which should help you to understand what's going on, if identfile is blocking every connection attempts for some reason.
* Make certs valid for 10 years.
* Make TLS certs valid for 10 years.
* "no" should be false in CString::ToBool()
* Ask for port > 1024 in --makeconf.
* Ask for port > 1024 in --makeconf
* Reset JoinTries counter when we enable a channel.


[[Category:ChangeLog]]
[[Category:ChangeLog]]

Revision as of 13:10, 5 April 2012

Fixes

  • Identfile: don't crash when ZNC is shutting down.
  • CTCPReply setting with no value now blocks CTCP request to the client.
  • Show more sane error messages instead of "Error: Success".
  • imapauth: Follow RFC more closely.

Minor stuff

  • Add Show command to identfile, which should help you to understand what's going on, if identfile is blocking every connection attempts for some reason.
  • Make TLS certs valid for 10 years.
  • Ask for port > 1024 in --makeconf.
  • Reset JoinTries counter when we enable a channel.