about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-10 23:31:20 -0400
committerJune McEnroe <june@causal.agency>2018-08-10 23:31:20 -0400
commit07c750d25cf26883507d46bf319e55d2e35d6a94 (patch)
treedcf7dbc50dd717a1190c2f034ff440badf5a525c /README
parentMove process spawning onto the event loop (diff)
downloadcatgirl-07c750d25cf26883507d46bf319e55d2e35d6a94.tar.gz
catgirl-07c750d25cf26883507d46bf319e55d2e35d6a94.zip
Become multi-channel
There's a lot of UI missing for it, but it technically works.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index 8fa4ad7..9a93b9d 100644
--- a/README
+++ b/README
@@ -3,12 +3,13 @@ Simple IRC client 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 poll loop
+	chat.c      Command line parsing and event loop
+	tag.c       Tag (channel, query) management
+	handle.c    Incoming command handling
+	input.c     Input command handling
+	irc.c       TLS client connection
 	ui.c        Curses UI and mIRC formatting
 	edit.c      Line editing
-	irc.c       TLS client connection
-	input.c     Input command handling
-	handle.c    Incoming command handling
 	tab.c       Tab-complete
 	url.c       URL detection
 	pls.c       Functions which should not have to be written