.Dd October 25, 2019 .Dt README 7 .Os "Causal Agency" . .Sh NAME .Nm pounce .Nd IRC pouncer :3 . .Sh DESCRIPTION .Nm 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. . .Pp .Nm requires LibreSSL .Pq Fl ltls and targets .Fx . . .Sh FILES .Bl -tag -width "bounce.h" -compact .It Pa bounce.h common declarations and default paths .It Pa bounce.c command line parsing and event loop .It Pa listen.c local server functions .It Pa server.c remote server functions .It Pa client.c remote client functions .It Pa state.c state shared between clients .It Pa ring.c buffer between server and clients .El . .Sh SEE ALSO .Xr pounce 1