summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-09-08 16:08:33 -0400
committerirungentoo <irungentoo@gmail.com>2013-09-08 16:08:33 -0400
commit2e33ffeb8c78de053e58d12eee9b95d8fa811c3a (patch)
treea65b8fe62e6b3fd0ebd5878b00214289789d2d97 /README.md
parent49dd40797c74d3828b68426c947c1e3300fdf0f5 (diff)
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index 4f0548d0..39fc259e 100644
--- a/README.md
+++ b/README.md
@@ -28,15 +28,8 @@ Keep everything really simple.
28+ When both peers are securely connected, they can exchange messages, initiate a video chat, send files, etc, all using encrypted communications. 28+ When both peers are securely connected, they can exchange messages, initiate a video chat, send files, etc, all using encrypted communications.
29+ Current build status: [![Build Status](https://travis-ci.org/irungentoo/ProjectTox-Core.png?branch=master)](https://travis-ci.org/irungentoo/ProjectTox-Core) 29+ Current build status: [![Build Status](https://travis-ci.org/irungentoo/ProjectTox-Core.png?branch=master)](https://travis-ci.org/irungentoo/ProjectTox-Core)
30 30
31## Roadmap: 31## TODO:
32- [x] Get our DHT working perfectly. (Done, needs large scale testing though) 32- [TODO](/docs/TODO)
33- [x] Reliable connection (See Lossless UDP protocol) to other peers according to client ID. (Done, see `DHT_sendfiletest.c` for an example)
34- [x] Encryption. (Done)
35- [ ] Get a simple text only IM client working perfectly. (This is where we are)
36- [ ] Streaming media
37- [ ] ???
38
39For further information, check our [To-do list](http://wiki.tox.im/index.php/TODO)
40 33
41### Why are you doing this? There are already a bunch of free skype alternatives. 34### Why are you doing this? There are already a bunch of free skype alternatives.
42The goal of this project is to create a configuration-free P2P skype 35The goal of this project is to create a configuration-free P2P skype