about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Allow /editor while not connectedPaul Fertser2022-04-121-7/+0
|/ / | | | | | | | | Since /editor can be used also for commands it doesn't make sense to restrict it to only connected state.
* | Merge pull request #1688 from paulfertser/document-inputrc-reloadMichael Vetter2022-04-091-0/+5
|\ \ | | | | | | Mention C-x C-r (reload inputrc) in the man page
| * | Mention C-x C-r (reload inputrc) in the man pagePaul Fertser2022-04-091-0/+5
|/ / | | | | | | | | Add mentions of less-known but quite useful bindindings to the man page.
* | Fix preferences testsMichael Vetter2022-04-081-2/+2
| |
* | Dont show presence status changes by defaultMichael Vetter2022-04-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | Dont show presence status changes by default in chat and muc windows. Users repeatedly ask how to change this setting in the MUC. We have it in the FAQ since a long time. And most people I know change this setting, including me. So it looks like it's time to change this default.
* | Merge pull request #1683 from paulfertser/more-example-aliasesMichael Vetter2022-04-041-0/+2
|\ \ | | | | | | Include useful aliases in profrc example
| * | Include useful aliases in profrc examplePaul Fertser2022-04-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Since some other commands are using british spelling for colour it makes sense to have it available for /color command as well. IRC users will feel more at home having /topic command equivalent to /subject (which seems to be a MUC-specific terminology).
* | | Merge pull request #1674 from paulfertser/allow-bold-for-default-coloursMichael Vetter2022-04-041-12/+13
|\ \ \ | | | | | | | | Allow bold for default colours
| * | | Allow bold for default coloursPaul Fertser2022-04-011-12/+13
| | | |
* | | | Merge pull request #1680 from paulfertser/add-irssi-themeMichael Vetter2022-04-042-1/+132
|\ \ \ \ | | | | | | | | | | Add irssi theme
| * | | | Add irssi themePaul Fertser2022-04-021-0/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The theme is intended to closely resemble the default Irssi look and feel, with minimum visual clutter in UI elements, roster and occupants lists are simplistic, similar to nicklist.pl Irssi script output. Based on "original" theme.
| * | | | Use default rather than boothj5 theme in profrc examplePaul Fertser2022-04-021-1/+1
| | | | |
* | | | | Start new cycleMichael Vetter2022-04-04102-5496/+1
| | | | |
* | | | | Release 0.12.1Michael Vetter2022-04-04104-3/+5518
| | | | |
* | | | | Merge pull request #1681 from akaWolf/fix_theme_load_non_existMichael Vetter2022-04-031-0/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Fix theme load When we execute `/theme load somethingthatdoesntexist` it still loaded some colors wrongly.
| * | | | disable execution of colors-changing code when call for theme load and it ↵Artjom Vejsel2022-04-021-0/+3
| | |/ / | |/| | | | | | | | | | doesn't exist
* | | | Merge pull request #1675 from paulfertser/fix-no-me-historyMichael Vetter2022-04-031-0/+1
|\ \ \ \ | |_|/ / |/| | | Use correct colour for their nick when showing history
| * | | Use correct colour for their nick when showing historyPaul Fertser2022-04-011-0/+1
| |/ /
* | | Include `config.h` in `src/config.cafile.c`Maxi Wuttke2022-04-021-0/+2
| | | | | | | | | | | | See <https://github.com/profanity-im/profanity/issues/1512>
* | | Fix a segfault when uploading or downloading filesMaxi Wuttke2022-04-022-2/+2
|/ / | | | | | | The variable `ccount->tls_policy` was not null-tested before `strcmp`.
* | Merge pull request #1673 from profanity-im/fix-loggingMichael Vetter2022-04-011-1/+7
|\ \ | | | | | | Fix logging (this time for real)
| * | Fix logging (this time for real)Steffen Jaeckel2022-04-011-1/+7
|/ / | | | | | | | | | | | | | | | | | | ... I hope ... We also need to create the path where the logs are stored. Fixup of d82f2f293b056965fc0bed2b24820961885ab90b Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
* | Merge pull request #1672 from profanity-im/fix-loggingMichael Vetter2022-04-011-1/+3
|\ \ | | | | | | fix path where logs are stored
| * | fix path where logs are storedSteffen Jaeckel2022-04-011-1/+3
|/ / | | | | | | | | | | | | 43e5f15e66b83ac8f3d57d2ffc7babf57873c51c broke the creation of the path where chatlogs are stored. This is fixed now. Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
* | Merge pull request #1664 from paulfertser/tab-completion-cleanupMichael Vetter2022-04-011-41/+11
|\ \ | | | | | | Tab completion code simplification
| * | Tab completion code simplificationPaul Fertser2022-03-301-41/+11
| | | | | | | | | | | | | | | | | | Factor out common code for Tab and Shift-Tab in a separate function. No functional change.
* | | Merge pull request #1667 from paulfertser/fix-screen-arrows-bindingsMichael Vetter2022-04-011-0/+3
|\ \ \ | | | | | | | | Add Alt/Ctrl-arrows combinations for GNU Screen
| * | | Add Alt/Ctrl-arrows combinations for GNU ScreenPaul Fertser2022-03-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | GNU Screen terminal emulator is modelled after VT100, its key bindings for "application mode" (which profanity enables on startup) can be seen with this: info screen "Input Translation".
* | | | Merge pull request #1669 from paulfertser/make-rl-functions-bindableMichael Vetter2022-04-011-0/+5
|\ \ \ \ | | | | | | | | | | Make all existing input functions bindable from config
| * | | | Make all existing input functions bindable from configPaul Fertser2022-03-301-0/+5
| |/ / /
* | | | Merge pull request #1670 from profanity-im/moar-cleanupMichael Vetter2022-04-014-48/+61
|\ \ \ \ | | | | | | | | | | Even moar cleanup
| * | | | fix `account set theme` helpSteffen Jaeckel2022-04-011-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
| * | | | fix linter warningsSteffen Jaeckel2022-03-311-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
| * | | | less duplicationSteffen Jaeckel2022-03-312-37/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Print error message from `_string_matches_one_of()` instead of forming an error message manually that contains the same entries that were checked in `_string_matches_one_of()`. Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
| * | | | use `_string_matches_one_of()` at more placesSteffen Jaeckel2022-03-311-16/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | I missed them the last time ... Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
* | | | Merge pull request #1668 from paulfertser/document-input-rcMichael Vetter2022-04-011-0/+12
|\ \ \ \ | | | | | | | | | | Document custom input configuration in man page
| * | | | Document custom input configuration in man pagePaul Fertser2022-03-301-0/+12
| |/ / /
* | | | Merge pull request #1671 from paulfertser/fix-resize-raceMichael Vetter2022-04-011-3/+1
|\ \ \ \ | |/ / / |/| | | Fix race condition on resize
| * | | Fix race condition on resizePaul Fertser2022-04-011-3/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current code is inherently racy: if screen update takes considerable time (e.g. when working over network) and a user performed a series of resizes the final event might get ignored and the display will be left in inconsistent state. Fix the race by unsetting the flag first so if the next WINCH signal is received while display is resizing it'll be processed on the next iteration.
* | | Merge pull request #1666 from paulfertser/man-page-improvementsMichael Vetter2022-03-301-5/+27
|\ \ \ | | | | | | | | Man page improvements
| * | | Improve manpage formatting a bitPaul Fertser2022-03-301-3/+8
| | | |
| * | | Add all missing key bindings to man pagePaul Fertser2022-03-301-2/+19
|/ / /
* | | Merge pull request #1665 from profanity-im/moar-cleanupMichael Vetter2022-03-307-179/+137
|\ \ \ | |/ / |/| | More cleanup
| * | fix installation of manpagesSteffen Jaeckel2022-03-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixup of 46b9428d92e86612fafc198bb3575acdf6167649 [0] writes something about "... use ‘man*section*_MANS’ over ‘man_MANS’ ..." in the context of "fast installation", so I tried that and it worked. TBH I don't really understand why this fixes the problem. [0] https://www.gnu.org/software/automake/manual/html_node/Man-Pages.html Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
| * | update gitignoreSteffen Jaeckel2022-03-301-0/+5
| | | | | | | | | | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
| * | add CI job to check coding styleSteffen Jaeckel2022-03-301-0/+23
| | | | | | | | | | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
| * | run `make format`Steffen Jaeckel2022-03-302-3/+4
| | | | | | | | | | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
| * | add `_string_matches_one_of()` helper functionSteffen Jaeckel2022-03-301-21/+39
| | | | | | | | | | | | | | | | | | ... instead of copying the same pattern over and over again. Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
| * | clean-up connection (act I)Steffen Jaeckel2022-03-301-152/+63
|/ / | | | | | | | | | | | | | | | | * use custom memory descriptor that `abort()`s on `malloc()` failure * use static log descriptor * don't always re-create all contexts * de-duplicate code of `.._connect()` and `.._register()` Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
* | Start new cycleMichael Vetter2022-03-30102-5496/+1
| |
-12-29 13:36:06 -0800 committer Kartik Agaram <vc@akkartik.com> 2018-12-29 13:36:06 -0800 4888' href='/akkartik/mu/commit/subx/apps/crenshaw2-1.subx?h=hlt&id=dd9ba09a7c74455f17afb515c377a217fa8be8bc'>dd9ba09a ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^
f52bc40d ^
6030d7e2 ^
dd9ba09a ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
0b91d25c ^
f52bc40d ^
0b91d25c ^
dd9ba09a ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
0b91d25c ^
f52bc40d ^
0b91d25c ^
dd9ba09a ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
cf02c20b ^
9d27e966 ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^


732cf4e7 ^
33fdc60b ^


d373c008 ^
6030d7e2 ^
1639687b ^
3fcc2371 ^
6030d7e2 ^

c98d4b1c ^

6030d7e2 ^

9d27e966 ^
db2be4dd ^




6030d7e2 ^



ee9a9237 ^
6030d7e2 ^

1639687b ^
9d27e966 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
1639687b ^
47fe603d ^
6030d7e2 ^
c56d803c ^
ee9a9237 ^
6030d7e2 ^
dd9ba09a ^

ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
d373c008 ^
9d27e966 ^
ee9a9237 ^
6030d7e2 ^






d373c008 ^
dd9ba09a ^
d373c008 ^
dd9ba09a ^
d373c008 ^
6030d7e2 ^
d373c008 ^
6030d7e2 ^
1639687b ^
9e03e2bd ^
6030d7e2 ^
9d27e966 ^
f52bc40d ^
6030d7e2 ^
dd9ba09a ^

f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
33fdc60b ^
6030d7e2 ^






f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
d373c008 ^
6030d7e2 ^

cf02c20b ^
ee9a9237 ^
6030d7e2 ^





ee9a9237 ^
6030d7e2 ^


d373c008 ^

6030d7e2 ^



c98d4b1c ^
9d27e966 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^
f52bc40d ^
6030d7e2 ^


f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^

f52bc40d ^
6030d7e2 ^

f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^

6030d7e2 ^
044b4130 ^
9d27e966 ^
f52bc40d ^
6030d7e2 ^

f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^

f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^
f52bc40d ^
6030d7e2 ^



f52bc40d ^
6030d7e2 ^
9d27e966 ^
f52bc40d ^
6030d7e2 ^
00439520 ^
f52bc40d ^
6030d7e2 ^



f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^
6030d7e2 ^


d373c008 ^

6030d7e2 ^



c98d4b1c ^
9d27e966 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^
f52bc40d ^
6030d7e2 ^


f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^

f52bc40d ^
6030d7e2 ^

f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^

6030d7e2 ^
044b4130 ^
9d27e966 ^
f52bc40d ^
6030d7e2 ^

f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^

f52bc40d ^
6030d7e2 ^



f52bc40d ^
6030d7e2 ^

f52bc40d ^
6030d7e2 ^
9d27e966 ^

f52bc40d ^
6030d7e2 ^

9d27e966 ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^
6030d7e2 ^


d373c008 ^
57628c0e ^
37735c1d ^
d373c008 ^

ee9a9237 ^
6030d7e2 ^


f52bc40d ^
6030d7e2 ^
dd9ba09a ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^

f52bc40d ^
dd9ba09a ^

f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^

f52bc40d ^
0b91d25c ^
dd9ba09a ^
f52bc40d ^
6030d7e2 ^
f52bc40d ^
6030d7e2 ^

f52bc40d ^
6030d7e2 ^
dd9ba09a ^
f52bc40d ^
6030d7e2 ^
9d27e966 ^
cf02c20b ^
ee9a9237 ^
6030d7e2 ^


d373c008 ^
9d27e966 ^
d373c008 ^
ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^
f2cd405d ^
f52bc40d ^
dd9ba09a ^
f52bc40d ^
f2cd405d ^
f52bc40d ^
6030d7e2 ^


cf02c20b ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^


d373c008 ^
0c11cafe ^
ee9a9237 ^
6030d7e2 ^



1639687b ^
dd9ba09a ^
6030d7e2 ^
1639687b ^
dd9ba09a ^
6030d7e2 ^


d373c008 ^
ee9a9237 ^
6030d7e2 ^


d373c008 ^


9b16f190 ^

d373c008 ^

6030d7e2 ^
9b16f190 ^
6030d7e2 ^
9b16f190 ^


6030d7e2 ^

d373c008 ^

6030d7e2 ^
9b16f190 ^
6030d7e2 ^
9b16f190 ^

52a2a21c ^
9e6d655e ^




d373c008 ^
ee9a9237 ^
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
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585