about summary refs log tree commit diff stats
path: root/tests/functionaltests
Commit message (Expand)AuthorAgeFilesLines
* Add include for waitpid to functionaltestMichael Vetter2020-06-041-0/+1
* Update tests with new URLMichael Vetter2019-05-036-39/+39
* Rename mucconf wins into conf winsPaul Fariello2018-09-051-2/+2
* Add room /me functional testsJames Booth2018-04-213-0/+58
* Fix tests, move glob creationJames Booth2018-01-271-6/+6
* Only send ping requests to client that support itJames Booth2017-06-163-9/+100
* Change server name in functional testsJames Booth2017-06-151-1/+1
* Show message when server does not support pingJames Booth2017-06-153-0/+28
* Add carbons from checkJames Booth2017-01-231-1/+1
* Remove status from cl_ev_presence_sendJames Booth2017-01-153-0/+29
* Allow clearing account resourceJames Booth2016-11-222-2/+2
* Use server features for account muc serviceJames Booth2016-11-204-18/+1
* Tests: disable occupants panel in functional testsJames Booth2016-09-262-2/+2
* Tests: longer timeout for failing functional test on travisJames Booth2016-09-261-0/+2
* log_info on private carbonsJames Booth2016-08-283-0/+32
* Send receipt request only when receiver supports featureJames Booth2016-08-183-1/+40
* Add /blocked commandJames Booth2016-05-013-33/+33
* Fixed functional test ID based stubsJames Booth2016-04-263-34/+34
* 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-053-0/+28
* Added functional tests for /console commandJames Booth2015-12-305-3/+111
* Use single quotes in functional test stanzasJames Booth2015-12-3012-215/+215
* Uncommented functional testsJames Booth2015-12-221-63/+63
* Added chat message functional testsJames Booth2015-12-223-67/+86
* Updated console new message textJames Booth2015-12-203-6/+6
* Change console incoming message text to include "win"James Booth2015-12-202-5/+5
* Added functional test for muc console messageJames Booth2015-12-203-1/+32
* Disable muc notifications for functional testsJames Booth2015-12-201-0/+2
* Added more muc functional testsJames Booth2015-12-203-6/+97
* Removed whitespaceJames Booth2015-12-201-5/+0
* Added muc functional testsJames Booth2015-12-203-0/+161
* Fixed functional testsJames Booth2015-11-291-2/+2
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-182-2/+2
* functionaltests: user ip address for server on connectJames Booth2015-10-132-2/+2
* functionaltests: reset connect wait to 30 secsJames Booth2015-10-131-1/+1
* functionaltests: Doubled libexpect timeout for connectJames Booth2015-10-131-1/+1
* Doubled expect timeout for connect in tests, removed libuuid from travis buildJames Booth2015-10-131-1/+1
* Fixed functional testsJames Booth2015-09-301-3/+13
* Show software version result in current windowJames Booth2015-08-064-9/+68
* Handle software version requests for gateways that return from domainpartJames Booth2015-08-054-0/+31
* Use id handler for software version requests, handle errorsJames Booth2015-08-053-0/+27
* Added software version request testsJames Booth2015-08-043-0/+66
* Added test for missing resource on presenceJames Booth2015-08-043-0/+21
* tests: prof_connect_with_roster takes itemsJames Booth2015-07-232-18/+17
* Added id attributes to roster queriesJames Booth2015-07-225-9/+148
* Added reciept send functional testJames Booth2015-07-203-0/+23
* Added receipt request functional testJames Booth2015-07-203-1/+35
* Added functional test macroJames Booth2015-07-201-102/+36
* Added carbon message testsJames Booth2015-07-203-0/+79
onaltests/test_connect.c?id=a48b9fcec2385c5d571f1f02ed6e769d6b4ee821'>a48b9fce ^
7f98e013 ^
37600846 ^


a48b9fce ^



7f98e013 ^
37600846 ^


a48b9fce ^



7f98e013 ^
37600846 ^



a522d022 ^
f8c5ed57 ^

7f98e013 ^
f8c5ed57 ^



a522d022 ^
37600846 ^
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