From 6b438ed578daa7859b92b8dfb0ec3d85b1a59188 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 19 Nov 2024 11:37:50 +0100 Subject: Fixed bug FormatIndexes going out of bounds --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index cb485bb..4270c72 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,11 @@ The idea is the following: - [ ] bug: wrapping does not work and displays nothing if there is no screen space - [ ] bug: reconnect does not work when server does not know id - [ ] convert tabs to spaces +- [ ] newline support ## server - [ ] check that fds arena does not overflow + - free clients which disconnected and use free list to give them space - [ ] 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 -- cgit v1.2.3