kinda fork of catgirl irc client with bx's personal tweeks, original client: https://git.causal.agency/catgirl/
 
 
 
 
 
Go to file
Curtis McEnroe ede343431f
Never send PRIVMSG to TagStatus or TagVerbose
2018-09-13 22:10:14 -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 Factor out IRC formatting parsing 2018-09-12 20:23:45 -04:00
README Factor out IRC formatting parsing 2018-09-12 20:23:45 -04:00
chat.c Move event loop to event.c 2018-09-06 00:41:06 -04:00
chat.h Move color selection to format.c 2018-09-13 16:16:11 -04:00
chatte.1 Add note about C-o 2018-09-12 22:56:11 -04:00
edit.c Fix weird tab-complete after comma 2018-09-13 01:50:46 -04:00
event.c Add /man command 2018-09-10 19:18:26 -04:00
format.c Move color selection to format.c 2018-09-13 16:16:11 -04:00
handle.c Move color selection to format.c 2018-09-13 16:16:11 -04:00
input.c Never send PRIVMSG to TagStatus or TagVerbose 2018-09-13 22:10:14 -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
man.sh Set LESSSECURE=1 in man.sh 2018-09-10 19:46:07 -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 Avoid uninitialized x in uiRead 2018-09-13 15:39:40 -04:00
url.c Add urlOpenMatch 2018-09-11 14:36:30 -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
	format.c    IRC formatting
	ui.c        Curses UI
	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
	man.sh         man(1) implementation for chroot