Skip to content

Tags: DarthGandalf/znc

Tags

znc-1.8.2

Toggle znc-1.8.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
DarthGandalf Alexey Sokolov
ZNC 1.8.2

New
* Polish translation
* List names of translators in TRANSLATORS.md file in source, as this contribution isn't directly reflected in git log
* During --makeconf warn about listening on port 6697 too, not only about 6667

Fixes
* webadmin: When confirming deletion of a network and selecting No, redirect to the edituser page instead of listusers page
* Make more client command results translateable, which were missed before

znc-1.8.2-rc1

Toggle znc-1.8.2-rc1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
ZNC 1.8.2-rc1

znc-1.8.1

Toggle znc-1.8.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
DarthGandalf Alexey Sokolov
ZNC 1.8.1

Fixed bug introduced in ZNC 1.8.0:
Authenticated users can trigger an application crash (with a NULL
pointer dereference) if echo-message is not enabled and there is
no network. CVE-2020-13775

znc-1.8.1-rc1

Toggle znc-1.8.1-rc1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
ZNC 1.8.1-rc1

znc-1.8.0

Toggle znc-1.8.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
DarthGandalf Alexey Sokolov
ZNC 1.8.0

New
* Output of various commands (e.g. `/znc help`) was switched from a table to a list
* Support IP while verifying SSL certificates
* 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
* Fix null dereference on startup when reading invalid config
* Don't show server passwords on ZNC startup
* Fix build with newer OpenSSL
* Fix in-source CMake build
* Fix echo-message for `status`

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
* modtcl: Added GetNetworkName
* partyline: Module is removed
* q: Module is removed
* route_replies: Handle more numerics
* sasl: Fix sending of long authentication information
* shell: Unblock signals when spawning child processes
* simple_away: Convert to UTC time
* watch: Better support multiple clients
* webadmin: Better wording for TrustPKI setting

Internal
* Refactor the way how SSL certificate is checked to simplify future socket-related refactors
* 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
* Make de-escaping less lenient

znc-1.7.5

Toggle znc-1.7.5's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
DarthGandalf Alexey Sokolov
ZNC 1.7.5

* modpython: Add support for Python 3.8
* modtcl: install .tcl files when building with CMake
* nickserv: report success of Clear commands
* Update translations, add Italian, Bulgarian, fix name of Dutch
* Update error messages to be clearer
* Add a deprecation warning to ./configure to use CMake instead in addition to an already existing warning in README

znc-1.7.5-rc1

Toggle znc-1.7.5-rc1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
ZNC 1.7.5-rc1

znc-1.7.4

Toggle znc-1.7.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
DarthGandalf Alexey Sokolov
ZNC 1.7.4

== Fixes ==
* This is a security release to fix CVE-2019-12816 (remote code execution by existing non-admin users). Thanks to Jeriko One for the bugreport.
* Send "Connected!" messages to client to the correct nick.

== Internal ==
* Increase znc-buildmod timeout in the test.

znc-1.7.4-rc1

Toggle znc-1.7.4-rc1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
ZNC 1.7.4-rc1

znc-1.7.3

Toggle znc-1.7.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
DarthGandalf Alexey Sokolov
ZNC 1.7.3

== Fixes ==
This is a security release to fix CVE-2019-9917. Thanks to LunarBNC for the bugreport.

== New ==
Docker only: the znc image now supports --user option of docker run.