kinda fork of catgirl irc client with bx's personal tweeks, original client: https://git.causal.agency/catgirl/
 
 
 
 
 
Go to file
Curtis McEnroe 86e80edfcd
Add /man command
2018-09-10 19:18: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 Install man page in chroot 2018-09-10 17:44:23 -04:00
README Install man page in chroot 2018-09-10 17:44:23 -04:00
chat.c Move event loop to event.c 2018-09-06 00:41:06 -04:00
chat.h Add /man command 2018-09-10 19:18:26 -04:00
chatte.1 Add /man command 2018-09-10 19:18:26 -04:00
edit.c Use PascalCase for constants 2018-09-02 16:13:00 -04:00
event.c Add /man command 2018-09-10 19:18:26 -04:00
handle.c Use PascalCase for constants 2018-09-02 16:13:00 -04:00
input.c Add /man command 2018-09-10 19:18:26 -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 Install man page in chroot 2018-09-10 17:44:23 -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 Add /man command 2018-09-10 19:18:26 -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
	man.sh         man(1) implementation for chroot