Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright | Michael Vetter | 2021-01-08 | 1 | -1/+1 |
| | |||||
* | xep-0084/avatar: add option to open avatar directly | Michael Vetter | 2020-03-10 | 1 | -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 2020 | Michael Vetter | 2020-01-03 | 1 | -1/+1 |
| | |||||
* | xep-0084: add test stub file | Michael Vetter | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | Add header file guard to avatar.h | Michael Vetter | 2019-12-18 | 1 | -0/+5 |
| | |||||
* | Fix header | Michael Vetter | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | xep-0084: Look for specific user and print ID | Michael Vetter | 2019-12-18 | 1 | -0/+1 |
| | | | | Add a `/avatar` command. | ||||
* | Start implementing XEP-0084 | Michael Vetter | 2019-12-18 | 1 | -0/+38 |
So far we just subscribe and get the IDs. |