Age | Commit message (Collapse) | Author |
|
|
|
TOX_FAERR_ALREADYSENT when re adding a confirmed friend.
|
|
of names.
TCP test now also tests pings.
|
|
deleted.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
killed.
|
|
|
|
This should fix the issue of the friends list getting cleared when
something in it changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A way to send and handle lossy UDP packets coming from friends.
Will be used for A/V.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed a couple of issues related to that.
|
|
TODO: remove old todos that have been done.
|
|
|
|
Also added some tests.
|
|
|
|
|
|
|
|
|
|
|
|
Clean up do_friends function
|
|
|
|
the same indices.
Match the indices beforehand and then log the matched up data.
Also log unmatched "DHT_Friend"s minimally.
|