aboutsummaryrefslogtreecommitdiff
path: root/archived.md
blob: 62def2d4d247526c876ee550704da02c52634d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## 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