about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* xep-0107: adjust helpMichael Vetter2021-12-061-5/+5
* xep-0107: code reviewDebXWoody2021-12-063-16/+14
* Add xep-0107: User Mood supportDebXWoody2021-12-064-0/+143
* Cleanup _get_message_from_editor a bitMichael Vetter2021-11-011-5/+12
* Fix OMEMO /sendfile on non-glibc systemsnlfx2021-11-011-1/+1
* first step to remove libmesodeSteffen Jaeckel2021-10-271-25/+0
* Merge pull request #1607 from profanity-im/utf8indicatorcharMichael Vetter2021-10-221-16/+16
|\
| * Allow utf8 in occupants header charMichael Vetter2021-10-221-3/+3
| * Allow utf8 in occupants charMichael Vetter2021-10-221-2/+2
| * Allow utf8 in roster room private charMichael Vetter2021-10-221-2/+2
| * Allow utf8 in roster rooms charMichael Vetter2021-10-221-2/+2
| * Allow utf8 in roster private charMichael Vetter2021-10-221-2/+2
| * Allow utf8 in roster resource charMichael Vetter2021-10-221-2/+2
| * Allow utf8 in roster contact charMichael Vetter2021-10-221-2/+2
| * Allow utf8 in roster header charMichael Vetter2021-10-211-2/+2
* | Merge pull request #1601 from MarcoPolo-PasTonMolo/masterMichael Vetter2021-10-224-55/+115
|\ \ | |/ |/|
| * Move declaration and definition of win_get_last_sent_message to the correct p...MarcoPolo-PasTonMolo2021-10-223-32/+3
| * Remove autocomplete for /correct-editorMarcoPolo-PasTonMolo2021-10-214-31/+18
| * Export common code to helper functionsMarcoPolo-PasTonMolo2021-10-171-122/+72
| * Add /correct-editor commandMarcoPolo-PasTonMolo2021-10-074-1/+153
* | Format new register code correctlyMichael Vetter2021-10-133-3/+0
* | Merge pull request #1574 from binex-dsk/masterMichael Vetter2021-10-133-0/+95
|\ \ | |/ |/|
| * registration: remove auth param and excess functionsswirl2021-08-172-13/+3
| * progress on fixing registrationswirl2021-08-171-4/+1
| * hacky fix(?) for registerswirl2021-08-171-18/+15
| * fixed some bugs, added some moreswirl2021-08-171-11/+18
| * /register: parameter updatesswirl2021-08-172-14/+24
| * initial register command testswirl2021-08-173-0/+94
* | Format code correctlyMichael Vetter2021-10-052-10/+10
* | Add more help about how to use pluginsMichael Vetter2021-09-292-4/+4
* | Fix `/plugins update ~/dir`Michael Vetter2021-09-291-7/+2
* | List globally available pluginsMichael Vetter2021-09-292-1/+37
* | Look for plugins to install in global locationMichael Vetter2021-09-291-2/+20
* | Remove `/python sourcepath`Michael Vetter2021-09-293-85/+5
* | cmd_funcs: Use glib functionMichael Vetter2021-09-091-2/+2
* | Change attentionflag shortcut to alt+vMichael Vetter2021-08-311-1/+1
|/
* Merge pull request #1576 from DebXWoody/autocomplete-untrustMichael Vetter2021-07-121-0/+27
|\
| * OMEMO autocomplete untrustDebXWoody2021-07-101-0/+27
* | Add limitations info to /help editorMichael Vetter2021-07-081-1/+3
* | Add MAM notice to /help mamMichael Vetter2021-07-081-1/+3
* | Fix segfault in /blocked with no argsMichael Vetter2021-07-061-1/+1
* | cmd_blocked: Exit when wrong argumentsMichael Vetter2021-07-021-0/+1
* | Initialize jidThorben Günther2021-07-011-2/+2
* | XEP-0377: Fix arg parsingMichael Vetter2021-07-011-12/+23
* | Merge pull request #1566 from DebXWoody/bugfixing/oxMichael Vetter2021-07-013-10/+32
|\ \
| * | OX bug fixDebXWoody2021-07-012-4/+5
| * | Bugfixes for OX implementationDebXWoody2021-06-283-10/+31
| |/
* | Add option to only allow messages from jids in rosterMichael Vetter2021-07-014-1/+25
* | Reorder /blocked commandsMichael Vetter2021-07-013-26/+37
* | Mention feature details when not supportedMichael Vetter2021-07-011-5/+5
nsole?h=hlt&id=12d73ee8db0f6748fabf65f4d0789c79f76c8d1f'>12d73ee8 ^
0012c703 ^















































12d73ee8 ^


f08a13e1 ^
54d48b25 ^
f08a13e1 ^
54d48b25 ^
f08a13e1 ^
5f128523 ^
bbff2a35 ^


0487a30e ^

bbff2a35 ^










0487a30e ^

f8c0ef3e ^
0487a30e ^
f8c0ef3e ^
0487a30e ^
bbff2a35 ^
0487a30e ^


54d48b25 ^

5f128523 ^


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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203