Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-13 | Merge pull request #33 from nurupo/master | irungentoo | |
Added conversion from friend_id to client_id | |||
2013-07-13 | Added conversion from friend_id to client_id | Maxim Biro | |
2013-07-13 | Simple boostrap server added. | irungentoo | |
2013-07-13 | NaCl moved to other repo. | irungentoo | |
2013-07-13 | Added something to DHT_hardening.txt | irungentoo | |
2013-07-13 | Removed useless XML parser. | irungentoo | |
2013-07-12 | Merge pull request #31 from nurupo/master | irungentoo | |
Fixed cmake and Travis | |||
2013-07-12 | Fixed cmake and Travis | Maxim Biro | |
2013-07-12 | If someone wants to fix the cmake, go ahead. | irungentoo | |
2013-07-12 | Build fixed? | irungentoo | |
2013-07-12 | Build fixed? | irungentoo | |
2013-07-12 | First part of DHT hardening done. | irungentoo | |
Added crypto to the DHT communications. This defeats completely the first attack mentioned in docs/DHT_hardening. Also updated the build system to build the latest test (it links it with libsodium) | |||
2013-07-11 | Use UTF-8 for all the text that is sent/recieved. | irungentoo | |
2013-07-11 | Some more ideas on how to harden the DHT. | irungentoo | |
2013-07-11 | Removed useless define. | irungentoo | |
2013-07-10 | Per friend request data added. | irungentoo | |
2013-07-10 | updated TODO | irungentoo | |
2013-07-10 | Merge pull request #27 from juryben/master | irungentoo | |
cast to unsigned char and environmental var | |||
2013-07-09 | cast parameters to unsigned char and terminal localhost regex without domain | juryben-fedora | |
2013-07-09 | Delete friends function now works and some other changes. | irungentoo | |
2013-07-09 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-07-09 | Added some thoughts on how to harden the DHT. | irungentoo | |
2013-07-09 | Merge pull request #22 from juryben/master | irungentoo | |
.gitignore additions | |||
2013-07-09 | Update .gitignore | Ben B | |
2013-07-09 | update gitingore | juryben-fedora | |
2013-07-09 | Comments updated. | irungentoo | |
2013-07-09 | Added comment block to Messenger test. | irungentoo | |
2013-07-09 | Basic IM messenger backend pretty much done (You can start the GUI) | irungentoo | |
And a couple of fixes to the other parts. | |||
2013-07-08 | Some work done on the messenger part. | irungentoo | |
2013-07-08 | Merge pull request #19 from KenanY/travis-status-image | irungentoo | |
Add Travis-CI status image | |||
2013-07-08 | Add Travis-CI status image | Kenan Yildirim | |
2013-07-08 | Merge pull request #17 from SHTheSuper/master | irungentoo | |
Small optimization. | |||
2013-07-08 | Quick fix | Anthony Super | |
Used two if statements, both of which just broke a loop. Just threw them together with ||. Should be slightly faster. | |||
2013-07-08 | Spelling mistakes fixed. | irungentoo | |
2013-07-07 | Added IDEAS.txt and added checks to 2 net_crypto functions. | irungentoo | |
2013-07-07 | Fixed to be confilcts with the DHT and the messenger part. | irungentoo | |
2013-07-06 | Very basic start on the Tox messaging api.(Should give you a basic idea how ↵ | irungentoo | |
it's gonna work) | |||
2013-07-06 | Small fixes in the crypto doc. | irungentoo | |
2013-07-06 | Forward secrecy implemented into crypto. | irungentoo | |
2013-07-05 | Fixed link. | irungentoo | |
2013-07-05 | Added WHY.txt | irungentoo | |
2013-07-05 | Updated roadmap and TODO. | irungentoo | |
2013-07-05 | Crypto done(still need to test it a bit more thought) | irungentoo | |
Replaced chars with uint8_t Added a new test program. Added some functions to Lossless UDP. And some other stuff. | |||
2013-07-04 | Some slight modifications to the crypto protocol. | irungentoo | |
2013-07-03 | Compiled for windows and fixed stuff accordingly. | irungentoo | |
2013-07-03 | Update TODO. | irungentoo | |
2013-07-03 | TODO updated. | irungentoo | |
2013-07-03 | Updated readme and TODO. | irungentoo | |
2013-07-02 | Fixed typo. | irungentoo | |
2013-07-02 | Fixed typos. | irungentoo | |