diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2024-11-21 15:56:29 +0100 |
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-21 15:56:29 +0100 |
| commit | d7692c690e2817787906fa77cd3839636989a3a5 (patch) | |
| tree | c18693742db24ffd2d0bcdf777c2c144e81aa201 | |
| parent | 46ff3fc049e24d95e065fa7f480cb0f18f577232 (diff) | |
Added bug to readme
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,8 @@ The idea is the following: - client for reading the messages and sending them at the same time - rooms - encryption + - ChaCha20-Poly1305 + - AES - authentication ## client @@ -13,7 +15,9 @@ 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 +- [ ] bug: when using lots of markup characters - [ ] newline support + - [ ] resizable box ## server - [ ] check that fds arena does not overflow |
