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

From ZNC
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
ZNC 0.000 0.043 →


This is the changelog for older ZNC versions.

Older Features

  • Detaching - ZNC will stay on IRC while you're not connected
  • Multiple Users - Have multiple ZNC accounts in one running process
  • Playback Buffers - Keep track of what happened in channels and privmsgs while you were detached
  • SSL - Encrypted connections to/from IRC and to/from your client
  • DCC Bouncing - Filter incoming and outgoing DCC requests and route them through ZNC to hide your ip
  • C++ Modules - Dynamically loaded shared objects. Just derive from CModule and overload any needed functions such as OnPrivMsg()
  • Perl Modules - Write your own features in the easy-to-learn Perl language