toxcore/docs/TODO

38 lines
1.1 KiB
Plaintext
Raw Normal View History

TODO list.
[IN PROGRESS] Add what is left to do to the TODO list.
DHT:
[IN PROGRESS] Metadata collection prevention.
[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.
[IN PROGRESS] Massive IRC like group chats (text only)
2013-09-29 11:40:42 -04:00
[DONE] networking base.
[TODO] Syncing chat state between clients (nicknames, list of who is in chat, etc...)
[TODO] Make clients sign their messages so that peers can't modify them.
2013-09-07 15:19:28 -03:00
[IN PROGRESS] Audio/Video
[DONE] Capture/encoding/streaming/decoding/displaying
[IN PROGRESS] Call initiation
[NOT STARTED] Encryption
2013-09-07 15:19:28 -03:00
[NOT STARTED] Small group chats
[NOT STARTED] Push to talk for audio
2013-09-29 11:40:42 -04:00
Friend_requests.c:
[TODO] What happens when a friend request is recieved needs to be changed.
[IN PROGRESS] File transfers
[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
[NOT STARTED] Group chats
2013-09-09 11:01:04 -03:00
[IN PROGRESS] GUI (https://github.com/nurupo/ProjectTox-Qt-GUI)
[NOT STARTED] Security audit from professionals