IABSD.fr/ports/net/pounce

Branch :


Log

Author Commit Date CI Message
769bdf1f 2026-04-07 06:12:46 update net/pounce to 3.2
55450994 2024-11-23 12:29:26 net/pounce: enable notify and palaver it adds sqlite3 and curl dependencies, but are common enought.
de4df16c 2024-11-19 09:22:01 net/pounce: backport c23e879d060730d6b9484fd7c6554f11ad76b5fa Handle 004 RPL_MYINFO with fewer parameters while here, take maintainer on op@ proposition ok op@
a34bba28 2023-09-27 14:17:59 MASTER_SITES -> SITES catch one MASTER_SITES0 that wasn't actually in use
e4404c8a 2023-02-09 08:56:39 update net/pounce to 3.1 fixes a segfault in IRC command parsing which can be triggered by clients. (plus other minor bug fixes, compatibility issues, etc) full changelog: https://git.causal.agency/pounce/tag/?h=3.1
3d1824fe 2022-10-20 19:29:29 net/pounce: unbreak calico: needs to unveil the directory with the sockets as RW. based on a patch from june [at] casual [dot] agency (upstream), thanks!
b32d4a3d 2022-03-10 15:21:48 remove rcs IDs in ports where I'm listed as MAINTAINER
1c7cb3a4 2021-11-28 09:52:53 fix slightly incorrect license, pounce is actually GPLv3+ OK sthen@
1055664e 2021-11-28 08:19:09 Import pounce-3.0 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. OK kn@ and sthen@