From 07c750d25cf26883507d46bf319e55d2e35d6a94 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 10 Aug 2018 23:31:20 -0400 Subject: Become multi-channel There's a lot of UI missing for it, but it technically works. --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README') 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 -- cgit 1.4.1