diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 19 |
1 files changed, 8 insertions, 11 deletions
@@ -11,9 +11,11 @@ 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 | ||
14 | [IN PROGRESS] Friend only group chats | 14 | [DONE] Friend only group chats |
15 | [IN PROGRESS] Networking base. | 15 | [DONE] Networking base. |
16 | [IN PROGRESS] Syncing chat state between clients (nicknames, list of who is in chat, etc...) | 16 | [MOSTLY DONE] Syncing chat state between clients (nicknames, list of who is in chat, etc...) |
17 | [NOT STARTED] Private messages. (and adding friends from group chats using those private messages.) | ||
18 | [NOT STARTED] File transfers. | ||
17 | 19 | ||
18 | [IN PROGRESS] Audio/Video | 20 | [IN PROGRESS] Audio/Video |
19 | [DONE] encoding/streaming/decoding | 21 | [DONE] encoding/streaming/decoding |
@@ -22,7 +24,7 @@ DHT: | |||
22 | [IN PROGRESS] Auditing. | 24 | [IN PROGRESS] Auditing. |
23 | [NEEDS TESTING] Video packet splitting. | 25 | [NEEDS TESTING] Video packet splitting. |
24 | [IN PROGRESS] Prevent audio skew (seems to be easily solvable client side.) | 26 | [IN PROGRESS] Prevent audio skew (seems to be easily solvable client side.) |
25 | [IN PROGRESS] Group chats. | 27 | [IN PROGRESS] Group chats, audio done. |
26 | 28 | ||
27 | Friend_requests.c: | 29 | Friend_requests.c: |
28 | [NOT STARTED] What happens when a friend request is received needs to be changed. | 30 | [NOT STARTED] What happens when a friend request is received needs to be changed. |
@@ -30,7 +32,7 @@ Friend_requests.c: | |||
30 | 32 | ||
31 | [DONE] File transfers | 33 | [DONE] File transfers |
32 | [NOT STARTED] Offline messaging | 34 | [NOT STARTED] Offline messaging |
33 | [NOT STARTED] Friends list syncing | 35 | [IN PROGRESS] Friends list syncing |
34 | [DONE] IPV6 support | 36 | [DONE] IPV6 support |
35 | 37 | ||
36 | [IN PROGRESS] Make toxcore thread safe. | 38 | [IN PROGRESS] Make toxcore thread safe. |
@@ -38,14 +40,9 @@ Friend_requests.c: | |||
38 | [NOT STARTED] Make the core save/datafile portable across client versions/different processor architectures. | 40 | [NOT STARTED] Make the core save/datafile portable across client versions/different processor architectures. |
39 | 41 | ||
40 | [MOSTLY DONE] A way for people to connect to people on Tox if they are behind a bad NAT that | 42 | [MOSTLY DONE] A way for people to connect to people on Tox if they are behind a bad NAT that |
41 | blocks UDP (or is just unpunchable) (docs/TCP_Network.txt) | 43 | blocks UDP (or is just unpunchable) (docs/TCP_Network.txt) (Current way doesn't scale very well.) |
42 | 44 | ||
43 | [DONE] Encrypted Saves. (see: toxencryptsave) | 45 | [DONE] Encrypted Saves. (see: toxencryptsave) |
44 | 46 | ||
45 | 47 | ||
46 | [IN PROGRESS] GUI (no official one chosen yet, a list of promising ones follows) | ||
47 | https://github.com/notsecure/uTox | ||
48 | https://github.com/tux3/qTox | ||
49 | https://github.com/Reverp/Toxy | ||
50 | |||
51 | [NOT STARTED] Security audit from professionals | 48 | [NOT STARTED] Security audit from professionals |