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 17: Line 17:
== Internal ==
== Internal ==


* Add argon to readme {{git|8d34d9c8}}
* Make modperl support AddServerDependentCapability {{git|2b3b224b}}
* Make modperl support AddServerDependentCapability {{git|2b3b224b}}
* Make modpython work with server-dependent caps {{git|efd136c0}}
* Make modpython work with server-dependent caps {{git|efd136c0}}
Line 32: Line 31:
* Update comments, namespace some internal modpython functions {{git|64ce25e5}}
* Update comments, namespace some internal modpython functions {{git|64ce25e5}}
* Fix build with SWIG 4.2.0 {{git|3f4c1cce}}
* Fix build with SWIG 4.2.0 {{git|3f4c1cce}}
* Force argon support in CI {{git|6aef3155}}
* Progress {{git|66137bd8}}
* Progress {{git|66137bd8}}
* Welcome to 2024 [skip ci] {{git|17a004aa}}
* Add comments to header {{git|52a9752e}}
* Add comments to header {{git|52a9752e}}
* Force argon support in CI {{git|a2ac2431}}
* Cleanup ZNC_LVREFQUAL {{git|0a355636}}
* Cleanup ZNC_LVREFQUAL {{git|0a355636}}
* Require C++ version via cmake features {{git|157095fd}}
* Require C++ version via cmake features {{git|157095fd}}
Line 43: Line 39:
* Use C++17 {{git|53f0751f}}
* Use C++17 {{git|53f0751f}}
* Fix modpython to show list of available modules {{git|aa501665}}
* Fix modpython to show list of available modules {{git|aa501665}}
* Update docker alpine to 3.18 {{git|bf5805d9}}
* Add a comment {{git|ce04d4c6}}
* Add a comment {{git|ce04d4c6}}
* Bump cmake requirements in subprojects too {{git|2b9a582d}}
* Bump cmake requirements in subprojects too {{git|2b9a582d}}
Line 87: Line 82:
* CI: update comment {{git|7c6dc23f}}
* CI: update comment {{git|7c6dc23f}}
* Bump docker/build-push-action from 2 to 3 {{git|9e5cf050}}
* Bump docker/build-push-action from 2 to 3 {{git|9e5cf050}}
* Welcome to 2023 {{git|f9fd05c3}}
* 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}}
Line 132: Line 126:
* Port updater of docs.znc.in from travis to github actions {{git|8be5e4ce}}
* Port updater of docs.znc.in from travis to github actions {{git|8be5e4ce}}
* Replace github actions badge with one via shields.io for consistency {{git|01877fcb}}
* Replace github actions badge with one via shields.io for consistency {{git|01877fcb}}
* Replace Travis badge with Github Actions {{git|22cb2d1e}}
* Fix tarball testing in github actions after .github/ removal {{git|5b5085e4}}
* Fix tarball testing in github actions after .github/ removal {{git|5b5085e4}}
* Docker git version: fix versio, update alpine {{git|c97e2b18}}
* Docker git version: fix versio, update alpine {{git|c97e2b18}}
Line 147: Line 140:
* Fix controlpanel output {{git|4393b9d9}}
* Fix controlpanel output {{git|4393b9d9}}
* change message when staying in foreground {{git|57c94b8b}}
* change message when staying in foreground {{git|57c94b8b}}
* Welcome to 2021 {{git|99687b0f}}
* znc-buildmod: output where the module was written to {{git|25a88004}}
* znc-buildmod: output where the module was written to {{git|25a88004}}
* Fix znc-buildmod -v in cmake build {{git|a2d16817}}
* Fix znc-buildmod -v in cmake build {{git|a2d16817}}
Line 159: Line 151:
* WIP fix autotop {{git|38081d5a}}
* WIP fix autotop {{git|38081d5a}}
* sasl: don't forward 908 numeric to clienT {{git|f9fc9b40}}
* sasl: don't forward 908 numeric to clienT {{git|f9fc9b40}}
* Dockerfile: upgrade Alpine to 3.12 {{git|eeea60f5}}
* Use 1.8.x again {{git|a11866fe}}
* Show channel indexes in ListChans command {{git|dbd47b24}}
* Show channel indexes in ListChans command {{git|dbd47b24}}
* Respect order of subconfigs in znc.conf {{git|926d140a}}
* Respect order of subconfigs in znc.conf {{git|926d140a}}
Line 179: Line 169:
* Looks like appveyor cygwin doesn't like such symlinks. Make it explicitly relative {{git|3bd7c899}}
* Looks like appveyor cygwin doesn't like such symlinks. Make it explicitly relative {{git|3bd7c899}}
* Update comment {{git|87ed28f7}}
* Update comment {{git|87ed28f7}}
* Rename configure.sh cmake wrapper to configure {{git|84d8375a}}

Revision as of 02:25, 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

  • 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.

Fixes

  • Don't send 333 (RPL_TOPICWHOTIME) to client if topic owner is unknown (#1889)

Modules

Internal