Skip to content

Commit

Permalink
Add support for user avatars in the core protocol
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ittner committed Aug 30, 2014
1 parent fa007a3 commit e4f6647
Show file tree
Hide file tree
Showing 7 changed files with 2,235 additions and 0 deletions.

0 comments on commit e4f6647

Please sign in to comment.