Age | Commit message (Collapse) | Author |
|
|
|
|
|
More comments in core fixed
|
|
|
|
|
|
sometwo-master
Conflicts:
core/Messenger.c
|
|
If one of callbacks is not set, the application crashes.
This is the case when you update the library and the update adds more
callbacks, or when you simply don't want to receive some of the updates
(callbacks).
In any case, defining all callbacks shouldn't be mandatory.
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|