From 44a02c702570768b6d7a65b6153c7aa3308b2f07 Mon Sep 17 00:00:00 2001 From: Ibrahim Mkusa Date: Sun, 23 Apr 2017 04:19:45 -0400 Subject: updated TODO's --- Hermes/GUI.rkt | 2 ++ Hermes/TODO | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Hermes/GUI.rkt b/Hermes/GUI.rkt index 491557e..30d305b 100644 --- a/Hermes/GUI.rkt +++ b/Hermes/GUI.rkt @@ -10,6 +10,8 @@ ;Object stuff ; TODO make different objects threadable send button vs text area vs canvas ; TODO gui is just a relay remember +; TODO create a dialog to ask user for his username. This should be wrapped in a +; function get-username that we can call (provide make-gui) diff --git a/Hermes/TODO b/Hermes/TODO index bbc2930..db51e46 100644 --- a/Hermes/TODO +++ b/Hermes/TODO @@ -1,7 +1,7 @@ FEATURES 5. parser in the client side should do something similar (/color, /quit) 16. plain tcp -> ssl based -17. fix breaks for improper disconnects from clients +***17. fix breaks for improper disconnects from clients 18. Add topics after project completion ** regexes to parse strings for different formats -related to 5 ** align code better for readability -- cgit v1.2.3