diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-03 01:07:11 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-03 01:07:11 +0100 |
commit | 41d06f336732553593289cf27dddcf4e06e1e8af (patch) | |
tree | 0312eeeb23f17bd6ba7861c112a382a10207eda9 /README.md | |
parent | 48733b6acfa27af8e030d9b7abfb9109b1ce89e0 (diff) | |
parent | b9aeccef208d6d5b7d40b71886981723f1e14b95 (diff) |
Merge branch 'id'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -15,19 +15,28 @@ The idea is the following: - [x] wrapping messages - [x] bug: when sending message after diconnect (serverfd?) - [x] Handle disconnection thiin a thread, the best way would be -- [ ] ctrl+z to suspend +- [x] Add limit_y to printf_wrap +- [x] id2string on clients +- [x] ctrl+z to suspend +- [ ] bug(tb_printf_wrap): text after pfx is wrapped one too soon ## server +- [x] import clients - [ ] check if when sending and the client is offline (due to connection loss) what happens - [ ] timeout on recv? - [ ] use threads to handle clients/ timeout when receiving because a client could theoretically stall the entire server. - [ ] do not crash on errors from clients - implement error message? + - timeout on recv with setsockopt ## common - [x] handle messages that are too large -- [ ] log messages to file (save history) +- [x] refactor i&self into conn +- [x] logging +- [x] Req|Inf connection per client +- [ ] bug: blocking after `Added pollfd`, after importing a client and then connecting with the + id/or without? After reconnection fails chatty blocks (remove sleep) - [ ] connect/disconnections messages - [ ] use IP address / domain - [ ] chat history |