about summary refs log tree commit diff stats
path: root/src/xmpp/bookmark.c
Commit message (Collapse)AuthorAgeFilesLines
* Use null check convention in bookmark.cJames Booth2015-05-041-11/+11
|
* Moved server_events to event/James Booth2015-04-191-1/+1
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Simplified autocompleters and command historyJames Booth2015-01-161-1/+1
|
* Removed function pointersJames Booth2014-12-221-27/+15
|
* Removed bookmark autojoin limitJames Booth2014-11-201-26/+15
|
* Tidied muc moduleJames Booth2014-09-281-5/+5
|
* Check for NULL inside autocomplete_freeJames Booth2014-09-261-3/+1
|
* Removed bookmarks todoJames Booth2014-08-311-1/+0
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* "/bookmark add foo" crash - fixJan Hacker2014-08-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | A user providing an invalid JID when creating a new bookmark (like 'foo') would reproducibly crash/segfault profanity, as it insists on checking string length behind the @ of the JID. However, it could be NULL if the user accidentally omitted it. The patch avoids the crash by NULL-checking and prevents getting there in the first place by checking the argument to "add". Backtrace of unpatched profanity with above command: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 0x00007fff85699732 in strlen () (gdb) bt #0 0x00007fff85699732 in strlen () #1 0x00000001000965d2 in xmpp_strdup () #2 0x0000000100095d6d in xmpp_stanza_set_attribute () #3 0x0000000100011c5c in _send_bookmarks () #4 0x00000001000115a8 in _bookmark_add () #5 0x000000010003320d in cmd_bookmark () #6 0x000000010002a0f2 in cmd_execute () #7 0x0000000100003a1d in process_input () #8 0x00000001000037c7 in prof_run () #9 0x0000000100045032 in main () (gdb)
* Added quote param to autocomplete_completeJames Booth2014-07-091-1/+1
|
* Renamed generate_unique_id -> create_unique_idJames Booth2014-06-151-1/+1
|
* Fixed usages of get_unique_id to free resultJames Booth2014-06-151-1/+2
|
* Use account muc_nick when no nick for bookmarkJames Booth2014-05-231-1/+4
|
* Refactored bookmarks to use option parser, allow bookmarking rooms with ↵James Booth2014-05-101-39/+128
| | | | passwords
* Chat room windows now created only after successful joinJames Booth2014-04-211-1/+1
|
* Fixed handling of room subjectJames Booth2014-04-131-1/+0
|
* Fixed "/bookmark remove" for disabling autojoinJames Booth2014-04-131-1/+0
| | | | Issue #194
* Refactored bookmark_removeJames Booth2014-04-131-10/+8
| | | | Issue #194
* Implemented "/bookmark remove" for private storageJames Booth2014-04-131-77/+101
| | | | Issue #194
* Clean up after removing bookmarkJames Booth2014-04-131-0/+2
| | | | Issue #194
* Implemented "/bookmark add" for private storageJames Booth2014-04-131-86/+73
| | | | Issue #194
* Tidied ui dependenciesJames Booth2014-04-061-2/+2
|
* Updated copyrightJames Booth2014-03-091-0/+21
|
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-1/+1
|
* Added test for /join with nick optionJames Booth2014-03-081-2/+2
|
* Adding password handling for joining chatroomsKristofer M White2014-02-271-1/+1
|
* Removed id from bookmarks addJames Booth2014-02-031-1/+0
|
* Implemented add bookmark for XEP-0223James Booth2014-02-021-0/+97
| | | | Issue #194
* Test message when removing autojoin for non existent bookmarkJames Booth2014-02-021-2/+10
|
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-021-1/+3
|
* Added message when bookmark updatedJames Booth2014-02-021-1/+3
|
* Don't show error for initial bookmarks requestJames Booth2014-01-251-4/+1
|
* Bind bookmark functions in main.cJames Booth2013-12-221-5/+10
|
* Dynamically bind xmpp module apiJames Booth2013-12-181-10/+15
|
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-2/+2
|
* Bookmarks: Move stanza pointer on in loop, check for autojoin "true"James Booth2013-07-151-2/+4
|
* draft of bookmarks implementationDmitry Podgorny2013-07-141-29/+118
| | | | '/bookmark add' and '/bookmark remove' ain't finished
* improved autojoin logicDmitry Podgorny2013-07-141-15/+49
| | | | | Delete id handler after timeout (5sec) if response isn't received Auto join maximum 5 conferences
* use get_unique_id for bookmarksDmitry Podgorny2013-07-141-7/+11
|
* initial support of autojoin for MUCDmitry Podgorny2013-06-301-0/+116
ter <jubalh@iodoru.org> 2021-09-29 17:32:54 +0200 Look for plugins to install in global location' href='/danisanti/profani-tty/commit/configure.ac?id=7486e22b77d2d5467af2b21d3e38ba66a5bddf69'>7486e22b ^
0fc0b3ee ^



9cb6fc0d ^
56c0c533 ^
41fe8c22 ^
41fe8c22 ^
56c0c533 ^



52e9be4a ^
b267b065 ^
52e9be4a ^
b267b065 ^







7486e22b ^


56c0c533 ^


41fe8c22 ^

9cb6fc0d ^
16ce42a0 ^
1856c1e7 ^
2519e450 ^
1856c1e7 ^
75bb0036 ^

42eb9ba6 ^
75bb0036 ^





1856c1e7 ^
75bb0036 ^
9cb6fc0d ^
dcccfacb ^
52e9be4a ^
dcccfacb ^
52e9be4a ^
bc8a871a ^
1588106e ^
52e9be4a ^


38ff3699 ^
2c361644 ^
2519e450 ^
9cb6fc0d ^
768df4d7 ^

52e9be4a ^
768df4d7 ^
f983438e ^
768df4d7 ^
f983438e ^
768df4d7 ^






2c976d35 ^
7fa9ecc7 ^

dcccfacb ^
7a6a37e7 ^



dc0c3cc6 ^
9cb6fc0d ^
8fd77ea1 ^
315d862e ^
1194a9b8 ^
315d862e ^
1194a9b8 ^
315d862e ^




1194a9b8 ^
e361ea69 ^
315d862e ^

e361ea69 ^
1194a9b8 ^
8fd77ea1 ^



35b75553 ^
8fd77ea1 ^



e361ea69 ^
524b1f23 ^
7a6a37e7 ^















9cb6fc0d ^




b5171cb0 ^









f0ffceef ^
b5171cb0 ^





dcccfacb ^
7a6a37e7 ^
28a9605a ^

b4857c60 ^

28a9605a ^


78841f2e ^
7a6a37e7 ^
2490c3ed ^
54df2101 ^
2490c3ed ^
f8187382 ^




38ff3699 ^
54df2101 ^


2490c3ed ^

7a6a37e7 ^
fa89e2aa ^
1dba341d ^
671849c7 ^
33106ecf ^
671849c7 ^
33106ecf ^






d2035496 ^

7a6a37e7 ^
edbc15fa ^
4a5b672f ^
edbc15fa ^
97c66127 ^

3f8720d7 ^
bfbc8edc ^
c00ab035 ^
97c66127 ^


b2dfdc75 ^

97c66127 ^

4a5b672f ^

7a6a37e7 ^
3ceb9b0d ^








7a6a37e7 ^
718a708b ^
7a6a37e7 ^

dcccfacb ^

28f5cdf7 ^
252c7c2e ^

c5a04de9 ^

8c9aee22 ^
c5a04de9 ^
2c5b4442 ^
9cb6fc0d ^
08212a83 ^
ca782b53 ^
7a6a37e7 ^

dcccfacb ^

4ca6296f ^

7a6a37e7 ^
08212a83 ^
32f67989 ^
38ff3699 ^
5676159a ^
3c062438 ^
41fe8c22 ^
3c062438 ^


7a6a37e7 ^
2655d9e8 ^

dcccfacb ^
201ef739 ^
fc13a69f ^
201ef739 ^











7a6a37e7 ^
adc68bd4 ^

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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390