From ad2447402d7a90d6bff6fb2f3e2fdbcf77c66a61 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 2 Oct 2021 01:51:29 +0000 Subject: OpenBSD: Add port for pounce --- OpenBSD/net/pounce/pkg/DESCR | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 OpenBSD/net/pounce/pkg/DESCR (limited to 'OpenBSD/net/pounce/pkg/DESCR') diff --git a/OpenBSD/net/pounce/pkg/DESCR b/OpenBSD/net/pounce/pkg/DESCR new file mode 100644 index 0000000..6858864 --- /dev/null +++ b/OpenBSD/net/pounce/pkg/DESCR @@ -0,0 +1,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. -- cgit 1.4.1