mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Updated TODO.
This commit is contained in:
parent
49f4583bc1
commit
3ba48033f6
22
docs/TODO
22
docs/TODO
|
@ -3,7 +3,7 @@ TODO list.
|
||||||
[IN PROGRESS] Add what is left to do to the TODO list.
|
[IN PROGRESS] Add what is left to do to the TODO list.
|
||||||
|
|
||||||
Networking:
|
Networking:
|
||||||
[NOT STARTED] UPnP port forwarding.
|
[NEEDS TESTING] UPnP port forwarding. (https://github.com/irungentoo/toxcore/pull/969)
|
||||||
[NOT STARTED] NAT-PMP port forwarding.
|
[NOT STARTED] NAT-PMP port forwarding.
|
||||||
|
|
||||||
DHT:
|
DHT:
|
||||||
|
@ -11,13 +11,9 @@ DHT:
|
||||||
[IN PROGRESS] Hardening against attacks.
|
[IN PROGRESS] Hardening against attacks.
|
||||||
[IN PROGRESS] Optimizing the code.
|
[IN PROGRESS] Optimizing the code.
|
||||||
|
|
||||||
Lossless UDP:
|
[IN PROGRESS] Friend only group chats
|
||||||
[DONE] Increase data send/receive rates.
|
[IN PROGRESS] Networking base.
|
||||||
|
[IN PROGRESS] Syncing chat state between clients (nicknames, list of who is in chat, etc...)
|
||||||
[IN PROGRESS] Massive IRC like group chats (text only)
|
|
||||||
[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.
|
|
||||||
|
|
||||||
[IN PROGRESS] Audio/Video
|
[IN PROGRESS] Audio/Video
|
||||||
[DONE] encoding/streaming/decoding
|
[DONE] encoding/streaming/decoding
|
||||||
|
@ -35,11 +31,7 @@ Friend_requests.c:
|
||||||
[DONE] File transfers
|
[DONE] File transfers
|
||||||
[NOT STARTED] Offline messaging
|
[NOT STARTED] Offline messaging
|
||||||
[NOT STARTED] Friends list syncing
|
[NOT STARTED] Friends list syncing
|
||||||
[IN PROGRESS] IPV6 support
|
[DONE] IPV6 support
|
||||||
[DONE] Networking
|
|
||||||
[DONE] DHT + Messenger
|
|
||||||
[NOT STARTED] Group chats (They work with IPv6 but some things need to be tested.)
|
|
||||||
|
|
||||||
|
|
||||||
[IN PROGRESS] Make toxcore thread safe.
|
[IN PROGRESS] Make toxcore thread safe.
|
||||||
|
|
||||||
|
@ -48,8 +40,8 @@ Friend_requests.c:
|
||||||
[MOSTLY DONE] A way for people to connect to people on Tox if they are behind a bad NAT that
|
[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)
|
blocks UDP (or is just unpunchable) (docs/TCP_Network.txt)
|
||||||
|
|
||||||
[NEEDS TESTING] Make the save made with tox_save_encrypted(...) harder to brute force.
|
[DONE] Encrypted Saves. (see: toxencryptsave)
|
||||||
See: (https://github.com/jencka/ProjectTox-libtoxdata)
|
|
||||||
|
|
||||||
[IN PROGRESS] GUI (no official one chosen yet, a list of promising ones follows)
|
[IN PROGRESS] GUI (no official one chosen yet, a list of promising ones follows)
|
||||||
https://github.com/notsecure/uTox
|
https://github.com/notsecure/uTox
|
||||||
|
|
Loading…
Reference in New Issue
Block a user