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
Jump to navigation
Jump to search
m Add Category |
DarthGandalf (talk | contribs) No edit summary |
||
Line 19: | Line 19: | ||
** Fixed an error message on invalid user settings to say what exactly was invalid. {{GH|1163}} | ** Fixed an error message on invalid user settings to say what exactly was invalid. {{GH|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. {{GH|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. {{GH|1163}} | ||
Latest revision as of 09:57, 2 April 2017
← 1.6.2 | ZNC 1.6.3 | 1.6.4 → |
This is an old ZNC version. If you still use it, please consider upgrading to 1.9.1. |
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%
toZNC <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)