diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-04-27 12:52:06 +0200 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-04-27 13:05:34 +0200 |
commit | f87f7b4f0aaccc65d03ccee5bb11915ead6fb0e1 (patch) | |
tree | d54df0bfde3dbffa02b1f138af4f12456f261e54 /archived.md | |
parent | 0574f5a7c5159a2ae1d7d2182cec982509947db9 (diff) |
First pass at preparing for Github
Diffstat (limited to 'archived.md')
-rw-r--r-- | archived.md | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/archived.md b/archived.md deleted file mode 100644 index 62def2d..0000000 --- a/archived.md +++ /dev/null @@ -1,31 +0,0 @@ -## 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 -- [x] markup for messages -- [x] clipboard shortcut -- [x] tab as spaces support -- [x] fixed empty messages with markup characters - -## 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 |