catgirl/README

22 lines
755 B
Plaintext
Raw Normal View History

2018-08-20 20:06:46 +00:00
IRC client originally intended for use over anonymous SSH.
2018-08-04 22:00:54 +00:00
This software requires LibreSSL and targets FreeBSD and Darwin.
2018-08-04 22:00:54 +00:00
chat.h Shared state and function prototypes
2018-09-06 04:41:06 +00:00
chat.c Command line parsing
event.c Event loop and process spawning
2018-08-20 20:06:46 +00:00
tag.c Tag (channel, query) ID assignment
handle.c Incoming command handling
input.c Input command handling
irc.c TLS client connection
2018-09-13 00:23:45 +00:00
format.c IRC formatting
ui.c Curses UI
term.c Terminal features unsupported by curses
2018-08-08 20:59:26 +00:00
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
2018-08-20 20:06:46 +00:00
sshd_config Sample anonymous SSH configuration
2018-09-10 21:44:23 +00:00
man.sh man(1) implementation for chroot