slackbuilds_ponce/network/znc/README

30 lines
1.3 KiB
Text
Raw Normal View History

ZNC is an advanced IRC bouncer
2010-05-11 20:01:47 +02:00
ZNC will remain connected to an IPv4 or IPv6 IRC server even while you
are offline. You can reattach your client at a later time and catch up
with what happened while you were gone via the history buffer. You can
2010-05-12 17:44:31 +02:00
add additional users under one running process, useful for public shells
2010-05-11 20:01:47 +02:00
that limit background processes. ZNC also supports the dynamic loading
of C++ and Perl modules.
2010-05-12 17:44:31 +02:00
The SlackBuild file for ZNC includes support for OpenSSL connections
to IRC servers. If you do not wish to include OpenSSL support in ZNC,
simply run the build script like this:
WITH_SSL=no ./znc.SlackBuild
2010-05-11 20:01:47 +02:00
2010-05-12 17:44:31 +02:00
IPv6 support is also enabled by default; to disable it, run the script as:
WITH_IPV6=no ./znc.SlackBuild
2010-05-13 00:38:51 +02:00
New since version 0.074 is the ability to use the 'c-ares' library. This
package is available on SBo and will slightly increase performance
by being able to do asynchronous DNS requests. By default this option
is off, to enable it run the script as:
WITH_CARES=yes ./znc.SlackBuild
2010-05-12 17:44:31 +02:00
This is intended to be run as a nonprivileged user - by default, the
build script uses "znc" as the user. If you wish to change it, e.g.
to use the "nobody" user, then run the script as follows:
ZNC_USER=nobody ./znc.SlackBuild
See README.SBo for configuration information.