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:
|
2014-11-23 21:40:59 +08:00
|
|
|
[NEEDS TESTING] UPnP port forwarding. (https://github.com/irungentoo/toxcore/pull/969)
|
2013-10-17 04:18:14 +08:00
|
|
|
[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.
|
|
|
|
|
2015-01-25 09:21:29 +08:00
|
|
|
[DONE] Friend only group chats
|
|
|
|
[DONE] Networking base.
|
|
|
|
[MOSTLY DONE] Syncing chat state between clients (nicknames, list of who is in chat, etc...)
|
|
|
|
[NOT STARTED] Private messages. (and adding friends from group chats using those private messages.)
|
|
|
|
[NOT STARTED] File transfers.
|
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
|
2014-02-17 22:35:24 +08:00
|
|
|
[DONE] Call initiation
|
|
|
|
[DONE] Encryption
|
2014-02-15 01:06:24 +08:00
|
|
|
[IN PROGRESS] Auditing.
|
2014-07-02 01:51:10 +08:00
|
|
|
[NEEDS TESTING] Video packet splitting.
|
|
|
|
[IN PROGRESS] Prevent audio skew (seems to be easily solvable client side.)
|
2015-01-25 09:21:29 +08:00
|
|
|
[IN PROGRESS] Group chats, audio done.
|
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
|
2015-01-25 09:21:29 +08:00
|
|
|
[IN PROGRESS] Friends list syncing
|
2014-11-23 21:40:59 +08:00
|
|
|
[DONE] IPV6 support
|
2014-02-15 01:06:24 +08:00
|
|
|
|
2014-06-12 23:17:24 +08:00
|
|
|
[IN PROGRESS] Make toxcore thread safe.
|
|
|
|
|
2014-02-20 06:16:47 +08:00
|
|
|
[NOT STARTED] Make the core save/datafile portable across client versions/different processor architectures.
|
|
|
|
|
2014-06-12 23:17:24 +08:00
|
|
|
[MOSTLY DONE] A way for people to connect to people on Tox if they are behind a bad NAT that
|
2015-01-25 09:21:29 +08:00
|
|
|
blocks UDP (or is just unpunchable) (docs/TCP_Network.txt) (Current way doesn't scale very well.)
|
2014-02-15 01:06:24 +08:00
|
|
|
|
2014-11-23 21:40:59 +08:00
|
|
|
[DONE] Encrypted Saves. (see: toxencryptsave)
|
|
|
|
|
2014-01-03 08:03:28 +08:00
|
|
|
|
2013-09-09 22:01:04 +08:00
|
|
|
[NOT STARTED] Security audit from professionals
|