Age | Commit message (Collapse) | Author |
|
This should speed up DHT searches.
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/wrouesnel/toxcore
|
|
Change the custom_packet_handler callback function interface to be
consistent with other callback interfaces.
The new interface takes the Messenger object calling as the first
parameter, and moves the user data object to be the last parameter.
This makes it comparable to the callbacks for file transfer and the
like, and should simplify building interfaces.
The new prototype is: int (*)(Messenger *m, int32_t friendnumber, const
uint8_t *data, uint32_t len, void *object)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clarified something in the docs.
|
|
|
|
|
|
Query for peers if we were connected to nobody for some reason.
|
|
|
|
|
|
|
|
Only disconnect from the friend we used to join when we are connected
to at least 3 other people.
|
|
Some other cleanups.
|
|
|
|
|
|
|
|
|
|
They are now all uint16_t instead of sometimes being uint32_t.
Replaced some other uint32_t with unsigned ints.
|
|
|
|
|
|
|
|
|
|
|
|
This one should work better.
|
|
now return success.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when the group is killed.
|