summary refs log tree commit diff
path: root/README.7
blob: 6223c4f441958b7c4cd5d78bd4a931c32c5e970f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.Dd October 25, 2019
.Dt README 7
.Os "Causal Agency"
.
.Sh NAME
.Nm pounce
.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 pounce 1