summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-10-15 15:06:27 -0700
committerirungentoo <irungentoo@gmail.com>2013-10-15 15:06:27 -0700
commitd01b4a8e00953e2f891462bbf92896d4373d5a54 (patch)
treecfb11c22e8ec54af5440578dcd5e24bc57abf4bf /docs
parent6952daa042c5f3e041cbcb90e253edbcd3f90baa (diff)
parent017860f81222734112daf14dbbf7c6aed1e2dd40 (diff)
Merge pull request #621 from kigu/patch-3
Update TODO
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/TODO b/docs/TODO
index 14fe8619..3d20ccd6 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -11,9 +11,9 @@ Lossless UDP:
11 [DONE] 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. 14 [DONE] Networking base.
15 [TODO] Syncing chat state between clients (nicknames, list of who is in chat, etc...) 15 [NOT STARTED] 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. 16 [NOT STARTED] Make clients sign their messages so that peers can't modify them.
17 17
18[IN PROGRESS] Audio/Video 18[IN PROGRESS] Audio/Video
19 [DONE] Capture/encoding/streaming/decoding/displaying 19 [DONE] Capture/encoding/streaming/decoding/displaying
@@ -23,9 +23,9 @@ Lossless UDP:
23 [NOT STARTED] Push to talk for audio 23 [NOT STARTED] Push to talk for audio
24 24
25Friend_requests.c: 25Friend_requests.c:
26 [TODO] What happens when a friend request is recieved needs to be changed. 26 [NOT STARTED] What happens when a friend request is recieved needs to be changed.
27 27
28[IN PROGRESS] File transfers 28[DONE] File transfers
29[NOT STARTED] Offline messaging 29[NOT STARTED] Offline messaging
30[NOT STARTED] Friends list syncing 30[NOT STARTED] Friends list syncing
31[IN PROGRESS] IPV6 support 31[IN PROGRESS] IPV6 support
@@ -33,5 +33,5 @@ Friend_requests.c:
33 [DONE] DHT + Messenger 33 [DONE] DHT + Messenger
34 [NOT STARTED] Group chats 34 [NOT STARTED] Group chats
35 35
36[IN PROGRESS] GUI (https://github.com/nurupo/ProjectTox-Qt-GUI) 36[IN PROGRESS] GUI (no official GUI chosen yet)
37[NOT STARTED] Security audit from professionals 37[NOT STARTED] Security audit from professionals