Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now we support both HTTP and SOCKS5 proxies. While at it, get rid
of the outdated usage string and just establish the fact we have
a bloody manpage for explanations.
|
|
More fundamental support for the now multiple proxy types will
follow.
|
|
There must now be a way to explicitly disable proxy-mode and tcp-mode.
|
|
There's no reason to prevent the user from setting this stuff at
compile time.
|
|
|
|
|
|
|
|
|
|
Also, get closer to the STS (Single Tox Standard) by calling the
the save file "save file" and not "data file".
Additionally, augment the manual section about encrypting and
decrypting the save file.
|
|
|
|
|
|
|
|
|