From 48211e3a13fbce2ae8486260faeb57795ac52f96 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 2 Aug 2018 02:55:41 -0600 Subject: [PATCH] update tasklist --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5982e69..76b5abf 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Implemented * [x] Multiple clients can connect * [x] Messages are relayed to all clients * [x] Includes timestamp, name of client - * [x] Config file for port + * [x] Config file for port and addr * [x] HTTP API * [x] Post message * [x] List messages @@ -96,7 +96,6 @@ but I was having fun learning lots of other things and I figured Some of these things I didn't implement * [ ] local log file -* [ ] Listening IP config * [ ] Rooms * [ ] Blocking * [ ] UI for HTTP API