kinda fork of catgirl irc client with bx's personal tweeks, original client: https://git.causal.agency/catgirl/
 
 
 
 
 
Go to file
Curtis McEnroe 24b1d1f3d5
Split keys into subsections and document colors
2018-09-10 15:27:25 -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 Move event loop to event.c 2018-09-06 00:41:06 -04:00
README Move event loop to event.c 2018-09-06 00:41:06 -04:00
chat.c Move event loop to event.c 2018-09-06 00:41:06 -04:00
chat.h Move event loop to event.c 2018-09-06 00:41:06 -04:00
chatte.1 Split keys into subsections and document colors 2018-09-10 15:27:25 -04:00
edit.c Use PascalCase for constants 2018-09-02 16:13:00 -04:00
event.c Move event loop to event.c 2018-09-06 00:41:06 -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 Fix reverse iteration in urlOpen 2018-09-08 00:14:15 -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
	event.c     Event loop and process spawning
	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