2013-09-08 01:27:44 +08:00
|
|
|
TODO list.
|
|
|
|
|
|
|
|
[IN PROGRESS] Add what is left to do to the TODO list.
|
|
|
|
|
2013-10-17 04:18:14 +08:00
|
|
|
Networking:
|
|
|
|
[NOT STARTED] UPnP port forwarding.
|
|
|
|
[NOT STARTED] NAT-PMP port forwarding.
|
|
|
|
|
2013-09-08 01:27:44 +08:00
|
|
|
DHT:
|
2014-02-15 01:06:24 +08:00
|
|
|
[ALMOST DONE] Metadata collection prevention. (docs/Prevent_Tracking.txt)
|
2013-09-08 01:27:44 +08:00
|
|
|
[IN PROGRESS] Hardening against attacks.
|
|
|
|
[IN PROGRESS] Optimizing the code.
|
|
|
|
|
|
|
|
Lossless UDP:
|
2013-09-29 23:40:42 +08:00
|
|
|
[DONE] Increase data send/receive rates.
|
2013-09-08 01:27:44 +08:00
|
|
|
|
|
|
|
[IN PROGRESS] Massive IRC like group chats (text only)
|
2013-10-15 19:12:37 +08: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-08 02:19:28 +08:00
|
|
|
|
2013-09-08 01:27:44 +08:00
|
|
|
[IN PROGRESS] Audio/Video
|
2014-02-15 01:06:24 +08:00
|
|
|
[DONE] encoding/streaming/decoding
|
2013-09-08 01:27:44 +08:00
|
|
|
[IN PROGRESS] Call initiation
|
2014-02-15 01:06:24 +08:00
|
|
|
[IN PROGRESS] Encryption
|
|
|
|
[IN PROGRESS] Auditing.
|
2013-09-08 02:19:28 +08:00
|
|
|
[NOT STARTED] Small group chats
|
2013-09-08 01:27:44 +08:00
|
|
|
|
2013-09-29 23:40:42 +08:00
|
|
|
Friend_requests.c:
|
2014-02-15 01:06:24 +08:00
|
|
|
[NOT STARTED] What happens when a friend request is received needs to be changed.
|
2014-02-11 08:53:44 +08:00
|
|
|
[NOT STARTED] Add multiple nospam functionality.
|
2013-09-29 23:40:42 +08:00
|
|
|
|
2013-10-15 19:12:37 +08:00
|
|
|
[DONE] File transfers
|
2013-09-08 01:27:44 +08:00
|
|
|
[NOT STARTED] Offline messaging
|
|
|
|
[NOT STARTED] Friends list syncing
|
2013-09-09 22:01:04 +08:00
|
|
|
[IN PROGRESS] IPV6 support
|
2013-09-15 06:59:04 +08:00
|
|
|
[DONE] Networking
|
|
|
|
[DONE] DHT + Messenger
|
2014-01-03 08:03:28 +08:00
|
|
|
[NOT STARTED] Group chats (They work with IPv6 but some things need to be tested.)
|
|
|
|
|
2014-02-15 01:06:24 +08:00
|
|
|
|
|
|
|
[NOT STARTED] 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)
|
|
|
|
|
2014-01-11 00:24:14 +08:00
|
|
|
[NEEDS TESTING] Make the save made with tox_save_encrypted(...) harder to brute force.
|
|
|
|
See: (https://github.com/jencka/ProjectTox-libtoxdata)
|
2014-01-03 08:03:28 +08:00
|
|
|
|
|
|
|
[IN PROGRESS] GUI (no official GUI chosen yet, will most likely be:
|
|
|
|
https://github.com/nurupo/ProjectTox-Qt-GUI or https://github.com/naxuroqa/Venom)
|
2013-09-15 06:59:04 +08:00
|
|
|
|
2013-09-09 22:01:04 +08:00
|
|
|
[NOT STARTED] Security audit from professionals
|