Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rename array in Node_format from client_id to public_key.
|
|
load.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/wrouesnel/toxcore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They are now all uint16_t instead of sometimes being uint32_t.
Replaced some other uint32_t with unsigned ints.
|
|
|
|
Also, all data now has the magic number prepended. This is incompatible
for all but the save/load functions, but I think nothing besides the one
experimental qTox branch used any of those, which is why I feel confident
about the change.
|
|
|
|
|
|
also a minor API change for clarity
|
|
|
|
Better than the polling mess.
Moved DHT to Messenger from onion_client (still needs some cleanups).
|
|
|
|
|
|
|
|
they both reliably pass "make check"
|
|
|
|
|
|
Fixed bug with lossless packets.
|
|
|
|
tox_new() now takes a Tox_Options struct as argument.
If a NULL pointer is passed to that struct, defaults are used.
|
|
new_messenger() now takes an options struct as an argument.
|
|
|
|
|
|
|
|
|