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/1.6.3: Difference between revisions

From ZNC
Jump to navigation Jump to search
MAGIC (talk | contribs)
m MAGIC moved page ChangeLog/1.6.3 to Category:ChangeLog/1.6.3 over redirect
m DarthGandalf moved page Category:ChangeLog/1.6.3 to ChangeLog/1.6.3 over a redirect without leaving a redirect
(No difference)

Revision as of 23:21, 1 April 2017

← 1.6.2 ZNC 1.6.3 1.6.4 →


Core

  • New character encoding is now applied immediately, without reconnect.
  • Fixed build with LibreSSL. (#594)
  • Fixed error 404 when accessing the web UI with the configured URI prefix, but without the / in the end.
  • znc-buildmod now exits with non-zero exit code when the .cpp file is not found. (#1226)
  • Fixed znc-buildmod on Cygwin.
  • ExpandString got expanded. It now expands %znc% to ZNC <version> - http://znc.in, honoring the global "Hide version" setting.
  • Default quit message is switched from ZNC <version> - http://znc.in to %znc%, which is the same, but "automatically" changes the shown version when ZNC gets upgraded. Before, the old version was recorded in the user's quit message, and stayed the same regardless of the current version of ZNC. (#1244)

Modules

  • modperl:
    • Fixed a memory leak. (#1017)
  • sasl:
    • Added an option to show which mechanisms failed or succeeded. (#770)
  • webadmin:
    • Fixed an error message on invalid user settings to say what exactly was invalid. (#1163)
    • No more autocomplete password in user settings. It led to an error when ZNC thought the user is going to change a password, but the passwords didn't match. (#1163)