my-psb/chat/TODO.md

16 lines
662 B
Markdown
Raw Normal View History

2018-02-27 14:28:01 +00:00
# _chat_ TODO-list
2018-02-27 15:12:53 +00:00
- [x] ~~server crash when a client quit~~
- [x] ~~clean client exit with <ctrl-c>~~
- [x] ~~clean server exit with <ctrl-c>~~
- [x] ~~broadcasting messages to all client connected~~
- [x] ~~show message on server when client use <ctrl+c>~~
- [x] ~~crash after 2 <ctrl+c> in client~~
- [x] ~~sending welcome message only at 1st client connection FIX #20~~
- [x] ~~client freeze when sending empty string or spaces~~
- [x] ~~move closing connection at the script's end~~
2018-02-27 15:12:53 +00:00
- [ ] asking/using client-nickname
- [ ] clean the prompt and std.out a bit messy since broadcasting
- [ ] using wlist with select.select for hardening the script
2018-02-27 15:12:53 +00:00
- [ ]