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

From ZNC
Jump to navigation Jump to search
KindOne (talk | contribs)
Restore 1.6.1 ChangeLog
 
No edit summary
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{ChangeLog}}
== Fixes ==
== Fixes ==
* Fixed the problem that channels were no longer removed from the config despite of chansaver being loaded. {{GH|932}}
* Fixed the problem that channels were no longer removed from the config despite of chansaver being loaded. {{GH|932}}
* Fixed query buffer size for users who have the default channel buffer size set to 0. {{GH|967}}
* Fixed query buffer size for users who have the default channel buffer size set to 0. {{GH|967}}
* Fixed a startup failure when simple_away was loaded after awaynick. {{GH|954}}
* Fixed a startup failure when [[simple_away]] was loaded after [[awaynick]]. {{GH|954}}
* Fixed channel matching commands, such as DETACH, to be case insensitive. {{GH|969}}
* Fixed channel matching commands, such as DETACH, to be case insensitive. {{GH|969}}
* Specified the required compiler versions in the configure script. {{GH|956}}
* Specified the required compiler versions in the configure script. {{GH|956}}
* Fixed a rare conflict of HTTP-Basic auth and cookies. {{GH|946}}
* Fixed a rare conflict of HTTP-Basic auth and cookies. {{GH|946}}
* Hid local IP address from the 404 page. {{GH|944}}
* Hid local IP address from the 404 page. {{GH|944}}
* Fixed a build failure for users who have -Werror=missing-declarations in their CXXFLAGS.
* Fixed a build failure for users who have <code>-Werror=missing-declarations</code> in their <code>CXXFLAGS</code>.
* Fixed CXXFLAGS=-DVERSION_EXTRA="foo" which is used by some distros to package ZNC.
* Fixed <code>CXXFLAGS=-DVERSION_EXTRA="foo"</code> which is used by some distros to package ZNC.
* Fixed znc-buildmod on Cygwin.
* Fixed <code>znc-buildmod</code> on Cygwin.
== Modules ==
== Modules ==
* [[chansaver]]:
* [[chansaver]]:
** Fixed random loading behavior due to an uninitialized member variable.
** Fixed random loading behavior due to an uninitialized member variable.
* [[modpython]]:
* [[modpython]]:
** Fixed access to CUser::GetUserClients() and CUser::GetAllClients().
** Fixed access to <code>CUser::GetUserClients()</code> and <code>CUser::GetAllClients()</code>.
* [[sasl]]:
* [[sasl]]:
** Improved help texts for the SET and REQUIREAUTH commands. {{GH|875}}
** Improved help texts for the SET and REQUIREAUTH commands. {{GH|875}}
Line 27: Line 29:
== Internal ==
== Internal ==
* Fixed CThreadPool destructor to handle spurious wakeups.
* Fixed CThreadPool destructor to handle spurious wakeups.
* Fixed make distclean to remove zncconfig.h.
* Fixed <code>make distclean</code> to remove <code>zncconfig.h</code>.
* Improved the error message about --datadir.
* Improved the error message about <code>--datadir</code>.
* Fixed a compilation warning when HAVE_LIBSSL is not defined.
* Fixed a compilation warning when <code>HAVE_LIBSSL</code> is not defined.
* 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.

Revision as of 09:57, 2 April 2017

← 1.6.0 ZNC 1.6.1 1.6.2 →


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.