Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-22 | Added support of linkage with C++ code | Maxim Biro | |
2013-07-22 | Modified the way friend requests worked. | irungentoo | |
Added routing of friend requests. | |||
2013-07-20 | Fixed comments in other files as per request of jvrv | Andrew | |
2013-07-16 | Saving and loading of keys added. | 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-10 | updated TODO | irungentoo | |
2013-07-09 | cast parameters to unsigned char and terminal localhost regex without domain | juryben-fedora | |
2013-07-08 | Spelling mistakes fixed. | 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. |