2013-09-07 13:27:44 -04:00
|
|
|
TODO list.
|
|
|
|
|
|
|
|
[IN PROGRESS] Add what is left to do to the TODO list.
|
|
|
|
|
2013-10-16 16:18:14 -04:00
|
|
|
Networking:
|
|
|
|
[NOT STARTED] UPnP port forwarding.
|
|
|
|
[NOT STARTED] NAT-PMP port forwarding.
|
|
|
|
|
2013-09-07 13:27:44 -04:00
|
|
|
DHT:
|
2014-02-14 12:06:24 -05:00
|
|
|
[ALMOST DONE] Metadata collection prevention. (docs/Prevent_Tracking.txt)
|
2013-09-07 13:27:44 -04:00
|
|
|
[IN PROGRESS] Hardening against attacks.
|
|
|
|
[IN PROGRESS] Optimizing the code.
|
|
|
|
|
|
|
|
Lossless UDP:
|
2013-09-29 11:40:42 -04:00
|
|
|
[DONE] Increase data send/receive rates.
|
2013-09-07 13:27:44 -04:00
|
|
|
|
|
|
|
[IN PROGRESS] Massive IRC like group chats (text only)
|
2013-10-15 08:12:37 -03:00
|
|
|
[DONE] Networking base.
|
|
|
|
[NOT STARTED] Syncing chat state between clients (nicknames, list of who is in chat, etc...)
|
|
|
|
[NOT STARTED] Make clients sign their messages so that peers can't modify them.
|
2013-09-07 15:19:28 -03:00
|
|
|
|
2013-09-07 13:27:44 -04:00
|
|
|
[IN PROGRESS] Audio/Video
|
2014-02-14 12:06:24 -05:00
|
|
|
[DONE] encoding/streaming/decoding
|
2014-02-17 09:35:24 -05:00
|
|
|
[DONE] Call initiation
|
|
|
|
[DONE] Encryption
|
2014-02-14 12:06:24 -05:00
|
|
|
[IN PROGRESS] Auditing.
|
2014-07-01 13:51:10 -04:00
|
|
|
[NEEDS TESTING] Video packet splitting.
|
|
|
|
[IN PROGRESS] Prevent audio skew (seems to be easily solvable client side.)
|
2014-06-12 11:17:24 -04:00
|
|
|
[IN PROGRESS] Group chats.
|
2013-09-07 13:27:44 -04:00
|
|
|
|
2013-09-29 11:40:42 -04:00
|
|
|
Friend_requests.c:
|
2014-02-14 12:06:24 -05:00
|
|
|
[NOT STARTED] What happens when a friend request is received needs to be changed.
|
2014-02-10 19:53:44 -05:00
|
|
|
[NOT STARTED] Add multiple nospam functionality.
|
2013-09-29 11:40:42 -04:00
|
|
|
|
2013-10-15 08:12:37 -03:00
|
|
|
[DONE] File transfers
|
2013-09-07 13:27:44 -04:00
|
|
|
[NOT STARTED] Offline messaging
|
|
|
|
[NOT STARTED] Friends list syncing
|
2013-09-09 11:01:04 -03:00
|
|
|
[IN PROGRESS] IPV6 support
|
2013-09-14 18:59:04 -04:00
|
|
|
[DONE] Networking
|
|
|
|
[DONE] DHT + Messenger
|
2014-01-02 19:03:28 -05:00
|
|
|
[NOT STARTED] Group chats (They work with IPv6 but some things need to be tested.)
|
|
|
|
|
2014-02-14 12:06:24 -05:00
|
|
|
|
2014-06-12 11:17:24 -04:00
|
|
|
[IN PROGRESS] Make toxcore thread safe.
|
|
|
|
|
2014-02-19 17:16:47 -05:00
|
|
|
[NOT STARTED] Make the core save/datafile portable across client versions/different processor architectures.
|
|
|
|
|
2014-06-12 11:17:24 -04:00
|
|
|
[MOSTLY DONE] A way for people to connect to people on Tox if they are behind a bad NAT that
|
2014-02-14 12:06:24 -05:00
|
|
|
blocks UDP (or is just unpunchable) (docs/TCP_Network.txt)
|
|
|
|
|
2014-01-10 11:24:14 -05:00
|
|
|
[NEEDS TESTING] Make the save made with tox_save_encrypted(...) harder to brute force.
|
|
|
|
See: (https://github.com/jencka/ProjectTox-libtoxdata)
|
2014-01-02 19:03:28 -05:00
|
|
|
|
2014-06-12 11:17:24 -04:00
|
|
|
[IN PROGRESS] GUI (no official one chosen yet, a list of promising ones follows)
|
2014-07-10 03:48:33 +02:00
|
|
|
https://github.com/notsecure/uTox
|
2014-06-12 11:17:24 -04:00
|
|
|
https://github.com/naxuroqa/Venom
|
|
|
|
https://github.com/Impyy/Toxy
|
|
|
|
https://github.com/lehitoskin/blight
|
|
|
|
https://github.com/nurupo/ProjectTox-Qt-GUI
|
|
|
|
https://github.com/Astonex/Antox
|
2013-09-14 18:59:04 -04:00
|
|
|
|
2013-09-09 11:01:04 -03:00
|
|
|
[NOT STARTED] Security audit from professionals
|