Developer(s) | prozac (SHiZNO), imaginos, psychon, crox, and others |
---|---|
Stable release | 1.9.1[1]
/ 3 July 2024 |
Repository | github |
Written in | C++ |
Operating system | Unix-like, Microsoft Windows[2] |
Type | IRC bouncer |
License | 2013: Apache-2.0[3] 2006: GPL-2.0-only[4] |
Website | znc |
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]
<SHiZNO> psychon: znc's first commit was 2004-07-20 17:39:19
Summing it up, ZNC is the winner because it is the most feature-complete and…
{{cite web}}
: CS1 maint: numeric names: authors list (link)
Added server-time support so bouncers like ZNC can print their playback and show native timestamps.
Added CAP server-time and znc.in/server-time[-iso] support.