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/git: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "{{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-1.9.0..$HEAD | cat --> <!-- Last update at eb607b9736386844dc1aac6005d6ec95e270f0c0 --> See https://github.com/znc/znc/compare/znc-{{ZNC-Version}}...master for a list of changes since {{ZNC-Version}} stable. == New == == Fixes == == Modules == == Notes for package maintainers == == Inter..." |
DarthGandalf (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
--> | --> | ||
<!-- Last update at | <!-- Last update at 7cbdb16e8d314e2b895ad073bd854a55ea98b8e9 --> | ||
See https://github.com/znc/znc/compare/znc-{{ZNC-Version}}...master for a list of changes since {{ZNC-Version}} stable. | See https://github.com/znc/znc/compare/znc-{{ZNC-Version}}...master for a list of changes since {{ZNC-Version}} stable. | ||
== New == | == New == | ||
* Implemented [https://ircv3.net/specs/extensions/chghost chghost] capability. | |||
== Fixes == | == Fixes == | ||
* Fixed the translation pipeline again, pulled latest translations from crowdin - the pipeline had broken before 1.9.1, but we didn't notice, leaving translations outdated. | |||
== Modules == | == Modules == | ||
* [[modperl]]: remove usage of given/when. | |||
* [[sasl]]: if RequireAuth is set, but SASL failed, don't disable the network, simply disconnect, and try later, because such issue is often transient, while IRC services are down. | |||
== Notes for package maintainers == | == Notes for package maintainers == | ||
== Internal == | == Internal == | ||
* Update integration tests to Qt 6 | |||
* Minor performance improvements |
Revision as of 13:33, 16 March 2025
← 1.9.1 | ZNC git |
This version is not released yet. Use at your own risk. |
See https://github.com/znc/znc/compare/znc-1.9.1...master for a list of changes since 1.9.1 stable.
New
- Implemented chghost capability.
Fixes
- Fixed the translation pipeline again, pulled latest translations from crowdin - the pipeline had broken before 1.9.1, but we didn't notice, leaving translations outdated.
Modules
- modperl: remove usage of given/when.
- sasl: if RequireAuth is set, but SASL failed, don't disable the network, simply disconnect, and try later, because such issue is often transient, while IRC services are down.
Notes for package maintainers
Internal
- Update integration tests to Qt 6
- Minor performance improvements