about summary refs log tree commit diff stats
path: root/src/xmpp/avatar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
t/html/subx/examples/ex5.subx.html?h=main&id=e99038ea514a8703b170689d5a0730c8d2e542e7'>e99038ea ^
33352536 ^
e99038ea ^
a0d3cac4 ^
e99038ea ^
33352536 ^
e99038ea ^
33352536 ^
e99038ea ^
33352536 ^
e99038ea ^
a0d3cac4 ^









86351aaf ^





bb2b6ba7 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101