Age | Commit message (Collapse) | Author |
|
|
|
Some other work done.
|
|
|
|
|
|
|
|
|
|
|
|
Now we can also remove the helper routines from toxcore/util.[ch].
|
|
|
|
|
|
|
|
|
|
Messenger.
|
|
|
|
speed.
|
|
Messenger was doing way do many things.
friend_connection takes care of finding and establishing a connection
to friends.
|
|
Some small fixes.
|
|
|
|
Check if ip family is valid in set_direct_ip_port() function.
|
|
|
|
Astyled.
|
|
Better than the polling mess.
Moved DHT to Messenger from onion_client (still needs some cleanups).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update the documentation to reflect the API changes introduced by
commits 21be438b2b3f7aa1b65b76a7f528eacfe5b634db and
d409bad30dd1657f6b54ea5e38a4d9155f718ae1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some bug fixes.
Grouped all avatar related functions in the same place in tox.h
|
|
|
|
The chatty approach for the avatar data transfer was intended as a
security feature to add explicit delays to the transfer and prevent
amplification attacks among authenticated friends. This was deemed
unnecessary in the code review and, therefore, replaced by a simpler
approach that sends all data in a single burst.
|
|
|
|
Support for other formats was deemed unnecessary in the code review
and therefore removed. The value for the constant TOX_AVATARFORMAT_PNG
is now set in stone; if the other formats become needed again in the
future, this commit shall be reverted and the enum values reordered to
keep compatibility.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|