Go to file
Curtis McEnroe e5f0c63e7f
Include time.h for time_t in chat.h
2018-09-02 00:09:36 -04:00
.gitignore
LICENSE
Makefile
README
chat.c
chat.h Include time.h for time_t in chat.h 2018-09-02 00:09:36 -04:00
edit.c Remove unnecessary include 2018-08-20 18:51:11 -04:00
handle.c Remove FIXME for tracking tags in WHO handling 2018-08-20 19:30:57 -04:00
input.c
irc.c
log.c
pls.c Add wcsnchr, wcsnrchr, awcsntombs 2018-08-20 18:43:16 -04:00
sshd_config
tab.c Don't clobber tab order on /who 2018-08-20 19:11:44 -04:00
tag.c
term.c
ui.c
url.c

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 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