Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This should make it easy for people to use toxcore to power many
types of networked applications.
|
|
|
|
|
|
Note, this is untested
|
|
Clients can use this function to make Tox connect to user specified
TCP relays.
|
|
|
|
|
|
|
|
PORT IS NO LONGER PASSED IN NETWORK BYTE ORDER.
Removed useless ipv6enabled parameter.
|
|
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.
|
|
Coming soon: a function to disable UDP.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed some useless code from toxcore.
Astyled core code with new version of astyle.
|
|
tox_do_interval now returns a time in ms based on how much action
is going on in net_crypto.
|
|
Build system fixes.
|
|
|
|
|
|
|
|
of names.
TCP test now also tests pings.
|
|
|
|
|
|
Main changes:
1. Strings no longer need to be NULL terminated.
2. tox_get_friend_id is now named tox_get_friend_number.
3. The friend request callback function is now (Tox *tox, uint8_t *,
uint8_t *, uint16_t, void *), the Tox object pointer has been added to
it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also added some tests.
|
|
|