summary refs log tree commit diff
path: root/README
blob: 8737aeaf8dc0e621cea52b26b042d77d5a3f678c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
ommit/gfx/gfx.7?id=56e8803c62da1f2a31e19b2b5ac460566f8e5d38&follow=1'>Rewrite gfx.7 and render plaintext READMEJune McEnroe 2018-09-11Remove GAMES from BINSJune McEnroe 2018-09-11Rewrite bin.7 and render to plaintext READMEJune McEnroe 2018-09-11Add "blank" lines to man pagesJune McEnroe 2018-09-10Add mdoc syntax fileJune McEnroe 2018-09-08Fix Nm usage in multi-name man pagesJune McEnroe 2018-09-08Put real dates on man pagesJune McEnroe 2018-09-08Replace gfx README with REAMDE.7June McEnroe 2018-09-08Link gfx man pages in ~/.localJune McEnroe