summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-06-12 11:17:24 -0400
committerirungentoo <irungentoo@gmail.com>2014-06-12 11:17:24 -0400
commita0d50a6090c4803a4c3fb794881aa9d282ea5fd5 (patch)
treec038f85ee48f5aa1519173a07c1de7cfb684eedd /docs
parent2740099da010846fdb38883ae74cff31b014ca61 (diff)
Updated TODO.
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO17
1 files changed, 13 insertions, 4 deletions
diff --git a/docs/TODO b/docs/TODO
index f7ef8ade..fc50d566 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -24,7 +24,9 @@ Lossless UDP:
24 [DONE] Call initiation 24 [DONE] Call initiation
25 [DONE] Encryption 25 [DONE] Encryption
26 [IN PROGRESS] Auditing. 26 [IN PROGRESS] Auditing.
27 [NOT STARTED] Group chats 27 [NOT STARTED] Video packet splitting.
28 [NOT STARTED] Prevent audio skew.
29 [IN PROGRESS] Group chats.
28 30
29Friend_requests.c: 31Friend_requests.c:
30 [NOT STARTED] What happens when a friend request is received needs to be changed. 32 [NOT STARTED] What happens when a friend request is received needs to be changed.
@@ -39,15 +41,22 @@ Friend_requests.c:
39 [NOT STARTED] Group chats (They work with IPv6 but some things need to be tested.) 41 [NOT STARTED] Group chats (They work with IPv6 but some things need to be tested.)
40 42
41 43
44[IN PROGRESS] Make toxcore thread safe.
45
42[NOT STARTED] Make the core save/datafile portable across client versions/different processor architectures. 46[NOT STARTED] Make the core save/datafile portable across client versions/different processor architectures.
43 47
44[IN PROGRESS] A way for people to connect to people on Tox if they are behind a bad NAT that 48[MOSTLY DONE] A way for people to connect to people on Tox if they are behind a bad NAT that
45blocks UDP (or is just unpunchable) (docs/TCP_Network.txt) 49blocks UDP (or is just unpunchable) (docs/TCP_Network.txt)
46 50
47[NEEDS TESTING] Make the save made with tox_save_encrypted(...) harder to brute force. 51[NEEDS TESTING] Make the save made with tox_save_encrypted(...) harder to brute force.
48See: (https://github.com/jencka/ProjectTox-libtoxdata) 52See: (https://github.com/jencka/ProjectTox-libtoxdata)
49 53
50[IN PROGRESS] GUI (no official GUI chosen yet, will most likely be: 54[IN PROGRESS] GUI (no official one chosen yet, a list of promising ones follows)
51https://github.com/nurupo/ProjectTox-Qt-GUI or https://github.com/naxuroqa/Venom) 55https://github.com/notsecure/wintox
56https://github.com/naxuroqa/Venom
57https://github.com/Impyy/Toxy
58https://github.com/lehitoskin/blight
59https://github.com/nurupo/ProjectTox-Qt-GUI
60https://github.com/Astonex/Antox
52 61
53[NOT STARTED] Security audit from professionals 62[NOT STARTED] Security audit from professionals