Age | Commit message (Collapse) | Author |
|
Cmake builds now builds the new ncurses test only on non windows.
|
|
Ncursesclient
|
|
|
|
|
|
|
|
Added conversion from friend_id to client_id
|
|
|
|
|
|
|
|
|
|
|
|
Fixed cmake and Travis
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
cast to unsigned char and environmental var
|
|
|
|
|
|
|
|
|
|
.gitignore additions
|
|
|
|
|
|
|
|
|
|
And a couple of fixes to the other parts.
|
|
|
|
Add Travis-CI status image
|
|
|
|
Small optimization.
|
|
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.
|
|
|
|
|