Software:ZNC

From HandWiki
Short description: IRC bouncer
ZNC
ZNC Web Interface.png
ZNC 1.6.3 Web Interface
Developer(s)prozac (SHiZNO), imaginos, psychon, crox, and others
Stable release
1.8.2[1] (September 7, 2020; 3 years ago (2020-09-07)) [±]
Repositorygithub.com/znc/znc
Written inC++
Operating systemUnix-like, Microsoft Windows[2]
TypeIRC bouncer
License2013: Apache-2.0[3]
2006: GPL-2.0-only[4]
Websiteznc.in

ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC. It supports Transport Layer Security connections and IPv6.

ZNC is written in C++ and licensed under the Apache-2.0 license.

The main program, which already features multiple users, per channel playback buffers and transparent DCC bouncing, can be extended using modules. Modules can be written in Python, Perl, Tcl, or C++.[5] Available modules comprise logging functionality, Blowfish encryption, user and channel management, away functionality, a partyline and more.[6] A very popular module is webadmin: it provides a way to manage users and channels conveniently using only a web browser. ZNC also supports ident spoofing via oidentd.[7]

ZNC has been in development since July 2004[8][9] as an alternative to psyBNC and new releases are made regularly. It has received favorable reviews,[10][11] especially in comparison to psyBNC, and has an active community on IRC.

In mid-2009, ZNC's popularity among iPhone users increased after notification modules for Colloquy[12] and Growl[13] were published.

Since 2012, IRC clients[14][15][16] started to integrate with ZNC: while sending channel buffers to the client, ZNC uses a timestamp indicating when each message was received, and the client shows this instead of the time when the client received the buffer. This functionality is implemented as a protocol extension.[17]

References

  1. "ZNC download page". https://znc.in/releases/. 
  2. "ZNC (an advanced IRC bouncer), now available for Microsoft Windows!". https://code.google.com/p/znc-msvc/. 
  3. "Change ZNC license to Apache 2.0". 2013-06-13. https://github.com/znc/znc/commit/b2dcad5fd49e6c0d604de38c311db0e08ed061a7. 
  4. "Added license info". 2006-09-13. https://github.com/znc/znc/commit/8f9f65357c48d30a35fb66df58d4cbd4b843eae9. 
  5. "Official ZNC site". 2012-04-11. https://znc.in/. 
  6. "Modules list on ZNC site". 2012-01-29. https://wiki.znc.in/Modules. 
  7. "Using ident spoofs". 2012-03-25. https://wiki.znc.in/Using_ident_spoofs. 
  8. "ZNC History". 2010-06-01. https://wiki.znc.in/History. "<SHiZNO> psychon: znc's first commit was 2004-07-20 17:39:19" 
  9. "SourceForge revision history". http://sourceforge.net/p/znc/code/1/. 
  10. "ZNC on Open Hub". Black Duck Open Hub. https://www.openhub.net/p/znc/reviews/summary. 
  11. Lederer, Christian “phrozen77″ (2009-12-22). "IRC bouncer comparison". IRC-Junkie.org. http://www.irc-junkie.org/2009-12-22/irc-bouncer-comparison/. "Summing it up, ZNC is the winner because it is the most feature-complete and…" 
  12. "Push Notifications". http://colloquy.info/project/wiki/PushNotifications. 
  13. "Prowl". 2011-12-17. https://wiki.znc.in/Prowl. 
  14. "Tags in IRC messages". WeeChat dev news. 2012-11-27. http://dev.weechat.org/post/2012/11/27/Tags-in-IRC-messages. 
  15. "HexChat 2.9.6 released". 2013-09-11. https://hexchat.github.io/news/2.9.6.html. "Added server-time support so bouncers like ZNC can print their playback and show native timestamps." 
  16. "mIRC list of changes" (TXT). 2014-05-27. http://www.mirc.com/whatsnew.txt. "Added CAP server-time and znc.in/server-time[-iso] support." 
  17. Skunnyk (2013-09-03). "Use Irc Server-Time capabilities with znc and hexchat/weechat". http://blog.alteroot.org/articles/2013-09-03/irc-server-time.html. 

External links