diff options
author | Curtis McEnroe | 2018-08-10 23:31:20 -0400 |
---|---|---|
committer | Curtis McEnroe | 2018-08-10 23:31:20 -0400 |
commit | 07c750d25cf26883507d46bf319e55d2e35d6a94 (patch) | |
tree | dcf7dbc50dd717a1190c2f034ff440badf5a525c /README | |
parent | e9793b4bceac009e09598a7b98048b604c745daa (diff) |
Become multi-channel
There's a lot of UI missing for it, but it technically works.
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
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 |