2018-08-20 16:06:46 -04:00
|
|
|
IRC client originally intended for use over anonymous SSH.
|
2018-08-04 18:00:54 -04:00
|
|
|
|
2018-08-08 19:36:02 -04:00
|
|
|
This software requires LibreSSL and targets FreeBSD and Darwin.
|
2018-08-04 18:00:54 -04:00
|
|
|
|
|
|
|
chat.h Shared state and function prototypes
|
2018-09-06 00:41:06 -04:00
|
|
|
chat.c Command line parsing
|
|
|
|
event.c Event loop and process spawning
|
2018-08-20 16:06:46 -04:00
|
|
|
tag.c Tag (channel, query) ID assignment
|
2018-08-10 23:31:20 -04:00
|
|
|
handle.c Incoming command handling
|
|
|
|
input.c Input command handling
|
|
|
|
irc.c TLS client connection
|
2018-08-08 16:59:26 -04:00
|
|
|
ui.c Curses UI and mIRC formatting
|
2018-08-11 15:49:39 -04:00
|
|
|
term.c Terminal features unsupported by curses
|
2018-08-08 16:59:26 -04:00
|
|
|
edit.c Line editing
|
2018-08-07 14:58:32 -04:00
|
|
|
tab.c Tab-complete
|
2018-08-09 00:24:49 -04:00
|
|
|
url.c URL detection
|
2018-08-06 14:19:52 -04:00
|
|
|
pls.c Functions which should not have to be written
|
2018-08-20 16:06:46 -04:00
|
|
|
|
|
|
|
sshd_config Sample anonymous SSH configuration
|