aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-06-28 22:18:57 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-06-28 22:18:57 +0200
commitb85c1a60bf7f27e37fe2a86b26aa83ff198e208e (patch)
treeeac45cf0a5c0f24ac04f6d07dd20504370cd0af9 /TODO.txt
parentf2f4f0d94a5280e15d89c25832825bb3ce65d2fd (diff)
server/protocol: Protocol version negotiation
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 7771749..8e7ac3b 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,3 +4,7 @@
- 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
+- Sub-linear hash table of conn_data's in main.c
+- Constant-time lookup of commands in command.c