blob: 16380c208ff394f295f521d2452d4faa608bf4fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
TODO list.
[IN PROGRESS] Add what is left to do to the TODO list.
Networking:
[NEEDS TESTING] UPnP port forwarding. (https://github.com/irungentoo/toxcore/pull/969)
[NOT STARTED] NAT-PMP port forwarding.
DHT:
[ALMOST DONE] Metadata collection prevention. (docs/Prevent_Tracking.txt)
[IN PROGRESS] Hardening against attacks.
[IN PROGRESS] Optimizing the code.
[IN PROGRESS] Friend only group chats
[IN PROGRESS] Networking base.
[IN PROGRESS] Syncing chat state between clients (nicknames, list of who is in chat, etc...)
[IN PROGRESS] Audio/Video
[DONE] encoding/streaming/decoding
[DONE] Call initiation
[DONE] Encryption
[IN PROGRESS] Auditing.
[NEEDS TESTING] Video packet splitting.
[IN PROGRESS] Prevent audio skew (seems to be easily solvable client side.)
[IN PROGRESS] Group chats.
Friend_requests.c:
[NOT STARTED] What happens when a friend request is received needs to be changed.
[NOT STARTED] Add multiple nospam functionality.
[DONE] File transfers
[NOT STARTED] Offline messaging
[NOT STARTED] Friends list syncing
[DONE] IPV6 support
[IN PROGRESS] Make toxcore thread safe.
[NOT STARTED] Make the core save/datafile portable across client versions/different processor architectures.
[MOSTLY DONE] A way for people to connect to people on Tox if they are behind a bad NAT that
blocks UDP (or is just unpunchable) (docs/TCP_Network.txt)
[DONE] Encrypted Saves. (see: toxencryptsave)
[IN PROGRESS] GUI (no official one chosen yet, a list of promising ones follows)
https://github.com/notsecure/uTox
https://github.com/tux3/qTox
https://github.com/Reverp/Toxy
[NOT STARTED] Security audit from professionals
|