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.

ZNC and Multiclient: Difference between pages

From ZNC
(Difference between pages)
Jump to navigation Jump to search
>Dandv
→‎External Links: Add where to report bugs
 
added entry for easier referencing
Tag: New redirect
 
Line 1: Line 1:
__NOTOC__ {{Languages}}
#REDIRECT [[Multiple_clients]]
 
Welcome to the '''ZNC wiki''' where you may find and publish information about '''ZNC''', an advanced [http://en.wikipedia.org/wiki/BNC_%28software%29#IRC IRC bouncer] that is left connected so an IRC client can disconnect/reconnect without losing the chat session. Feel free to update pages which you think are improvable and don't hesitate to ask for help.
 
[[File:Znc-0.99-black.png|right]]
 
You can find us in [irc://irc.efnet.org/znc #znc on EFNet] or on [irc://irc.freenode.net/znc freenode].
 
The latest stable release is '''{{ZNC-Version}}''' ([[ChangeLog]]).
 
== Download ZNC {{ZNC-Version}} ==
You can find the latest stable release '''[http://znc.in/releases/znc-{{ZNC-Version}}.tar.gz <span style="color:#7F0000">here</span>]'''!
 
Or you can try testing version, using [[git]] or from '''[http://znc.in/releases/znc-1.0-beta1.tar.gz <span style="color:#7F0000">ZNC 1.0-beta1</span>]''' tarball!
 
== How does it work? ==
* Install ZNC on your server.
* Generate an initial [[configuration]] via <code>znc --makeconf</code>.
** '''For each IRC network, you need to create a ZNC user.'''
** For example, use one user for Freenode, one user for EFnet, one user for Quakenet, etc.
** You can later change settings (add more users, tune existing ones, etc.) via the [[webadmin|web interface]] or from [[admin|IRC]].
* Configure your IRC client to connect to your ZNC server.
** It's a good idea to use <code>username:password</code> as the '''password''' in your client, so that ''(even for broken clients)'' ZNC can figure out which user you are connecting as.
* Read the [[FAQ]] if you run into any problems. Feel free to ask on IRC if you need more help.
* Enjoy! (Profit?)
 
== Main Features ==
 
; [[Modules|Modules]] : ZNC supports dynamic loading of [[Writing modules|C++]], [[modperl|Perl]], [[modpython|Python]] and [[modtcl|Tcl]] modules. To get a list of the available modules and more information follow the link.
; [[Detaching]] : ZNC will remain connected to IRC even while you are offline. You can then reattach later and catch up with what happened while you were gone, and your nick (and operator status) will have been kept for you.
; Multiple Users : You can add additional users under one running process. Useful for public shells that limit background processes. Each user can connect to one IRC network.
; Multiple Clients : Connect to the same user with as many clients as you want.
; Playback Buffers : Stay up-to-date with what happened and when it happened while you were detached, [[timestamps]] are also printed and can be manually configured.
; SSL Support : Encryption for both the listen port and connecting to IRC servers. If your system has OpenSSL, ZNC automatically supports SSL connections.
; IPv6 Support : Both IPv4 and IPv6 address families just work, if your system supports them.
; Partyline : Using the global [[partyline]] module, you can join channels and query users on the internal ZNC network
; Web Administration : Using the global [[webadmin]] module, admins can add/remove/edit users and global settings and non admins can edit their own user settings. [[Image:Webadmin-settings-dark-clouds.png|thumb|Screenshot of the [[Webadmin]] module in action]]
 
== Getting started ==
* [[Portability]]
* [[Installation|Download and Installation]]
* [[Configuration]]
* [[FAQ]]
* [[Using commands|Using ZNC]]
 
=== Further Info ===
* [[Using ident spoofs|Setting up ident spoofs via oidentd]]
* [[Chroot]]
* [[ZNC Backup]]
* [[Running ZNC as a system daemon]]
* [[StartSSL|Using signed SSL cert]]
* [[History]]
 
=== Writing modules ===
* [[Writing modules|Writing C++ modules]]
* [[modperl|Writing Perl modules]]
* [[modtcl|Writing Tcl modules]]
* [[modpython|Writing Python modules]]
* [[Debugging]]
 
== External Links ==
'''Please note that as of February 2011 we have abandoned SourceForge and moved to GitHub.'''
* [https://github.com/znc/znc ZNC project page on GitHub] - report bugs/issues here
* [http://freshmeat.net/projects/znc ZNC on FreshMeat]
* [http://www.ohloh.net/p/znc ZNC on Ohloh]
 
[[Category:ZNC]]

Latest revision as of 20:15, 2 November 2021

Redirect to: