about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Applied coding style to src/xmpp/James Booth2015-10-2614-555/+530
|
* Applied coding style to src/ui/James Booth2015-10-2510-192/+191
|
* Applied coding style to src/ui/core.cJames Booth2015-10-251-114/+113
|
* Applied coding style to src/ui/console.cJames Booth2015-10-251-15/+15
|
* Applied coding style to src/ui/buffer.h src/ui/buffer.cJames Booth2015-10-252-6/+5
|
* Applied coding style to src/tools/James Booth2015-10-256-33/+33
|
* Applied coding style to src/pgp/James Booth2015-10-252-31/+30
|
* Applied coding style to src/otr/James Booth2015-10-255-64/+63
|
* Applied coding style to src/event/James Booth2015-10-256-88/+86
|
* Applied coding style to src/config/James Booth2015-10-256-55/+57
|
* Applied coding style to account.hJames Booth2015-10-251-43/+43
|
* Applied coding style to accounts.cJames Booth2015-10-251-50/+50
|
* Applied coding style to account.hJames Booth2015-10-251-7/+7
|
* Applied coding style to account.cJames Booth2015-10-251-8/+8
|
* Applied coding style to commands.hJames Booth2015-10-251-85/+85
|
* Applied coding style to commands.cJames Booth2015-10-251-95/+94
|
* Applied coding style to command.hJames Booth2015-10-251-9/+9
|
* Applied coding style to command.cJames Booth2015-10-251-110/+110
|
* Merge remote-tracking branch 'jubalh/jub'James Booth2015-10-2418-191/+183
|\
| * Remove trailing whitespacesMichael Vetter2015-10-212-2/+2
| |
| * Use consistent style for pointersMichael Vetter2015-10-2110-148/+148
| |
| * Create is_notify_enabled functionMichael Vetter2015-10-124-24/+22
| | | | | | | | | | The same code was used on two different occasions. I put it into a function.
| * Undefine argument listMichael Vetter2015-10-121-0/+1
| | | | | | | | Call va_end() to correclty stop using the argument list.
| * Reduce scope of variables in ui/coreMichael Vetter2015-10-122-11/+7
| | | | | | | | | | Not as important as the other one (where there was a double declaration). But for the sake of consistency.
| * Remove double declaration and reduce scope of pcontactMichael Vetter2015-10-091-6/+3
| | | | | | | | | | | | | | | | | | | | In command/commands.c you declare pcontact at the top of the function. Later in one case you declare it again and use it in a small scope. And in the same function you use it again this time from the first declaration. I think you intended only declaring it one time. At first I thought about top of the function because its easier to find. Then I saw that you declare "Jid jid" not at the top too, and I think for the sake of reducing scope it is better. So I went for this approach.
* | Fixed test_cmd_rooms.cJames Booth2015-10-191-16/+3
| |
* | Force tls on all connections, add tls policy account propertyJames Booth2015-10-1819-42/+190
| |
* | Removed --disable-tls command line optionJames Booth2015-10-187-22/+11
| |
* | Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATHJames Booth2015-10-184-8/+8
| |
* | Added /script autocompletionJames Booth2015-10-171-2/+59
| |
* | Implemented /script showJames Booth2015-10-176-1/+64
| |
* | Implemented /script listJames Booth2015-10-177-5/+53
| |
* | Added /script runJames Booth2015-10-153-2/+50
| |
* | Allow /lastactivity on|off when not connectedJames Booth2015-10-151-4/+4
| |
* | Add ability to script commands after connectJames Booth2015-10-1518-25/+230
| |
* | Updated CHANGELOGJames Booth2015-10-141-0/+1
| |
* | Added /lastactivity on|offJames Booth2015-10-143-5/+19
| |
* | Send service-unavailable when lastactivity disabledJames Booth2015-10-141-2/+30
| |
* | Use lastactivity preference for presence updatesJames Booth2015-10-142-3/+16
| |
* | Added lastactivity preferenceJames Booth2015-10-142-0/+5
| |
* | Moved idle time check for last activityJames Booth2015-10-142-11/+11
| |
* | Added TLS show to UI preferencesJames Booth2015-10-143-1/+14
| |
* | Updated themesJames Booth2015-10-143-0/+3
| |
* | Add preference for showing TLS indicator in titlebarJames Booth2015-10-146-3/+19
| | | | | | | | Issue #616
* | Title bar TLS indicatorJames Booth2015-10-149-22/+94
| | | | | | | | Issue #616
* | Fixed closing room config windowsJames Booth2015-10-131-1/+4
| |
* | Merge pull request #633 from sirdiego/masterJames Booth2015-10-131-2/+2
|\ \ | | | | | | updated intaller to clone libmsode over https
| * | updated intaller to clone libmsode over httpsTim Spiekerkötter2015-10-011-2/+2
| | |
* | | Merge remote-tracking branch 'halfur/master' into apt-getJames Booth2015-10-131-6/+13
|\ \ \
| * | | Add check for existing apt-cyg in cyg_prepare() and extract installation ↵Lennart Bentz2015-10-061-6/+13
| |/ / | | | | | | | | | method into separate function cyg_install_apt_cyg()
the previous revision' href='/danisanti/profani-tty/blame/tests/testsuite.c?id=80acfdae9acf523b8e1feaeabfb8147d93c38220'>^
c7325de0 ^



79e9ab83 ^
6ef1174b ^
b231133f ^
79e9ab83 ^
6ef1174b ^
b231133f ^
79e9ab83 ^
6ef1174b ^
b231133f ^
79e9ab83 ^
6ef1174b ^
b231133f ^
79e9ab83 ^
6ef1174b ^
b231133f ^
79e9ab83 ^
6ef1174b ^
b231133f ^
79e9ab83 ^
6ef1174b ^
b231133f ^
79e9ab83 ^
6ef1174b ^
b231133f ^
10fb692f ^
69f2f4a1 ^
6ef1174b ^
b231133f ^
69f2f4a1 ^
6ef1174b ^
b231133f ^
69f2f4a1 ^
6ef1174b ^
b231133f ^
69f2f4a1 ^
a7a28506 ^
6ef1174b ^
b231133f ^
a7a28506 ^
6ef1174b ^
b231133f ^
a7a28506 ^
6ef1174b ^
b231133f ^
a7a28506 ^
6ef1174b ^
b231133f ^
a7a28506 ^
6ef1174b ^
b231133f ^
788fc48b ^
6ef1174b ^
b231133f ^
0338d136 ^

6ef1174b ^
571665ee ^
0338d136 ^
6ef1174b ^
571665ee ^
0338d136 ^





a7a28506 ^
8dbe300d ^




6ef1174b ^
b231133f ^
788fc48b ^
6ef1174b ^
b231133f ^
8dbe300d ^
6ef1174b ^
b231133f ^
8dbe300d ^
6ef1174b ^
b231133f ^
8dbe300d ^
6ef1174b ^
b231133f ^
8dbe300d ^
16aecaf0 ^

31321077 ^

23842e52 ^

63b3299b ^
614ae232 ^




652e99fd ^
3d7d070b ^
af51fa3c ^



38d8d8d9 ^
af51fa3c ^


a8ecbccc ^

92b85bb7 ^
9d957e5f ^
95c48a0f ^
62953362 ^


c6220e01 ^



6ef1174b ^
c6220e01 ^

6ef1174b ^
c6220e01 ^

6ef1174b ^
c6220e01 ^

6ef1174b ^
c6220e01 ^

6ef1174b ^
c6220e01 ^
7e956fb3 ^


6ef1174b ^
7e956fb3 ^

6ef1174b ^
7e956fb3 ^
60e03094 ^
e048b319 ^
4eac5c0d ^
d1d80fc2 ^




6e58d954 ^




82ad0cd3 ^
4afec6ab ^
a25714b6 ^


b4b46399 ^
62953362 ^


652e99fd ^

90d2cbff ^
a05a65fe ^
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
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483