mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
5f26d16e6a
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
19 lines
862 B
Text
19 lines
862 B
Text
pounce(1) is a multi-client, TLS-only IRC bouncer. It maintains a
|
|
persistent connection to an IRC server, acting as a proxy and buffer for
|
|
a number of clients. When a client connects, any messages received
|
|
since it last disconnected will be relayed to it. Unlike some other
|
|
bouncers, pounce uses a single buffer for all IRC messages, which acts
|
|
as a queue from which each client reads messages independently.
|
|
|
|
pounce speaks regular modern IRC to both servers and clients, using the
|
|
server-time extension to indicate when messages originally occurred.
|
|
Clients identify themselves to pounce by their IRC usernames. See
|
|
QUIRKS(7) for notes on connecting pounce with particular networks and
|
|
clients.
|
|
|
|
Also included are pounce-notify(1) and pounce-palaver(1)
|
|
|
|
DEPENDENCIES
|
|
|
|
pounce requires either libtls or libressl. libtls is the smaller,
|
|
faster build of the two.
|