aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Hermes/GUI.rkt2
-rw-r--r--Hermes/TODO2
2 files changed, 3 insertions, 1 deletions
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