about summary refs log tree commit diff stats
path: root/src/xmpp/avatar.c
Commit message (Expand)AuthorAgeFilesLines
* Profani-tty has rebornDaniel Santos2023-07-011-4/+4
* Add ability to disable avatar publishingIsaacM882023-05-021-0/+14
* Update copyright yearMichael Vetter2023-01-101-1/+1
* Spawn external programs asynchronouslyMarouane L2022-10-121-1/+1
* support for formatting in avatar executablenandesu-utils2022-09-061-3/+13
* Final touches for `/avatar set`Michael Vetter2022-05-271-2/+3
* Add checks for whether gdk-pixbuf exists before using avatar setMarcoPolo-PasTonMolo2022-05-261-2/+4
* Add `/avatar set` command to publish avatarMarcoPolo-PasTonMolo2022-05-261-0/+55
* Update copyright yearMichael Vetter2022-05-091-1/+1
* auto-formatSteffen Jaeckel2022-02-011-1/+1
* Format code correctlyMichael Vetter2021-10-051-2/+2
* Add config.h in files were it was missingMichael Vetter2021-03-261-0/+2
* avatar: make _avatar_request_item_result_handler saferMichael Vetter2021-03-251-0/+4
* avatar: make _avatar_metadata_handler saferMichael Vetter2021-03-251-11/+20
* Update copyrightMichael Vetter2021-01-081-1/+1
* Remove not needed includeMichael Vetter2020-12-161-1/+0
* Since the string from strerror should never be modified, use const.Philipp Klaus Krause2020-10-141-1/+1
* Replace stanza_get_child_by_name_and_ns with xmpp_stanza_get_child_by_name_an...Michael Vetter2020-09-301-1/+1
* Apply coding styleMichael Vetter2020-07-071-42/+43
* Revert "Apply coding style"Michael Vetter2020-07-071-48/+47
* Apply coding styleMichael Vetter2020-07-071-47/+48
* Get output and error streams from the command spawned by external_call()Pierre Mazière2020-06-031-1/+4
* Create call_external() helper functionMichael Vetter2020-05-201-9/+1
* xep-0084/avatar: add option to open avatar directlyMichael Vetter2020-03-101-2/+27
* avatar: use unique id for stanza idMichael Vetter2020-02-071-3/+6
* xep-0084: use hash table for avatar lookupMichael Vetter2020-01-221-8/+11
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
* Add comments to avatar.cMichael Vetter2019-12-231-8/+11
* Add string.h to avatars.cMichael Vetter2019-12-191-0/+1
* Include stdlib.h in avatar.cMichael Vetter2019-12-191-0/+1
* xep-0084: add test stub fileMichael Vetter2019-12-181-1/+1
* xep-0084: make internal functions staticMichael Vetter2019-12-181-8/+8
* xep-0084: move id to avatar_metadataMichael Vetter2019-12-181-12/+12
* xep-0084: Add correct file extensionMichael Vetter2019-12-181-9/+41
* xep-0084: Normalize at out of image filenameMichael Vetter2019-12-181-1/+3
* xep-0084: Improve helpMichael Vetter2019-12-181-1/+1
* xep-0084:Michael Vetter2019-12-181-0/+4
* Fix headerMichael Vetter2019-12-181-1/+1
* xep-0084: save avatars in own directoryMichael Vetter2019-12-181-4/+20
* xep-0084: Make it work multiple timesMichael Vetter2019-12-181-0/+4
* xep-0084: Download avatarsMichael Vetter2019-12-181-3/+80
* xep-0084: Look for specific user and print IDMichael Vetter2019-12-181-1/+21
* Start implementing XEP-0084Michael Vetter2019-12-181-0/+94