Edit TODO : 3 enhancements & 1 bug

- convert logic to oreiented object
- server crash witn opened connection with <ctrl+Z>
- add some commands: help, list user, disconnect user, etc
- add time logging:
    - a timestamp in log's server
    - brodcast time to client at regular intervals
This commit is contained in:
Fred Z 2018-03-05 17:59:00 +01:00
parent 0074e57612
commit 5df5f1ec75

View File

@ -12,4 +12,8 @@
- [x] ~~asking/using client-nickname~~
- [x] ~~clean the prompt and std.out a bit messy since broadcasting~~
- [ ] using wlist with select.select for hardening the script
- [ ] convert logic to oreiented object
- [ ] server crash witn opened connection with <ctrl+Z>
- [ ] add some commands: help, list user, disconnect user, etc.
- [ ] add time logging
- [ ] …