diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-08 15:50:09 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-08 15:51:07 +0100 |
commit | 0ce18f9b70d907c8c50d45c4b5b279b8bd9275f1 (patch) | |
tree | cdf7fa1255601a60370a7066ceaa2c46bd0dd673 /archived.md | |
parent | 5e64be597ba0b30fcb99de33da605c93ddd30fdc (diff) |
create archived.md for tasks which are done
Diffstat (limited to 'archived.md')
-rw-r--r-- | archived.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/archived.md b/archived.md new file mode 100644 index 0000000..7895224 --- /dev/null +++ b/archived.md @@ -0,0 +1,27 @@ +## Client +- [x] prompt +- [x] sending message +- [x] bug: do not allow sending empty message +- [x] wrapping messages +- [x] bug: when sending message after diconnect (serverfd?) +- [x] Handle disconnection thiin a thread, the best way would be +- [x] Add limit_y to printf_wrap +- [x] id2string on clients +- [x] ctrl+z to suspend +- [x] bug: when reconnecting nrecv != -1 +- [x] bug: when disconnecting +- [x] use error type success to say that authentication succeeded + +## Server +- [x] import clients + +## Common +- [x] handle messages that are too large +- [x] refactor i&self into conn +- [x] logging +- [x] Req|Inf connection per client +- [x] connect/disconnect messages +- [x] bug: blocking after `Added pollfd`, after importing a client and then connecting with the + id/or without? After reconnection fails chatty blocks (remove sleep) +- [x] connect/disconnections messages +- [x] asserting, logging if fail / halt execution |