about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-20 16:06:46 -0400
committerJune McEnroe <june@causal.agency>2018-08-20 16:22:33 -0400
commitc0c0ef464471363f5f57d9e358648b9ca747bd6e (patch)
treef109f30bc71d5fd0b1a51f078f8000c64e2e4885 /README
parentAdd install target (diff)
downloadcatgirl-c0c0ef464471363f5f57d9e358648b9ca747bd6e.tar.gz
catgirl-c0c0ef464471363f5f57d9e358648b9ca747bd6e.zip
Add sample sshd_config
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