Formate and update TODO.md

This commit is contained in:
Fred Z 2018-02-27 16:12:53 +01:00
parent 2b65be6587
commit cd3a0e1782
1 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,9 @@
# _chat_ TODO-list
- [x] server crash when a client quit
- [x] clean client exit with <ctrl-c>
- [ ] Showing message on server when client disconnect
- [ ] welcome message receiving after 1 sended message
- [ ] sending welcome message only at 1st client connection
- [x] ~~server crash when a client quit~~
- [x] ~~clean client exit with <ctrl-c>~~
- [ ] showing message on server when client disconnect
- [ ] broadcasting messages to all client connected
- [ ] sending welcome message only at 1st client connection
- [ ] asking/using client-nickname
- [ ] …