kinda fork of catgirl irc client with bx's personal tweeks, original client: https://git.causal.agency/catgirl/
 
 
 
 
 
Go to file
Curtis McEnroe 0cf067315d
Preserve scroll position when new lines appear
2018-09-05 17:10:26 -04:00
.gitignore Name project chatte 2018-08-20 15:35:00 -04:00
LICENSE Add LICENSE file 2018-08-02 20:55:21 -04:00
Makefile Add uninstall target 2018-08-20 16:26:35 -04:00
README Add sample sshd_config 2018-08-20 16:22:33 -04:00
chat.c Use PascalCase for constants 2018-09-02 16:13:00 -04:00
chat.h Use PascalCase for constants 2018-09-02 16:13:00 -04:00
edit.c Use PascalCase for constants 2018-09-02 16:13:00 -04:00
handle.c Use PascalCase for constants 2018-09-02 16:13:00 -04:00
input.c Use PascalCase for constants 2018-09-02 16:13:00 -04:00
irc.c Use PascalCase for constants 2018-09-02 16:13:00 -04:00
log.c Use PascalCase for constants 2018-09-02 16:13:00 -04:00
pls.c Write terminating null in allocating wcs/mbs conversions 2018-09-02 13:45:00 -04:00
sshd_config Add sample sshd_config 2018-08-20 16:22:33 -04:00
tab.c Use PascalCase for constants 2018-09-02 16:13:00 -04:00
tag.c Use PascalCase for constants 2018-09-02 16:13:00 -04:00
term.c Use PascalCase for constants 2018-09-02 16:13:00 -04:00
ui.c Preserve scroll position when new lines appear 2018-09-05 17:10:26 -04:00
url.c Use PascalCase for constants 2018-09-02 16:13:00 -04:00

README

IRC client originally intended for use over anonymous SSH.

This software requires LibreSSL and targets FreeBSD and Darwin.

	chat.h      Shared state and function prototypes
	chat.c      Command line parsing and event loop
	tag.c       Tag (channel, query) ID assignment
	handle.c    Incoming command handling
	input.c     Input command handling
	irc.c       TLS client connection
	ui.c        Curses UI and mIRC formatting
	term.c      Terminal features unsupported by curses
	edit.c      Line editing
	tab.c       Tab-complete
	url.c       URL detection
	pls.c       Functions which should not have to be written

	sshd_config    Sample anonymous SSH configuration