mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Last indents and linkification of IRC links
This commit is contained in:
parent
66c55351cf
commit
ccc4d49bdd
16
README.md
16
README.md
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user