about summary refs log tree commit diff stats
path: root/src/tools/bookmark_ignore.c
Commit message (Collapse)AuthorAgeFilesLines
* bookmark_ignore.c: use gchar instead of charMichael Vetter2020-07-201-7/+7
|
* Apply coding styleMichael Vetter2020-07-071-12/+12
|
* Revert "Apply coding style"Michael Vetter2020-07-071-14/+14
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-14/+14
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Add missed string.hDmitry Podgorny2020-06-241-0/+1
| | | | strdup(3) requires string.h
* Save bookmark ignore listMichael Vetter2020-05-251-0/+18
|
* Add bookmark ignore add|removeMichael Vetter2020-05-241-0/+12
| | | | Regards https://github.com/profanity-im/profanity/issues/1115
* List ignored bookmarksMichael Vetter2020-05-241-0/+6
| | | | | | `/bookmarl ignore` lists the ignored bookmarks. Regards https://github.com/profanity-im/profanity/issues/1115
* Add bookmark ignore functionality for multiple accountsMichael Vetter2020-05-241-23/+24
| | | | | | | | | | | | | ``` cat ~/.local/share/profanity/bookmark_ignore [jubalh@iodoru.org] profanity@rooms.dismail.de=true [testuser@domain.org] testr@rooms.domain.org=true ``` Regards https://github.com/profanity-im/profanity/issues/1115
* PoC for bookmark ignoreMichael Vetter2020-05-241-0/+86
``` ~/.local/share/profanity % cat bookmark_ignore [ignore] profanity@rooms.dismail.de= ``` Regards https://github.com/profanity-im/profanity/issues/1115
a title='author hut <hut@lavabit.com> 2010-04-19 23:43:48 +0200 committer hut <hut@lavabit.com> 2010-04-19 23:43:48 +0200 updated pydoc' href='/akspecs/ranger/commit/doc/pydoc/ranger.defaults.options.html?h=v1.7.1&id=c9383c72b2f62bee90050d02a307381cb6bfa536'>c9383c72 ^
a614f048 ^
c776804d ^
34a60763 ^
c776804d ^
c9383c72 ^
f07bb12f ^
c9383c72 ^
c776804d ^
34a60763 ^
a614f048 ^
ef0157ff ^
c776804d ^
34a60763 ^
f07bb12f ^
c9383c72 ^
34a60763 ^
a614f048 ^


c9383c72 ^


f07bb12f ^
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