diff options
author | Sean Donner <sean.donner at gmail dot com> | 2010-05-13 00:38:51 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:38:51 +0200 |
commit | 4f9f68bc7df2a473fc694ab3e36618f53be78770 (patch) | |
tree | abe1afbe8285748836b0acad098b262aca8273a6 /network/znc/README | |
parent | 42be282add0d1d8597cd9fce499e6c3bababcb09 (diff) | |
download | slackbuilds-4f9f68bc7df2a473fc694ab3e36618f53be78770.tar.gz |
network/znc: Updated for version 0.076
Diffstat (limited to 'network/znc/README')
-rw-r--r-- | network/znc/README | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/network/znc/README b/network/znc/README index 7a352cbed2..b2c3953f3d 100644 --- a/network/znc/README +++ b/network/znc/README @@ -1,4 +1,4 @@ -ZNC is an advanced IRC bouncer +ZNC is an advanced IRC bouncer. 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 @@ -15,9 +15,15 @@ simply run the build script like this: IPv6 support is also enabled by default; to disable it, run the script as: WITH_IPV6=no ./znc.SlackBuild +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 + 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. +See README.SLACKWARE for configuration information. |