aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-08-05 20:41:59 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-08-05 20:42:06 +0200
commita260f02eac411171a827c9e0aeb31b8de397a5b5 (patch)
treed10c37ead5fbb7dfb9651a0d18dcc5390154c3f6
parent50c74dc0514c0135195de6cd52d2ae33325c2385 (diff)
Update TODO
-rw-r--r--TODO.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index bd5d13e..9efde47 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,7 +1,8 @@
+- Room leave command
- Store message as UTF8 text, not blob
-- Message replies: referenced message should be msgid
- 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