summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
llow=1'>Set FCEDIT=$EDITORJune McEnroe 2018-08-18Only post commits with bodies to MastodonJune McEnroe 2018-08-18Run tf/cfg link script with /bin/shJune McEnroe 2018-08-18Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe type is an alias for whence -v and is more for human consumption. 2018-08-18Cut off path components until right prompt fitsJune McEnroe Keeps paths valid (from somehwere) rather than abrupt truncation. 2018-08-17Add "private" alias to source encrypted fileJune McEnroe Why is there no easy way to *edit* an encrypted file? 2018-08-17Add vim mapping to add a #includeJune McEnroe