about summary refs log tree commit diff stats
path: root/tests/test_muc.c
Commit message (Expand)AuthorAgeFilesLines
* Tidied muc moduleJames Booth2014-09-281-19/+19
* Chat room windows now created only after successful joinJames Booth2014-04-211-1/+1
* Store password with roomJames Booth2014-04-201-1/+1
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-9/+6
* Added muc room active testsJames Booth2014-01-311-0/+23
* Added muc invite count testsJames Booth2014-01-301-0/+20
* Added setup and teardown for muc testsJames Booth2014-01-301-6/+10
* Close muc after testJames Booth2014-01-301-0/+4
* Added muc remove invite testJames Booth2014-01-301-1/+13
* Added muc testsJames Booth2014-01-301-0/+18
il.com> 2016-07-24 01:14:49 +0100 committer James Booth <boothj5@gmail.com> 2016-07-24 01:14:49 +0100 Update GPL link in headers' href='/danisanti/profani-tty/commit/src/main.c?id=e8fc80f5c1bf30585483d4dd1c27aae620862066'>e8fc80f5 ^
a7d89e0e ^
f9737251 ^











a7d89e0e ^
17488ca3 ^
9b177a9e ^
17488ca3 ^
6b852a2f ^
7c908780 ^

9b177a9e ^
0fbaa6f5 ^
6b852a2f ^
fc5bfb7d ^
ca1dcdda ^







17b4e45c ^



5d9c7ffd ^
e434b1bb ^
fb347855 ^
581f58e4 ^
7c908780 ^
d18ec23d ^
75cfe388 ^
1248f49c ^
10ca3e8c ^
4f19ea26 ^
7c908780 ^
279737ba ^

6bad38c2 ^
9b177a9e ^
e0dfe483 ^



6bad38c2 ^
7c908780 ^

034a9858 ^
75cfe388 ^


4f19ea26 ^
7c908780 ^

6bad38c2 ^
7c908780 ^

72d96a92 ^
7c908780 ^

7c908780 ^

c9ed5834 ^
98bc1abb ^
72d96a92 ^
7c908780 ^
72d96a92 ^
453fcae2 ^

7c908780 ^
9b177a9e ^


6b852a2f ^
9b177a9e ^
6b852a2f ^

9b177a9e ^
6b852a2f ^

13088e0a ^

be13e98f ^
14c8f53f ^
7c908780 ^


0115d71e ^


651d5aaa ^
9b177a9e ^
2b88e2f1 ^

9b177a9e ^
2b88e2f1 ^


e434b1bb ^
651d5aaa ^




9b177a9e ^
ca1dcdda ^

0115d71e ^



9b177a9e ^
ca1dcdda ^

2490c3ed ^



249701fe ^





9b177a9e ^
bd928f0f ^




9b177a9e ^
17b4e45c ^


2783c84a ^



697db019 ^
1e60d17d ^




7c908780 ^
72d96a92 ^

4f19ea26 ^
d18ec23d ^

c9fcd018 ^



4f19ea26 ^
5d9c7ffd ^


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