From 27cd42a4c124657b890e6b9235b1107cab3d208b Mon Sep 17 00:00:00 2001 From: GrayHatter Date: Mon, 6 Apr 2015 11:37:29 -0700 Subject: Update the toxcore todo list added markdown formatting as well! --- docs/TODO | 48 ------------------------------------------------ docs/TODO.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 48 deletions(-) delete mode 100644 docs/TODO create mode 100644 docs/TODO.md (limited to 'docs') diff --git a/docs/TODO b/docs/TODO deleted file mode 100644 index 54137d0d..00000000 --- a/docs/TODO +++ /dev/null @@ -1,48 +0,0 @@ -TODO list. - -[IN PROGRESS] Add what is left to do to the TODO list. - -Networking: - [NEEDS TESTING] UPnP port forwarding. (https://github.com/irungentoo/toxcore/pull/969) - [NOT STARTED] NAT-PMP port forwarding. - -DHT: - [ALMOST DONE] Metadata collection prevention. (docs/Prevent_Tracking.txt) - [IN PROGRESS] Hardening against attacks. - [IN PROGRESS] Optimizing the code. - -[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. - -[IN PROGRESS] Audio/Video - [DONE] encoding/streaming/decoding - [DONE] Call initiation - [DONE] Encryption - [IN PROGRESS] Auditing. - [NEEDS TESTING] Video packet splitting. - [IN PROGRESS] Prevent audio skew (seems to be easily solvable client side.) - [IN PROGRESS] Group chats, audio done. - -Friend_requests.c: - [NOT STARTED] What happens when a friend request is received needs to be changed. - [NOT STARTED] Add multiple nospam functionality. - -[DONE] File transfers -[NOT STARTED] Offline messaging -[IN PROGRESS] Friends list syncing -[DONE] IPV6 support - -[IN PROGRESS] Make toxcore thread safe. - -[NOT STARTED] Make the core save/datafile portable across client versions/different processor architectures. - -[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) (Current way doesn't scale very well.) - -[DONE] Encrypted Saves. (see: toxencryptsave) - - -[NOT STARTED] Security audit from professionals diff --git a/docs/TODO.md b/docs/TODO.md new file mode 100644 index 00000000..16acb5c7 --- /dev/null +++ b/docs/TODO.md @@ -0,0 +1,46 @@ +# Toxcore todo list. +Welcome to the Toxcore todo list, this is very likely out of date, but either way it's a good jumping off point if +you're looking to see where core is going, or where it could use a little love. + +There are 3 sections; In Progress, TODO, and Done. These tasks are somewhat sorted by priority, but that shouldn't be +taken to mean that this is the order tasks will (or should) be completed in. + +## In Progress + - [ ] [IN PROGRESS] Audio/Video + - [X] [DONE] encoding/streaming/decoding + - [X] [DONE] Call initiation + - [X] [DONE] Encryption + - [ ] [NEEDS TESTING] Video packet splitting. + - [ ] [IN PROGRESS] Auditing. + - [ ] [IN PROGRESS] Prevent audio skew (seems to be easily solvable client side.) + - [ ] [IN PROGRESS] Group chats, audio done. + - [ ] Networking: + - [ ] [NEEDS TESTING] UPnP port forwarding. ([#969](https://github.com/irungentoo/toxcore/pull/969)) + - [ ] [TODO] NAT-PMP port forwarding. + - [ ] DHT: + - [ ] [ALMOST DONE] Metadata collection prevention. (docs/Prevent_Tracking.txt) + - [ ] [IN PROGRESS] Hardening against attacks. + - [ ] [IN PROGRESS] Optimizing the code. + - [ ] [DONE] Friend only group chats + - [X] [DONE] Networking base. + - [X] [MOSTLY DONE] Syncing chat state between clients (nicknames, list of who is in chat, etc...) + - [ ] [TODO] Group private messages. (and adding friends from group chats using those private messages.) + - [ ] [TODO] Group file transfers. + - [ ] [IN PROGRESS] Friends list syncing + - [ ] [IN PROGRESS] Make toxcore thread safe. + - [ ] [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](TCP_Network.txt)) (Current way doesn't scale very well.) + +## TODO + - [ ] [TODO] Make the core save/datafile portable across client versions/different processor architectures. + - [ ] [TODO] Friend_requests.c: + - [ ] [TODO] What happens when a friend request is received needs to be changed. + - [ ] [TODO] Add multiple nospam functionality. + + - [ ] [TODO] Offline messaging + - [ ] [TODO] Security audit from professionals + +## Done + - [X] [DONE] File transfers + - [X] [DONE] IPV6 support + - [X] [DONE] Encrypted Saves. (see: toxencryptsave) -- cgit v1.2.3