Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
nature of the change (add, del, name change).
tox.*, Messenger.*, group_chats.*:
- expand interface of callback by peernumber/change
groupchats.c:
- call callback in addpeer/delpeer/setnick with peernumber and flag
nTox.c:
- print_groupchatpeers(): print as many names on a line as possible, not one peer per line
- print_groupnamelistchange(): only print the change, if possible (i.e. "new peer", "peer's new name")
- added command "/p" to print the list of peers
|
|
|
|
|
|
|
|
|
|
now proper. Also fixed tox_copy_friendlist.
|
|
|