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

From ZNC
Jump to navigation Jump to search
No edit summary
Line 66: Line 66:
* Make it possible for modules to send values in CAP LS {{git|d49168b9}}
* Make it possible for modules to send values in CAP LS {{git|d49168b9}}
* Send multiline CAP LS response for IRCv3.2 clients {{git|b57d794a}}
* Send multiline CAP LS response for IRCv3.2 clients {{git|b57d794a}}
* Remove coverity badge too {{git|f2ebee26}}
* Update badges {{git|525aac56}}
* Use patched cctz for now {{git|6f199ac0}}
* Use patched cctz for now {{git|6f199ac0}}
* Add test for different timezones {{git|4fc9429d}}
* Add test for different timezones {{git|4fc9429d}}
Line 78: Line 76:
* Update Csocket submodule {{git|42fdf9b4}}
* Update Csocket submodule {{git|42fdf9b4}}
* CI: update comment {{git|7c6dc23f}}
* CI: update comment {{git|7c6dc23f}}
* Bump docker/build-push-action from 2 to 3 {{git|9e5cf050}}
* Add ParseServerTime TZ fix and tests {{git|2a6a1d70}}
* Add ParseServerTime TZ fix and tests {{git|2a6a1d70}}
* Add Portuguese translations/ files {{git|aebdf764}}
* Add Portuguese translations/ files {{git|aebdf764}}
* CI: Update instructions how to setup freebsd image {{git|f61eed7b}}
* CI: Update instructions how to setup freebsd image {{git|f61eed7b}}
* Bump actions/checkout from 2 to 3 {{git|f0b3d313}}
* Bump codecov/codecov-action from 1 to 3 {{git|1358b720}}
* Bump actions/upload-artifact from 2 to 3 {{git|f60256d4}}
* Bump docker/login-action from 1 to 2 {{git|4d1f4c6a}}
* Bump docker/metadata-action from 3 to 4 {{git|d019b588}}
* Check for github action updates monthly {{git|187b2ce2}}
* Check for github action updates monthly {{git|187b2ce2}}
* CI: stop testing on 32bit cygwin {{git|1016c44c}}
* CI: stop testing on 32bit cygwin {{git|1016c44c}}

Revision as of 02:43, 8 February 2024

← 1.8.2 ZNC 1.9.0 git →



See https://github.com/znc/znc/compare/znc-1.9.0...master for a list of changes since 1.9.0 stable.

New

  • Require C++17 compiler. That is, GCC 8+ or Clang 5+. (#1887)
  • Remove autoconf, leave only CMake as the build system. The configure script is now merely a wrapper for CMake, and accepts mostly the same parameters as the old configure. Minimum supported CMake version is 3.13.
  • Update password hashing algorithm from SHA-256 to Argon2id (if libargon2 is installed). Existing passwords are transparently upgraded upon login. (#1879)

Fixes

  • Don't send invalid 333 (RPL_TOPICWHOTIME) to client if topic owner is unknown (#1889)
  • Fix build with SWIG 4.2.0

Modules

Internal