mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
TODO list.
|
|
|
|
[IN PROGRESS] Add what is left to do to the TODO list.
|
|
|
|
Networking:
|
|
[NOT STARTED] UPnP port forwarding.
|
|
[NOT STARTED] NAT-PMP port forwarding.
|
|
|
|
DHT:
|
|
[IN PROGRESS] Metadata collection prevention. (docs/Prevent_Tracking.txt)
|
|
[IN PROGRESS] Hardening against attacks.
|
|
[IN PROGRESS] Optimizing the code.
|
|
|
|
Lossless UDP:
|
|
[DONE] Increase data send/receive rates.
|
|
|
|
[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
|
|
[DONE] Capture/encoding/streaming/decoding/displaying
|
|
[IN PROGRESS] Call initiation
|
|
[NOT STARTED] Encryption
|
|
[NOT STARTED] Small group chats
|
|
[NOT STARTED] Push to talk for audio
|
|
|
|
Friend_requests.c:
|
|
[NOT STARTED] What happens when a friend request is recieved needs to be changed.
|
|
|
|
[DONE] File transfers
|
|
[NOT STARTED] Offline messaging
|
|
[NOT STARTED] Friends list syncing
|
|
[IN PROGRESS] IPV6 support
|
|
[DONE] Networking
|
|
[DONE] DHT + Messenger
|
|
[NOT STARTED] Group chats (They work with IPv6 but some things need to be tested.)
|
|
|
|
[NEEDS TESTING] Make the save made with tox_save_encrypted(...) harder to brute force.
|
|
See: (https://github.com/jencka/ProjectTox-libtoxdata)
|
|
|
|
[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)
|
|
|
|
[NOT STARTED] Security audit from professionals
|