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/0.052: Difference between revisions

From ZNC
Jump to navigation Jump to search
ar
 
No edit summary
 
Line 1: Line 1:
=== 0.052 ===
{{ChangeLog}}


* Added [[saslauth]] module.
* Added [[saslauth]] module.
Line 22: Line 22:
* Some dead code / code duplications removed.
* Some dead code / code duplications removed.
* Rewrote Makefile.ins and don't strip binaries anymore by default.
* Rewrote Makefile.ins and don't strip binaries anymore by default.
[[Category:ChangeLog]]

Latest revision as of 09:51, 2 April 2017

← 0.050 ZNC 0.052 0.054 →


  • Added saslauth module.
  • Add del command to autoattach.
  • Make awaynick save its settings and restore them when it is loaded again.
  • Added disconnect and connect commands to *status.
  • CTCPReply = VERSION now ignores ctcp version requests (as long as no client is attached). This works for every CTCP request.
  • Add -W to our default CXXFLAGS.
  • Remove save command from perform, it wasn't needed.
  • Add list command to stickychan.
  • --with-module-prefix=x now really uses x and not x/znc (Inspired by CNU :) ).
  • Use a dynamic select timeout (sleep until next cron runs). This should save some CPU time.
  • Fix NAMESX / UHNAMES, round two (multi-client breakage).
  • Module API change (without any breakage): OnLoad gets sMessage instead of sErrorMsg.
  • Fix a mem-leak.
  • Disable auto-rejoin on kick and add module kickrejoin.
  • Respect $CXXFLAGS env var in configure.
  • Removed some executable bits on graphiX' images.
  • Added README file and removed docs/.
  • Removed the antiidle module.
  • Fixes for GCC 4.3 (Debian bug #417793).
  • Some dead code / code duplications removed.
  • Rewrote Makefile.ins and don't strip binaries anymore by default.