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.1: Difference between revisions
Jump to navigation
Jump to search
Restore 1.6.1 ChangeLog |
m Add Category |
||
Line 32: | Line 32: | ||
* Fixed 'comparision' typos in CString documentation. | * Fixed 'comparision' typos in CString documentation. | ||
* Added a non-minified version of the jQuery source code to make Linux distributions (Debian) happy, even though the jQuery license does not require this. | * Added a non-minified version of the jQuery source code to make Linux distributions (Debian) happy, even though the jQuery license does not require this. | ||
[[Category:ChangeLog]] |
Revision as of 06:59, 2 April 2017
Fixes
- Fixed the problem that channels were no longer removed from the config despite of chansaver being loaded. (#932)
- Fixed query buffer size for users who have the default channel buffer size set to 0. (#967)
- Fixed a startup failure when simple_away was loaded after awaynick. (#954)
- Fixed channel matching commands, such as DETACH, to be case insensitive. (#969)
- Specified the required compiler versions in the configure script. (#956)
- Fixed a rare conflict of HTTP-Basic auth and cookies. (#946)
- Hid local IP address from the 404 page. (#944)
- Fixed a build failure for users who have -Werror=missing-declarations in their CXXFLAGS.
- Fixed CXXFLAGS=-DVERSION_EXTRA="foo" which is used by some distros to package ZNC.
- Fixed znc-buildmod on Cygwin.
Modules
- chansaver:
- Fixed random loading behavior due to an uninitialized member variable.
- modpython:
- Fixed access to CUser::GetUserClients() and CUser::GetAllClients().
- sasl:
- Improved help texts for the SET and REQUIREAUTH commands. (#875)
- savebuff:
- Fixed periodical writes on the disk when the module is loaded after startup. (#868)
- webadmin:
- Fixed module checkboxes not to claim that all networks/users have loaded a module when there are no networks/users. (#872)
- Added an explanation that ZNC was built without ICU support, when encoding settings are disabled for that reason.
- Improved the breadcrumbs.
- Mentioned ExpandString in CTCP replies.
- Added an explanation how to delete port which is used to access webadmin.
Internal
- Fixed CThreadPool destructor to handle spurious wakeups.
- Fixed make distclean to remove zncconfig.h.
- Improved the error message about --datadir.
- Fixed a compilation warning when HAVE_LIBSSL is not defined.
- Fixed 'comparision' typos in CString documentation.
- Added a non-minified version of the jQuery source code to make Linux distributions (Debian) happy, even though the jQuery license does not require this.