diff options
author | June McEnroe <june@causal.agency> | 2020-08-06 18:46:51 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-06 18:48:00 +0000 |
commit | 53301b81f62359dc647e8f1fe22f0e1b456e818f (patch) | |
tree | 101bf07033c4aad06305a52a691b7a36c3ce143c /irc/pounce/pkg-descr | |
parent | Ignore work directories (diff) | |
download | ports-53301b81f62359dc647e8f1fe22f0e1b456e818f.tar.gz ports-53301b81f62359dc647e8f1fe22f0e1b456e818f.zip |
Add pounce port
Diffstat (limited to 'irc/pounce/pkg-descr')
-rw-r--r-- | irc/pounce/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/irc/pounce/pkg-descr b/irc/pounce/pkg-descr new file mode 100644 index 0000000..68679a2 --- /dev/null +++ b/irc/pounce/pkg-descr @@ -0,0 +1,5 @@ +pounce is a multi-client, TLS-only IRC bouncer. It takes a simple +approach, using a multiple-consumer ring buffer and the IRCv3.2 +server-time extension to communicate with clients. + +WWW: https://git.causal.agency/pounce/ |