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
1-15 16:06:00 -0800 7239' href='/akkartik/mu/commit/400.mu?h=hlt&id=91dc5814dfeac0ad072c840ac52b1e68321fd39f'>91dc5814 ^
492fb278 ^
c5a3f655 ^

91dc5814 ^


c5a3f655 ^









b8d613e7 ^
c5a3f655 ^
b8d613e7 ^
91dc5814 ^




c5a3f655 ^
91dc5814 ^




c5a3f655 ^
01b72aa0 ^

91dc5814 ^

01b72aa0 ^
e2b55208 ^
01b72aa0 ^

e2b55208 ^
b8df5340 ^
c5a3f655 ^

91dc5814 ^


c5a3f655 ^

eea6659a ^
c5a3f655 ^
eea6659a ^
c5a3f655 ^





91dc5814 ^



c5a3f655 ^
91dc5814 ^
c5a3f655 ^
91dc5814 ^
c5a3f655 ^
86a12476 ^
91dc5814 ^

eea6659a ^


18d5bab2 ^

91dc5814 ^


c5a3f655 ^

91dc5814 ^




6b343a82 ^

91dc5814 ^

c5a3f655 ^
91dc5814 ^

c5a3f655 ^


ae470b42 ^

91dc5814 ^


2d7960d4 ^
5df70f4d ^
c5a3f655 ^


91dc5814 ^
c5a3f655 ^

91dc5814 ^
6b343a82 ^


ae470b42 ^
be2a94d9 ^
0452b05f ^
6b343a82 ^
b8d613e7 ^
6b41ca6d ^

6b343a82 ^







c5a3f655 ^

91dc5814 ^
21387ef5 ^
c5a3f655 ^
492fb278 ^

91dc5814 ^
30012350 ^
91dc5814 ^

71418907 ^

91dc5814 ^

5462619d ^
c79b93ca ^
307745bc ^

6f65b65f ^

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