summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-22 23:03:06 -0400
committerJune McEnroe <june@causal.agency>2019-10-22 23:03:06 -0400
commitb2e81122af9b41510143ca7ec0d02dfadfdf958b (patch)
tree5d5aa944acfa8726c3fdab7fb2faaf4a37c72817 /README.7
parentImplement serverLogin (diff)
downloadpounce-b2e81122af9b41510143ca7ec0d02dfadfdf958b.tar.gz
pounce-b2e81122af9b41510143ca7ec0d02dfadfdf958b.zip
Add README.7
Diffstat (limited to 'README.7')
-rw-r--r--README.735
1 files changed, 35 insertions, 0 deletions
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