catgirl/README

16 lines
547 B
Plaintext
Raw Normal View History

2018-08-04 22:00:54 +00:00
Simple IRC client for use over anonymous SSH.
This software requires LibreSSL and targets FreeBSD and Darwin.
2018-08-04 22:00:54 +00:00
chat.h Shared state and function prototypes
chat.c Command line parsing and event loop
tag.c Tag (channel, query) management
handle.c Incoming command handling
input.c Input command handling
irc.c TLS client connection
2018-08-08 20:59:26 +00:00
ui.c Curses UI and mIRC formatting
edit.c Line editing
2018-08-07 18:58:32 +00:00
tab.c Tab-complete
url.c URL detection
pls.c Functions which should not have to be written