summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-11-23 08:40:59 -0500
committerirungentoo <irungentoo@gmail.com>2014-11-23 08:40:59 -0500
commit3ba48033f688617c709a38ec9ed50708c73d823a (patch)
tree6e8e2d714fb8099ad4c85da75dd59a5e54f24a80 /docs
parent49f4583bc1a5ed55a213cc52f50cfadb372d2f6e (diff)
Updated TODO.
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO22
1 files changed, 7 insertions, 15 deletions
diff --git a/docs/TODO b/docs/TODO
index d3c8aac0..f54a0971 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -3,7 +3,7 @@ TODO list.
3[IN PROGRESS] Add what is left to do to the TODO list. 3[IN PROGRESS] Add what is left to do to the TODO list.
4 4
5Networking: 5Networking:
6 [NOT STARTED] UPnP port forwarding. 6 [NEEDS TESTING] UPnP port forwarding. (https://github.com/irungentoo/toxcore/pull/969)
7 [NOT STARTED] NAT-PMP port forwarding. 7 [NOT STARTED] NAT-PMP port forwarding.
8 8
9DHT: 9DHT:
@@ -11,13 +11,9 @@ DHT:
11 [IN PROGRESS] Hardening against attacks. 11 [IN PROGRESS] Hardening against attacks.
12 [IN PROGRESS] Optimizing the code. 12 [IN PROGRESS] Optimizing the code.
13 13
14Lossless UDP: 14[IN PROGRESS] Friend only group chats
15 [DONE] Increase data send/receive rates. 15 [IN PROGRESS] Networking base.
16 16 [IN PROGRESS] Syncing chat state between clients (nicknames, list of who is in chat, etc...)
17[IN PROGRESS] Massive IRC like group chats (text only)
18 [DONE] Networking base.
19 [NOT STARTED] Syncing chat state between clients (nicknames, list of who is in chat, etc...)
20 [NOT STARTED] Make clients sign their messages so that peers can't modify them.
21 17
22[IN PROGRESS] Audio/Video 18[IN PROGRESS] Audio/Video
23 [DONE] encoding/streaming/decoding 19 [DONE] encoding/streaming/decoding
@@ -35,11 +31,7 @@ Friend_requests.c:
35[DONE] File transfers 31[DONE] File transfers
36[NOT STARTED] Offline messaging 32[NOT STARTED] Offline messaging
37[NOT STARTED] Friends list syncing 33[NOT STARTED] Friends list syncing
38[IN PROGRESS] IPV6 support 34[DONE] IPV6 support
39 [DONE] Networking
40 [DONE] DHT + Messenger
41 [NOT STARTED] Group chats (They work with IPv6 but some things need to be tested.)
42
43 35
44[IN PROGRESS] Make toxcore thread safe. 36[IN PROGRESS] Make toxcore thread safe.
45 37
@@ -48,8 +40,8 @@ Friend_requests.c:
48[MOSTLY DONE] A way for people to connect to people on Tox if they are behind a bad NAT that 40[MOSTLY DONE] A way for people to connect to people on Tox if they are behind a bad NAT that
49blocks UDP (or is just unpunchable) (docs/TCP_Network.txt) 41blocks UDP (or is just unpunchable) (docs/TCP_Network.txt)
50 42
51[NEEDS TESTING] Make the save made with tox_save_encrypted(...) harder to brute force. 43[DONE] Encrypted Saves. (see: toxencryptsave)
52See: (https://github.com/jencka/ProjectTox-libtoxdata) 44
53 45
54[IN PROGRESS] GUI (no official one chosen yet, a list of promising ones follows) 46[IN PROGRESS] GUI (no official one chosen yet, a list of promising ones follows)
55https://github.com/notsecure/uTox 47https://github.com/notsecure/uTox