From 017860f81222734112daf14dbbf7c6aed1e2dd40 Mon Sep 17 00:00:00 2001 From: Alexander Huffman Date: Tue, 15 Oct 2013 08:12:37 -0300 Subject: [PATCH] Update TODO --- docs/TODO | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/TODO b/docs/TODO index 14fe8619..3d20ccd6 100644 --- a/docs/TODO +++ b/docs/TODO @@ -11,9 +11,9 @@ Lossless UDP: [DONE] Increase data send/receive rates. [IN PROGRESS] Massive IRC like group chats (text only) - [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. + [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 @@ -23,9 +23,9 @@ Lossless UDP: [NOT STARTED] Push to talk for audio Friend_requests.c: - [TODO] What happens when a friend request is recieved needs to be changed. + [NOT STARTED] What happens when a friend request is recieved needs to be changed. -[IN PROGRESS] File transfers +[DONE] File transfers [NOT STARTED] Offline messaging [NOT STARTED] Friends list syncing [IN PROGRESS] IPV6 support @@ -33,5 +33,5 @@ Friend_requests.c: [DONE] DHT + Messenger [NOT STARTED] Group chats -[IN PROGRESS] GUI (https://github.com/nurupo/ProjectTox-Qt-GUI) +[IN PROGRESS] GUI (no official GUI chosen yet) [NOT STARTED] Security audit from professionals