summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/TODO9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/TODO b/docs/TODO
index c905f96b..14fe8619 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -8,9 +8,12 @@ DHT:
8 [IN PROGRESS] Optimizing the code. 8 [IN PROGRESS] Optimizing the code.
9 9
10Lossless UDP: 10Lossless UDP:
11 [TODO] Increase data send/receive rates. 11 [DONE] Increase data send/receive rates.
12 12
13[IN PROGRESS] Massive IRC like group chats (text only) 13[IN PROGRESS] Massive IRC like group chats (text only)
14 [DONE] networking base.
15 [TODO] Syncing chat state between clients (nicknames, list of who is in chat, etc...)
16 [TODO] Make clients sign their messages so that peers can't modify them.
14 17
15[IN PROGRESS] Audio/Video 18[IN PROGRESS] Audio/Video
16 [DONE] Capture/encoding/streaming/decoding/displaying 19 [DONE] Capture/encoding/streaming/decoding/displaying
@@ -19,6 +22,10 @@ Lossless UDP:
19 [NOT STARTED] Small group chats 22 [NOT STARTED] Small group chats
20 [NOT STARTED] Push to talk for audio 23 [NOT STARTED] Push to talk for audio
21 24
25Friend_requests.c:
26 [TODO] What happens when a friend request is recieved needs to be changed.
27
28[IN PROGRESS] File transfers
22[NOT STARTED] Offline messaging 29[NOT STARTED] Offline messaging
23[NOT STARTED] Friends list syncing 30[NOT STARTED] Friends list syncing
24[IN PROGRESS] IPV6 support 31[IN PROGRESS] IPV6 support