about summary refs log tree commit diff stats
path: root/src/xmpp/avatar.h
Commit message (Collapse)AuthorAgeFilesLines
* Add checks for whether gdk-pixbuf exists before using avatar setMarcoPolo-PasTonMolo2022-05-261-0/+2
|
* Add `/avatar set` command to publish avatarMarcoPolo-PasTonMolo2022-05-261-0/+1
| | | | | | | | Use `/avatar set <path>` where <path> is an image file to upload a new avatar for the current user. When the avatar is too big it gets scaled down. Scaling code copied from dino. Fixes https://github.com/profanity-im/profanity/issues/1687
* Update copyright yearMichael Vetter2022-05-091-1/+1
|
* Update copyrightMichael Vetter2021-01-081-1/+1
|
* xep-0084/avatar: add option to open avatar directlyMichael Vetter2020-03-101-1/+1
| | | | | | | | | | | Change: `/avatar me@somewhere.org` -> `/avatar get me@somewhere.org` New: `/avatar cmd feh` `/avatar open me@somewhere.org` Implement https://github.com/profanity-im/profanity/issues/1281
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
|
* xep-0084: add test stub fileMichael Vetter2019-12-181-1/+1
|
* Add header file guard to avatar.hMichael Vetter2019-12-181-0/+5
|
* Fix headerMichael Vetter2019-12-181-1/+1
|
* xep-0084: Look for specific user and print IDMichael Vetter2019-12-181-0/+1
| | | | Add a `/avatar` command.
* Start implementing XEP-0084Michael Vetter2019-12-181-0/+38
So far we just subscribe and get the IDs.