diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-09-29 22:18:33 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2020-09-29 22:25:23 +0200 |
commit | a8a0603375fa4c5c1e61bd8a0dc0ed7f3f77854e (patch) | |
tree | c1749d16c7fe8fad8b0d04cc80092cd22c180a9d /TODO.txt | |
parent | 1ecfdb8eef2e1cf5c9f017708b6313ea5d4093d7 (diff) |
server: Implement room_leave
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,10 +1,9 @@ - Server crashed with 'DIE userdata_unregister called while nonexistent'; fix! -- Unit tests for hashtable -- 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) +- Use single sql query in broadcast.c to get all receiving users, don't perform a JOIN in user code - Fix OOM dos vector - Public rooms, and public room join command |