about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bugfixes for OX implementationDebXWoody2021-06-285-43/+73
* Merge pull request #1564 from profanity-im/fix/977Michael Vetter2021-06-281-9/+0
|\
| * Disable notifications by defaultMichael Vetter2021-06-281-9/+0
* | Merge pull request #1563 from profanity-im/fix/1518-logrotMichael Vetter2021-06-281-7/+1
|\ \
| * | Fix log rotationMichael Vetter2021-06-281-7/+1
| |/
* / Escape all parameters in SQL statementsCIacademic2021-06-111-8/+5
|/
* Fix executable exampleMichael Vetter2021-06-101-1/+1
* Print editor command in /executable overviewMichael Vetter2021-06-101-0/+4
* editor: dont print preview in windowMichael Vetter2021-06-101-2/+0
* editor: dont check whether compose file existsMichael Vetter2021-06-101-6/+0
* editor: use status to check for being onlineMichael Vetter2021-06-101-3/+4
* editor: Use datadir instead of tmp dirMichael Vetter2021-06-102-8/+17
* Add editor hintMichael Vetter2021-06-101-1/+1
* XEP-0353: Display a notice when receiving a callMichael Vetter2021-06-092-0/+26
* win unread: fix window testMichael Vetter2021-06-091-5/+4
* Add command to show single bookmark detailsMichael Vetter2021-06-097-5/+57
* Merge pull request #1553 from DebXWoody/bugfix/fix1552Michael Vetter2021-06-091-1/+12
|\
| * OMEMO: Separate handling of device listDebXWoody2021-06-051-1/+12
* | Fix multiple mentions in one lineMichael Vetter2021-06-081-1/+4
* | Use utf-8 safe functions in _mucwin_print_mention()Michael Vetter2021-06-081-5/+12
* | Message received without body error logDebXWoody2021-06-031-2/+2
|/
* Merge pull request #1542 from DebXWoody/bugfix/fix1541Michael Vetter2021-06-031-0/+13
|\
| * OMEMO: Don't encrypt to yourself (MUC)DebXWoody2021-05-291-4/+4
| * OMEMO: Don't encrypt to yourself (MUC)DebXWoody2021-05-281-0/+13
* | http upload: use correct content typeMichael Vetter2021-06-021-1/+1
* | Change restarted omemo textMichael Vetter2021-06-021-2/+2
* | Restart OMEMO Session after lost connectionDebXWoody2021-06-021-7/+29
* | OMEMO - Unable to publish own device listDebXWoody2021-06-012-2/+19
* | Merge pull request #1543 from DebXWoody/feature/attention-flagMichael Vetter2021-05-3113-1/+235
|\ \
| * | Change ui_win_has_attention() logicMichael Vetter2021-05-311-3/+5
| * | Change attention descriptionMichael Vetter2021-05-311-1/+1
| * | Display attention hint in titlebar for mucs tooMichael Vetter2021-05-311-12/+23
| * | Attention-flag: Fix next windowDebXWoody2021-05-291-8/+25
| * | Attention flag message ( enabled, disabled)DebXWoody2021-05-291-1/+6
| * | Attention flag - Implemented Alt+mDebXWoody2021-05-296-11/+86
| * | Attention flag for groupchatsDebXWoody2021-05-298-3/+80
| * | Attention flag for chat windowsDebXWoody2021-05-298-1/+48
| |/
* / external editor: don't use absolute paths and allow path searchJörg Thalheim2021-05-302-6/+2
|/
* Merge pull request #1540 from DebXWoody/feature/omemo-display-deviceidMichael Vetter2021-05-281-1/+1
|\
| * Display OMEMO device IDDebXWoody2021-05-281-1/+1
* | Improved OMEMO loggingDebXWoody2021-05-284-40/+84
|/
* Fix spelling of "persistent(ly)"Raf Czlonka2021-05-231-3/+3
* message: correct type checkingMichael Vetter2021-05-141-1/+1
* Print message about new direct messageMichael Vetter2021-05-121-0/+4
* Use direct messages instead of MUC-PMs for non-anon MUCsMichael Vetter2021-05-121-35/+51
* Have intype on by defaultMichael Vetter2021-05-081-0/+2
* Have separate settings for intypeMichael Vetter2021-05-087-14/+62
* Reduce scope of dir variableMichael Vetter2021-05-061-1/+2
* command: Simplify return in autocompletionMichael Vetter2021-05-061-65/+12
* Apply pre_chat_message_display hook to historyDustin Lagoy2021-04-271-0/+1
the previous revision' href='/akspecs/ranger/blame/doc/pydoc/ranger.gui.bar.html?h=v1.2.2&id=0654d6d093f8e78033b9dcafcb52bbdcd92aed0c'>^
4c13e1f2 ^

34a60763 ^
4c13e1f2 ^

c776804d ^
4c13e1f2 ^




34a60763 ^
4c13e1f2 ^


























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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239