summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/TODO.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/TODO.txt b/docs/TODO.txt
index b1174cd8..61f35405 100644
--- a/docs/TODO.txt
+++ b/docs/TODO.txt
@@ -6,14 +6,12 @@ Things to do now:
6 6
7-Start work on the im protocol. 7-Start work on the im protocol.
8 8
9-Start coding the gui 9-Start coding the gui (In Progress (Using Qt5))
10 10
11-Get a basic im client working using the now completed DHT implementation to find the ips of your friends. 11-Get a basic im client working using the now completed DHT implementation to find the ips of your friends.
12 12
13-Find some good encryption libraries. 13-Find some good encryption libraries.(Done)
14 I found this: http://libtom.org/ 14 we will use: http://nacl.cr.yp.to/
15 It looks pretty good so far
16 It's licenced under the WTFPL which is perfect.
17 15
18-Find and fix bugs in the code. 16-Find and fix bugs in the code.
19 17