Files
c-toxcore/docs
Alexandre Erwin Ittner e4f66475d8 Add support for user avatars in the core protocol
Add a protocol and the APIs to straightforwardly support user avatars
in client applications. The protocol is designed to transfer avatars
in background, between friends only, and minimize network load by
providing a lightweight avatar notification for local cache validation.
Strict safeguards are imposed to avoid damage from non-cooperative or
malicious users and to limit network usage.

The complete documentation is available in docs/Avatars.md and sample
code is available in testing/test_avatars.c.

Code and documentation are released under the GNU GPLv3 or later, as
described in the file COPYING.
2014-08-30 16:43:07 -03:00
..
2014-06-06 23:05:35 -04:00
2014-04-16 12:14:44 -04:00
2014-04-16 12:14:44 -04:00
2014-03-04 07:48:38 -05:00
2014-03-04 07:48:38 -05:00
2014-04-16 12:14:44 -04:00
2014-07-10 03:48:33 +02:00