updated TODO's

This commit is contained in:
Ibrahim Mkusa 2017-04-23 04:19:45 -04:00
parent 6b85be6490
commit 44a02c7025
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@
;Object stuff ;Object stuff
; TODO make different objects threadable send button vs text area vs canvas ; TODO make different objects threadable send button vs text area vs canvas
; TODO gui is just a relay remember ; 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) (provide make-gui)

View File

@ -1,7 +1,7 @@
FEATURES FEATURES
5. parser in the client side should do something similar (/color, /quit) 5. parser in the client side should do something similar (/color, /quit)
16. plain tcp -> ssl based 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 18. Add topics after project completion
** regexes to parse strings for different formats -related to 5 ** regexes to parse strings for different formats -related to 5
** align code better for readability ** align code better for readability