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
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with " == New == * Support IP while verifying SSL certificates {{GH|1504}} == Fixes == == Modules == * simple_away: Convert to UTC time {{GH|1506}} * route_replies: rizon: Add 403,..." |
DarthGandalf (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ChangeLog}} | |||
<!-- The following is generated via this command: | |||
HEAD=$(git rev-parse master) ; echo "Last update at $HEAD" ; echo ; git log --format='* %s {{git|%h}}' --no-merges znc-0.098..$HEAD | cat | |||
--> | |||
<!-- Last update at b1d4cb0ae5dd3c098eea724800c494cac1ff281e --> | |||
== New == | == New == | ||
* Output of various commands (e.g. <code>/znc help</code>) was switched from a table to a list {{GH|1657}} {{GH|1662}} | |||
* Support IP while verifying SSL certificates {{GH|1504}} | * Support IP while verifying SSL certificates {{GH|1504}} | ||
* Make it more visible that admins have lots of privileges | |||
== Fixes == | == Fixes == | ||
* Fix parsing of channel modes when the last parameter starts with a colon, improving compatibility with InspIRCd v3 {{GH|1637}} {{GH|1684}} | |||
* Fix null dereference on startup when reading invalid config {{GH|1585}} | |||
* Don't show server passwords on ZNC startup {{GH|1599}} | |||
* Fix build with newer OpenSSL {{GH|1688}} | |||
* Fix in-source CMake build | |||
* Fix echo-message for <code>*status</code> {{GH|1705}} | |||
== Modules == | == Modules == | ||
* simple_away: Convert to UTC time {{GH|1506}} | * [[controlpanel]]: Add already supported <code>NoTrafficTimeout</code> User variable to help output | ||
* | * [[modpython]]: | ||
** Use FindPython3 in addition to pkg-config in CMake to simplify builds on Gentoo when not using emerge | |||
** Support python 3.9 {{GH|1702}} | |||
* [[modtcl]]: Added <code>GetNetworkName</code> {{GH|1658}} | |||
* [[partyline]]: Module is removed {{GH|1632}} | |||
* [[q]]: Module is removed {{GH|786}} | |||
* [[route_replies]]: Handle more numerics {{GH|1421}} {{GH|1659}} {{GH|1660}} | |||
* [[sasl]]: Fix sending of long authentication information {{GH|942}} | |||
* [[shell]]: Unblock signals when spawning child processes {{GH|1590}} | |||
* [[simple_away]]: Convert to UTC time {{GH|1506}} | |||
* [[watch]]: Better support multiple clients {{GH|1701}} | |||
* [[webadmin]]: Better wording for TrustPKI setting {{GH|1670}} {{GH|1711}} {{GH|1713}} | |||
== Internal == | == Internal == | ||
* Refactor the way how SSL certificate is checked to simplify future socket-related refactors {{GH|1697}} | |||
* Build integration test and ZNC itself with the same compiler (https://bugs.gentoo.org/699258) | |||
* Various improvements for translation CI | |||
* Normalize variable name <code>sUserName</code>/<code>sUsername</code> {{GH|1546}} | |||
* Make de-escaping less lenient {{GH|1715}} |
Latest revision as of 20:38, 20 April 2020
← 1.7.5 | ZNC 1.8.0 | 1.8.1 → |
This is an old ZNC version. If you still use it, please consider upgrading to 1.9.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)
- Make it more visible that admins have lots of privileges
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
- controlpanel: Add already supported
NoTrafficTimeout
User variable to help output - modpython:
- Use FindPython3 in addition to pkg-config in CMake to simplify builds on Gentoo when not using emerge
- Support python 3.9 (#1702)
- modtcl: Added
GetNetworkName
(#1658) - partyline: Module is removed (#1632)
- q: Module is removed (#786)
- route_replies: Handle more numerics (#1421) (#1659) (#1660)
- sasl: Fix sending of long authentication information (#942)
- shell: Unblock signals when spawning child processes (#1590)
- simple_away: Convert to UTC time (#1506)
- watch: Better support multiple clients (#1701)
- webadmin: Better wording for TrustPKI setting (#1670) (#1711) (#1713)
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) - Make de-escaping less lenient (#1715)