Age | Commit message (Collapse) | Author |
|
changed all "i++" into "++i", as proposed by nfkd
|
|
changed all "i++" into "++i", as proposed by nfkd
|
|
Patch 1
|
|
|
|
changed all "i++" into "++i", as proposed by nfkd
|
|
|
|
changed all "i++" into "++i", as proposed by nfkd
|
|
|
|
|
|
Move packet IDs to Messenger.h.
|
|
|
|
|
|
|
|
|
|
statuses.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ncursesclient
|
|
|
|
Cmake builds now builds the new ncurses test only on non windows.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|