2018-08-04 18:00:54 -04:00
|
|
|
Simple IRC client for use over anonymous SSH.
|
|
|
|
|
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
|
|
|
|
chat.c Command line parsing and poll loop
|
2018-08-08 16:59:26 -04:00
|
|
|
ui.c Curses UI and mIRC formatting
|
|
|
|
edit.c Line editing
|
2018-08-04 18:00:54 -04:00
|
|
|
irc.c TLS client connection
|
|
|
|
input.c Input command handling
|
|
|
|
handle.c Incoming command handling
|
2018-08-07 14:58:32 -04:00
|
|
|
tab.c Tab-complete
|
2018-08-06 14:19:52 -04:00
|
|
|
pls.c Functions which should not have to be written
|