Age | Commit message (Collapse) | Author |
|
|
|
For readiness, nospam value is written in big endian in nospam/out.
toxcore expect receiving it as little-endian, so we convert it upon
calling the nospam get/setter.
|
|
This snippet was introduced when the client could send too much data to
the core for the transfer.
The new toxcore API introduces a callback triggered when the core is
ready to send more data. It means we don't need to keep track of a
local buffer anymore, and simply read from the file_in FIFO when the
core is ready.
|
|
|
|
|
|
|
|
|
|
-Fixed memory leak in datasave().
-Made some types more clean, such as using size_t instead of uint32_t and size_t instead of int.
-Removed unneccessary length checks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return value properly.
|
|
|
|
sizes).
|
|
friend request messages, fix dataload() bug and update user status.
|
|
|
|
The following has been done:
* rename tox_{get,set} to tox_self_{get,set}
* rename tox_{get,set}_friend to tox_friend_{get,set}
* use *_size() functions instead of a return status
* pass NULL to discard error handler in _friend_ functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove useless pcm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|