From b75b99a20a025f4c7fc16f83776f4ca781e5f9ad Mon Sep 17 00:00:00 2001 From: irungentoo Date: Fri, 5 Jul 2013 17:24:43 -0400 Subject: [PATCH] Updated roadmap and TODO. --- README.md | 7 ++++--- docs/TODO.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8acb2654..226c6dad 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,10 @@ Your client stores the public keys/id of the peers used to initiate the connecti 1. Get our DHT working perfectly.(Done, needs large scale testing though.) 2. Reliable connection (See Lossless_UDP protocol) to other peers according to client id. (Done, see DHT_sendfiletest.c for an example) -3. Encryption. (this is where we are now) -4. Optimize for streaming media. -5. +3. Encryption. (Done) +4. Get a simple text only im client working perfectly. (This is where we are) +5. Streaming media +6. ## TODO: diff --git a/docs/TODO.txt b/docs/TODO.txt index 04766ae4..c1b0f96b 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -19,7 +19,7 @@ Things to do now: https://github.com/jedisct1/libsodium --Crypto (In progress) +-Crypto (Done (needs testing)) -Find and fix bugs in the code.