Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright | Michael Vetter | 2021-01-08 | 1 | -1/+1 |
* | Remove not needed include | Michael Vetter | 2020-12-16 | 1 | -1/+0 |
* | Since the string from strerror should never be modified, use const. | Philipp Klaus Krause | 2020-10-14 | 1 | -1/+1 |
* | Replace stanza_get_child_by_name_and_ns with xmpp_stanza_get_child_by_name_an... | Michael Vetter | 2020-09-30 | 1 | -1/+1 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -42/+43 |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -48/+47 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -47/+48 |
* | Get output and error streams from the command spawned by external_call() | Pierre Mazière | 2020-06-03 | 1 | -1/+4 |
* | Create call_external() helper function | Michael Vetter | 2020-05-20 | 1 | -9/+1 |
* | xep-0084/avatar: add option to open avatar directly | Michael Vetter | 2020-03-10 | 1 | -2/+27 |
* | avatar: use unique id for stanza id | Michael Vetter | 2020-02-07 | 1 | -3/+6 |
* | xep-0084: use hash table for avatar lookup | Michael Vetter | 2020-01-22 | 1 | -8/+11 |
* | Update my Copyright to 2020 | Michael Vetter | 2020-01-03 | 1 | -1/+1 |
* | Add comments to avatar.c | Michael Vetter | 2019-12-23 | 1 | -8/+11 |
* | Add string.h to avatars.c | Michael Vetter | 2019-12-19 | 1 | -0/+1 |
* | Include stdlib.h in avatar.c | Michael Vetter | 2019-12-19 | 1 | -0/+1 |
* | xep-0084: add test stub file | Michael Vetter | 2019-12-18 | 1 | -1/+1 |
* | xep-0084: make internal functions static | Michael Vetter | 2019-12-18 | 1 | -8/+8 |
* | xep-0084: move id to avatar_metadata | Michael Vetter | 2019-12-18 | 1 | -12/+12 |
* | xep-0084: Add correct file extension | Michael Vetter | 2019-12-18 | 1 | -9/+41 |
* | xep-0084: Normalize at out of image filename | Michael Vetter | 2019-12-18 | 1 | -1/+3 |
* | xep-0084: Improve help | Michael Vetter | 2019-12-18 | 1 | -1/+1 |
* | xep-0084: | Michael Vetter | 2019-12-18 | 1 | -0/+4 |
* | Fix header | Michael Vetter | 2019-12-18 | 1 | -1/+1 |
* | xep-0084: save avatars in own directory | Michael Vetter | 2019-12-18 | 1 | -4/+20 |
* | xep-0084: Make it work multiple times | Michael Vetter | 2019-12-18 | 1 | -0/+4 |
* | xep-0084: Download avatars | Michael Vetter | 2019-12-18 | 1 | -3/+80 |
* | xep-0084: Look for specific user and print ID | Michael Vetter | 2019-12-18 | 1 | -1/+21 |
* | Start implementing XEP-0084 | Michael Vetter | 2019-12-18 | 1 | -0/+94 |