summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-05 17:24:43 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-05 17:24:43 -0400
commitb75b99a20a025f4c7fc16f83776f4ca781e5f9ad (patch)
tree91923c43981eea0387f709c0cc6bd7c3d3d6c7c5
parenta480c0195a78f56116b3bf58fe17d930bf4e64f4 (diff)
Updated roadmap and TODO.
-rw-r--r--README.md7
-rw-r--r--docs/TODO.txt2
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
25 25
261. Get our DHT working perfectly.(Done, needs large scale testing though.) 261. Get our DHT working perfectly.(Done, needs large scale testing though.)
272. Reliable connection (See Lossless_UDP protocol) to other peers according to client id. (Done, see DHT_sendfiletest.c for an example) 272. Reliable connection (See Lossless_UDP protocol) to other peers according to client id. (Done, see DHT_sendfiletest.c for an example)
283. Encryption. (this is where we are now) 283. Encryption. (Done)
294. Optimize for streaming media. 294. Get a simple text only im client working perfectly. (This is where we are)
305. 305. Streaming media
316.
31 32
32## TODO: 33## TODO:
33 34
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:
19 https://github.com/jedisct1/libsodium 19 https://github.com/jedisct1/libsodium
20 20
21 21
22-Crypto (In progress) 22-Crypto (Done (needs testing))
23 23
24-Find and fix bugs in the code. 24-Find and fix bugs in the code.
25 25