Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-16 | Saving and loading of keys added. | irungentoo | |
2013-07-14 | Fixed useless inbound connection not timing out. | 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-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 | 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-06 | Very basic start on the Tox messaging api.(Should give you a basic idea how ↵ | irungentoo | |
it's gonna work) | |||
2013-07-06 | Forward secrecy implemented into crypto. | 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. |