about summary refs log tree commit diff stats
path: root/tests/test_cmd_bookmark.c
Commit message (Expand)AuthorAgeFilesLines
* Added cmd_bookmark testsJames Booth2014-12-241-49/+76
* Added /bookmark with no args usage when in chat roomJames Booth2014-08-191-0/+9
* Added test for jid validation on /bookmark addJames Booth2014-08-181-1/+19
* Added backwards compatible g_list_free_full for glib < 2.28James Booth2014-05-211-0/+1
* Refactored bookmarks to use option parser, allow bookmarking rooms with passw...James Booth2014-05-101-158/+13
* Chat room windows now created only after successful joinJames Booth2014-04-211-2/+2
* Store password with roomJames Booth2014-04-201-2/+2
* Test message when removing autojoin for non existent bookmarkJames Booth2014-02-021-0/+19
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-021-2/+21
* Added message when bookmark updatedJames Booth2014-02-021-6/+25
* Added /bookmark remove testsJames Booth2014-02-021-0/+38
* Added test for when autojoin no nick on /bookmark addJames Booth2014-02-021-0/+19
* Added cons message on ./bookmark addJames Booth2014-02-021-0/+10
* Added cmd_bookmark testsJames Booth2014-02-011-0/+140
* Added test for /bookmark listJames Booth2014-02-011-1/+55
* Fixed cmd_bookmark message when not connectedJames Booth2014-02-011-0/+39
* Added cmd_bookmark testsJames Booth2014-02-011-0/+30
n> ^
fe519410 ^
83c3fe5b ^
fe519410 ^


3a8229bf ^
fe519410 ^



c3b0e804 ^




b6095ca9 ^




070d2ced ^
5e5590b0 ^






44d2f8da ^
070d2ced ^

681c3b6b ^




e2bc9bde ^





070d2ced ^
f533c6c1 ^
972ca34d ^
8304b30b ^
eb26cab7 ^
ce6f2276 ^
84785074 ^
aeb0bfa1 ^
4d190a9c ^
ee8407f4 ^
91d587a1 ^
ee8407f4 ^
b2239502 ^
213ccc01 ^
bfe1d76e ^
502d7dc9 ^
af2c7d85 ^
b269ac97 ^

0f01f30b ^




81020e6d ^

90ac69be ^
b269ac97 ^
7255ef5e ^
7255ef5e ^
53eeb0ef ^
34217e4d ^
3d8d5214 ^

bfe1d76e ^


e9225687 ^
bfe1d76e ^
7255ef5e ^
bced3d4b ^

b960b760 ^
31cd507d ^

bced3d4b ^
070d2ced ^
070d2ced ^
070d2ced ^

c1ee75da ^















d300e8e7 ^
c1ee75da ^
0c024607 ^
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