diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -14,6 +14,8 @@ The idea is the following: - [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 +- [ ] ctrl+z to suspend ## server - [ ] log messages to file (save history) @@ -21,7 +23,7 @@ The idea is the following: - [ ] timeout on recv? ## common -- [ ] handle messages that are too large +- [x] handle messages that are too large - [ ] connect/disconnections messages - [ ] use IP address / domain - [ ] chat history @@ -57,7 +59,6 @@ Notice, that this depends on knowing the text's length before allocating the mem - `Ctrl+U`: Erase input line - `Ctrl+W`: Erase word behind cursor - ## Resources I used for building this - source code I looked at: - https://github.com/git-bruh/matrix-tui |