diff options
author | NemDiggers <horo@ipwnage.com> | 2013-07-19 00:18:01 -0400 |
---|---|---|
committer | NemDiggers <horo@ipwnage.com> | 2013-07-19 00:18:01 -0400 |
commit | b2481f845f7cc761362cb10820278c63618cf05c (patch) | |
tree | 6899d9391c6938e56cd6afe2e2fa0350989fc8e6 | |
parent | 13c5765a6c6ab5907b98548643d077e5104d68ac (diff) |
God I'm dumb
Had to add a break line.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use | |||
16 | + Every peer is represented as a byte string (the public key of the peer [client id]) | 16 | + Every peer is represented as a byte string (the public key of the peer [client id]) |
17 | + We're using torrent-style DHT so that peers can find the IP of the other peers when they have their ID. | 17 | + We're using torrent-style DHT so that peers can find the IP of the other peers when they have their ID. |
18 | + Once the client has the IP of that peer, they start initiating a secure connection with each other. (See [Crypto](https://github.com/irungentoo/ProjectTox-Core/blob/master/docs/Crypto.txt)) | 18 | + Once the client has the IP of that peer, they start initiating a secure connection with each other. (See [Crypto](https://github.com/irungentoo/ProjectTox-Core/blob/master/docs/Crypto.txt)) |
19 | + When both peers are securely connect with the encryption, they can securely exchange messages, initiate a video chat, send files, etc. | 19 | + When both peers are securely connect with the encryption, they can securely exchange messages, initiate a video chat, send files, etc.<br /> |
20 | -[![Build Status](https://travis-ci.org/irungentoo/ProjectTox-Core.png?branch=master)](https://travis-ci.org/irungentoo/ProjectTox-Core) | 20 | [![Build Status](https://travis-ci.org/irungentoo/ProjectTox-Core.png?branch=master)](https://travis-ci.org/irungentoo/ProjectTox-Core) |
21 | 21 | ||
22 | ## Roadmap: | 22 | ## Roadmap: |
23 | - [x] Get our DHT working perfectly.(Done, needs large scale testing though.) | 23 | - [x] Get our DHT working perfectly.(Done, needs large scale testing though.) |