Last indents and linkification of IRC links

This commit is contained in:
Mehrzad 2013-06-25 17:00:07 -06:00
parent 66c55351cf
commit ccc4d49bdd

View File

@ -2,7 +2,7 @@ Tox
===
Current IRC: #InsertProjectNameHere
on freenode or https://webchat.freenode.net/
on [Freenode](irc://irc.freenode.net/InsertProjectNameHere) or [webchat](https://webchat.freenode.net/)
Proposal of a free as in freedom skype replacement:
@ -24,13 +24,13 @@ Your client stores the id of the peers along with their public keys used to init
## Roadmap:
1.Get our DHT working perfectly.
2.Connection to other peers according to client id.
NOTE: We have not decided on the encryption yet. This was just a quick guess.
3.Encrypted message sending with RSA
4.Encrypted message sending with AES (encryption done)
5.Reliable sending of data larger than the maximum packet size.
...
1. Get our DHT working perfectly.
2. Connection to other peers according to client id.
NOTE: We have not decided on the encryption yet. This was just a quick guess.
3. Encrypted message sending with RSA
4. Encrypted message sending with AES (encryption done)
5. Reliable sending of data larger than the maximum packet size.
...
## TODO: