about summary refs log tree commit diff stats
path: root/tests/functionaltests/functionaltests.c
Commit message (Expand)AuthorAgeFilesLines
* Add room /me functional testsJames Booth2018-04-211-0/+2
* Only send ping requests to client that support itJames Booth2017-06-161-3/+5
* Show message when server does not support pingJames Booth2017-06-151-0/+1
* Remove status from cl_ev_presence_sendJames Booth2017-01-151-0/+1
* Use server features for account muc serviceJames Booth2016-11-201-1/+0
* log_info on private carbonsJames Booth2016-08-281-0/+1
* Send receipt request only when receiver supports featureJames Booth2016-08-181-0/+1
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-1/+1
* Added C plugin code from plugins branchJames Booth2016-02-141-1/+1
* Call UI disconnect functions before disconnecting with /disconnectJames Booth2016-01-051-0/+3
* Added functional tests for /console commandJames Booth2015-12-301-1/+3
* Uncommented functional testsJames Booth2015-12-221-63/+63
* Added chat message functional testsJames Booth2015-12-221-65/+66
* Added functional test for muc console messageJames Booth2015-12-201-1/+1
* Added more muc functional testsJames Booth2015-12-201-2/+5
* Added muc functional testsJames Booth2015-12-201-0/+10
* Show software version result in current windowJames Booth2015-08-061-1/+2
* Handle software version requests for gateways that return from domainpartJames Booth2015-08-051-0/+1
* Use id handler for software version requests, handle errorsJames Booth2015-08-051-0/+1
* Added software version request testsJames Booth2015-08-041-0/+4
* Added test for missing resource on presenceJames Booth2015-08-041-0/+1
* Added id attributes to roster queriesJames Booth2015-07-221-0/+6
* Added reciept send functional testJames Booth2015-07-201-0/+1
* Added receipt request functional testJames Booth2015-07-201-1/+4
* Added functional test macroJames Booth2015-07-201-102/+36
* Added carbon message testsJames Booth2015-07-201-0/+6
* Added carbons enable/disable testsJames Booth2015-07-151-0/+6
* Added carbons command functional testJames Booth2015-07-051-0/+5
* Tidied functional testsJames Booth2015-06-131-3/+0
* Moved all tests to tests folderJames Booth2015-06-121-0/+122
341782d329b419ab9d002de'>^
672e3e50 ^
4690ce81 ^
9570363a ^
672e3e50 ^









a654e4ec ^
4690ce81 ^
672e3e50 ^
65361948 ^
672e3e50 ^





76755b28 ^

4690ce81 ^
76755b28 ^

672e3e50 ^
4690ce81 ^
76755b28 ^

672e3e50 ^

76755b28 ^

672e3e50 ^





a654e4ec ^
4690ce81 ^

76755b28 ^

65361948 ^

672e3e50 ^


65361948 ^
672e3e50 ^

4690ce81 ^
9570363a ^
d009e158 ^
4690ce81 ^
672e3e50 ^
65361948 ^
672e3e50 ^
4690ce81 ^
9570363a ^
672e3e50 ^
65361948 ^




672e3e50 ^




a654e4ec ^
672e3e50 ^





76755b28 ^

4690ce81 ^

a654e4ec ^
9542bb11 ^

4690ce81 ^

9542bb11 ^

76755b28 ^


4690ce81 ^

a654e4ec ^
9542bb11 ^

672e3e50 ^
65361948 ^
76755b28 ^
672e3e50 ^



65361948 ^


a654e4ec ^
4690ce81 ^

a654e4ec ^
9542bb11 ^
a654e4ec ^
4690ce81 ^
76755b28 ^
65361948 ^

672e3e50 ^



65361948 ^


76755b28 ^

4690ce81 ^
76755b28 ^

65361948 ^
4690ce81 ^
a654e4ec ^
4690ce81 ^
65361948 ^
65361948 ^






a654e4ec ^

4690ce81 ^
65361948 ^

4690ce81 ^
65361948 ^



672e3e50 ^


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