Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Cryptography speed boost
|
|
|
|
|
|
|
|
|
|
|
|
* added linking to libsodium
* fixed links to docs to point to wiki
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Many stylistic changes, mostly formatting code more closely to the
coding style.
|
|
Added the GPLv3 license to some files in addition to fixing some
comments at the beginning of the files.
|
|
|
|
Added routing of friend requests.
|
|
|
|
with arithmetic
|
|
|
|
|
|
More comments in core fixed
|
|
|
|
|
|
changed all "i++" into "++i", as proposed by nfkd
|
|
|
|
|
|
|
|
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)
|
|
|
|
And a couple of fixes to the other parts.
|
|
Used two if statements, both of which just broke a loop. Just threw them together with ||. Should be slightly faster.
|
|
|
|
|
|
it's gonna work)
|
|
|
|
Replaced chars with uint8_t
Added a new test program.
Added some functions to Lossless UDP.
And some other stuff.
|