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.8.0: Difference between revisions

From ZNC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 20: Line 20:


== Modules ==
== Modules ==
* [[controlpanel]]: Add already supported <code>NoTrafficTimeout</code> User variable to help output
* [[modpython]]:
* [[modpython]]:
** Use FindPython3 in addition to pkg-config in CMake to simplify builds on Gentoo when not using emerge
** Use FindPython3 in addition to pkg-config in CMake to simplify builds on Gentoo when not using emerge

Revision as of 07:44, 31 March 2020

← 1.7.5 ZNC 1.8.0 1.8.1 →



New

  • Output of various commands (e.g. /znc help) was switched from a table to a list (#1657) (#1662)
  • Support IP while verifying SSL certificates (#1504)

Fixes

  • Fix parsing of channel modes when the last parameter starts with a colon, improving compatibility with InspIRCd v3 (#1637) (#1684)
  • Fix null dereference on startup when reading invalid config (#1585)
  • Don't show server passwords on ZNC startup (#1599)
  • Fix build with newer OpenSSL (#1688)
  • Fix in-source CMake build
  • Fix echo-message for *status (#1705)

Modules

Internal

  • Refactor the way how SSL certificate is checked to simplify future socket-related refactors (#1697)
  • Build integration test and ZNC itself with the same compiler (https://bugs.gentoo.org/699258)
  • Various improvements for translation CI
  • Normalize variable name sUserName/sUsername (#1546)