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

From ZNC
Jump to navigation Jump to search
Created page with "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 [[..."
 
m DarthGandalf переименовал страницу ChangeLog/Old в ChangeLog/0.000: To make it in the begin of the sorted list
(No difference)

Revision as of 02:10, 7 November 2012

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