kinda fork of catgirl irc client with bx's personal tweeks, original client: https://git.causal.agency/catgirl/
 
 
 
 
 
Go to file
Curtis McEnroe 311795bf41
Return a format->split even at the end of the string
2018-09-13 15:11:05 -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 Rewrite UI again 2018-09-13 01:03:47 -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 Return a format->split even at the end of the string 2018-09-13 15:11:05 -04:00
handle.c Rewrite UI again 2018-09-13 01:03:47 -04:00
input.c Add /help equivalent to /man 2018-09-11 16:10:49 -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 Rewrite UI again 2018-09-13 01:03:47 -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