From b2e81122af9b41510143ca7ec0d02dfadfdf958b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 22 Oct 2019 23:03:06 -0400 Subject: Add README.7 --- README.7 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.7 (limited to 'README.7') diff --git a/README.7 b/README.7 new file mode 100644 index 0000000..562dbe6 --- /dev/null +++ b/README.7 @@ -0,0 +1,35 @@ +.Dd October 22, 2019 +.Dt README 7 +.Os "Causal Agency" +. +.Sh NAME +.Nm linger +.Nd IRC bouncer +. +.Sh DESCRIPTION +.Nm +requires LibreSSL +.Pq Fl ltls +and targets +.Fx . +. +.Sh FILES +.Bl -tag -width "bounce.h" -compact +.It Pa bounce.h +function prototypes 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 linger 1 -- cgit 1.4.1