about summary refs log tree commit diff stats
path: root/tests/unittests/config
Commit message (Collapse)AuthorAgeFilesLines
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-311-1/+1
| | | | Fix #1068
* Use mock_type() for casting mock()Frank Zschockelt2019-05-081-5/+5
|
* Use mock_ptr_type() to silence compiler warningsFrank Zschockelt2019-05-081-2/+2
| | | | | | Unit tests on 32-bit architectures were failing due to "cast to pointer from integer of different size" warnings. mock_ptr_type silences those by first casting to uintptr_t.
* Fix unit test after account_new API changePaul Fariello2019-04-171-0/+1
|
* Allow clearing account resourceJames Booth2016-11-221-0/+1
| | | | issue #880
* Use server features for account muc serviceJames Booth2016-11-201-0/+1
| | | | issue #878
* Added account theme propertyJames Booth2016-01-221-0/+2
|
* Moved sending of initial presence to sv_ev_roster_receivedJames Booth2015-12-141-0/+4
|
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-0/+1
|
* Add ability to script commands after connectJames Booth2015-10-151-0/+2
|
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-0/+6
|
* Save last activity to account on disconnectJames Booth2015-09-251-0/+1
|
* Merge branch 'master' into openpgpJames Booth2015-06-121-0/+2
|
* Moved all tests to tests folderJames Booth2015-06-121-0/+185
> ^
f918675c ^
2f02189d ^

f918675c ^


2f02189d ^
f918675c ^

2f02189d ^
f918675c ^
2f02189d ^
f918675c ^
2f02189d ^
f918675c ^
2f02189d ^
f918675c ^


2f02189d ^
f918675c ^
2f02189d ^



b4d5b589 ^
2f02189d ^

f918675c ^
2f02189d ^
f918675c ^
2f02189d ^


b4d5b589 ^
2f02189d ^

f918675c ^
2f02189d ^

f918675c ^


2f02189d ^
f918675c ^
2f02189d ^




b4d5b589 ^
2f02189d ^

f918675c ^

2f02189d ^

f918675c ^







2f02189d ^
f918675c ^
2f02189d ^



f344b250 ^

f918675c ^
f344b250 ^

2f02189d ^



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