blob: 68588642ad137556541179b528eb339311b80284 (
plain) (
blame)
1
2
3
4
5
6
7
|
pounce 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.
|