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
(Redirected from ChangeLog/Old)
ZNC 0.000 | 0.043 → |
This is an old ZNC version. If you still use it, please consider upgrading to 1.9.1. |
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