summaryrefslogtreecommitdiffstats
path: root/network/ngircd/README
blob: 39f5d9062e60b51ab23ad4d5cbd8f7769e8dce46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ngircd (Next Generation IRC Daemon)

ngIRCd is a portable IRC daemon written from scratch.  It is easy to
configure, supports server links (even with original ircds), and runs
on hosts with changing IP addresses (such as dial-in networks).

This defaults to using gnutls for SSL support; if you prefer to use
openssl (which will result in a non-redistributable package), then
pass "SSLTYPE=openssl" to the script when running it.

libident is an optional dependency; to enable it, pass IDENT=YES to
the build script.