Curtis McEnroe e5663d45df
Add aswprintf
The format string won't get checked but I'm not sure I can reasonably
use the same hack.
2018-09-02 01:03:12 -04:00
2018-08-20 15:35:00 -04:00
2018-08-17 21:50:45 -04:00
2018-09-02 01:03:12 -04:00
2018-08-20 18:51:11 -04:00
2018-09-02 00:13:27 -04:00
2018-08-18 20:17:08 -04:00
2018-08-17 14:00:08 -04:00
2018-08-02 20:55:21 -04:00
2018-08-18 00:02:38 -04:00
2018-08-20 16:26:35 -04:00
2018-09-02 01:03:12 -04:00
2018-08-20 16:22:33 -04:00
2018-08-20 16:22:33 -04:00
2018-08-20 19:11:44 -04:00
2018-08-12 23:55:12 -04:00
2018-08-14 15:34:10 -04:00
2018-09-02 01:01:41 -04:00

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
Description
kinda fork of catgirl irc client with bx's personal tweeks, original client: https://git.causal.agency/catgirl/
Readme 1 MiB
Languages
C 86.9%
Roff 10%
Shell 1.1%
Objective-C 1%
Makefile 0.9%