summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index a5e2421..be2c84b 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
-Simple IRC client for use over anonymous SSH.
+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) management
+	tag.c       Tag (channel, query) ID assignment
 	handle.c    Incoming command handling
 	input.c     Input command handling
 	irc.c       TLS client connection
@@ -14,3 +14,5 @@ This software requires LibreSSL and targets FreeBSD and Darwin.
 	tab.c       Tab-complete
 	url.c       URL detection
 	pls.c       Functions which should not have to be written
+
+	sshd_config    Sample anonymous SSH configuration
6b00fee2f7a8b69d0e6a1683e306e31b4e6&follow=1'>Measure length of log timestamp more consistentlyJune McEnroe 2018-11-30Reformat sandman Objective-C codeJune McEnroe 2018-11-30Ignore sandmanJune McEnroe Oops. 2018-11-30Add sandmanJune McEnroe 2018-11-29Strip timestamps from log replayJune McEnroe Also fix string length. %.*s does not behave as one might expect when writing wchar_t. 2018-11-29Add basic log replayJune McEnroe 2018-11-29Show unread count in term titleJune McEnroe Also render status line with just spaces. Looks much cleaner this way. 2018-11-29Handle no such nick errorJune McEnroe 2018-11-29Add /whoisJune McEnroe 2018-11-29Set LIBRESSL_PREFIX in Darwin.mkJune McEnroe I think this is still the right path for Homebrew, which is the most popular... 2018-11-28Add NetBSD.mkJune McEnroe 2018-11-28Make use of config.mk and add Darwin.mkJune McEnroe