toxcore/testing
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
..
DHT_test.c Updated some files so that they could build with latest core. 2014-04-23 12:29:24 -04:00
dns3_test.c dns3_test now automatically does the DNS request. 2014-06-19 10:50:46 -04:00
Makefile.inc Add support for user avatars in the core protocol 2014-08-30 16:43:07 -03:00
Messenger_test.c UDP can now be disabled. 2014-08-14 15:27:34 -04:00
misc_tools.c Astyled and removed some useless files. 2014-02-09 09:43:16 -05:00
nTox.c Modified tox_bootstrap_from_address() function. 2014-08-14 19:01:21 -04:00
nTox.h Started as a simple bugfix for wrap(), expanded to more detailed help. 2013-11-10 19:06:17 +01:00
test_avatars.c Add support for user avatars in the core protocol 2014-08-30 16:43:07 -03:00
tox_shell.c Added FreeBSD include 2014-08-23 23:20:00 -04:00
tox_sync.c Modified tox_bootstrap_from_address() function. 2014-08-14 19:01:21 -04:00