aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
blob: 9efde47e61ea83c4bcd90c3b1ef82e5d0a0e5ff7 (plain)
1
2
3
4
5
6
7
8
- Room leave command
- Store message as UTF8 text, not blob
- Somehow communicate (push? poll?) to room members whether a particular user is currently _active_, not just online.
- A session is marked inactive 2 minutes after the latest activity on that session. Make the number "2" configurable and not a hard-coded constant.
- Use poll(2), not select(2)
- Fix OOM dos vector
- Unit tests for hashtable
- Public rooms, and public room join command