about summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix prefs_get_str related leaks in unit testsMichael Vetter2019-06-193-0/+15
* Remove cons_mouse_setting() stubMichael Vetter2019-06-171-1/+0
* Cancel autoping timer on disconnect or connection lossDmitry Podgorny2019-06-031-0/+1
* Use mock_type() for casting mock()Frank Zschockelt2019-05-084-13/+13
* Use mock_ptr_type() to silence compiler warningsFrank Zschockelt2019-05-084-12/+12
* Update tests with new URLMichael Vetter2019-05-036-39/+39
* Add occupantswin_occupants_all() stub to unittestMichael Vetter2019-04-231-0/+1
* Fix server_event unit testsPaul Fariello2019-04-171-0/+5
* Fix OTR unit test after account_new API changePaul Fariello2019-04-171-1/+1
* Fix unit test after account_new API changePaul Fariello2019-04-176-18/+19
* Add omemo_start_sessions to unittest stubMichael Vetter2019-04-141-0/+1
* Automatically starts OMEMO if one identity is trustedPaul Fariello2019-04-101-0/+6
* Wait for discovery end to publish omemo devicelist and bundlePaul Fariello2019-04-101-0/+1
* Rework MUC reflected message filteringPaul Fariello2019-04-102-3/+6
* Add OMEMO in prefs commandPaul Fariello2019-04-101-0/+1
* Add required OMEMO stub for unit-testPaul Fariello2019-04-103-3/+69
* Fix broken support for case-sensitive account namesPhilip Flohr2019-02-223-8/+32
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* tests: remove cflag -w and fix warningsDmitry Podgorny2018-10-318-101/+106
* Merge pull request #991 from paulfariello/feature/xep-0050Michael Vetter2018-09-276-15/+17
|\
| * Remove unused stup session_get_domainPaul Fariello2018-09-051-5/+0
| * Add connection_get_domain stub for testsPaul Fariello2018-09-051-0/+5
| * Add support for command config executionPaul Fariello2018-09-051-1/+1
| * Add conf win callbackPaul Fariello2018-09-051-2/+2
| * Rename mucconf wins into conf winsPaul Fariello2018-09-055-12/+12
| * Add command subcommands: list and execPaul Fariello2018-09-051-0/+2
* | Move p_sha1_hash() to stanza.cMichael Vetter2018-09-063-71/+0
|/
* fix: Missing pthread includeRafael Sadowski2018-08-131-0/+1
* Add room /me functional testsJames Booth2018-04-213-0/+58
* Add preferences for tab displayJames Booth2018-03-091-2/+7
* Add prefs for empty tabs and tab namesJames Booth2018-03-081-0/+1
* Show name in statusbar tabs WIPJames Booth2018-03-081-2/+2
* Use jid argument for /bookmark when in roomJames Booth2018-03-043-1/+139
* Add /rooms cacheJames Booth2018-02-052-0/+2
* Filter rooms by simple case insensitive textJames Booth2018-02-041-0/+9
* Fix tests, move glob creationJames Booth2018-01-275-11/+35
* 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
* Set locale in unit testsJames Booth2017-04-291-1/+17
* Allow previous autocompletion with shift tabJames Booth2017-04-017-32/+51
* Add test for case insensitive autocompleteJames Booth2017-03-253-0/+14
* Autocomplete accent and case insensitiveJames Booth2017-03-253-0/+60
* Allow installing plugins from directoryJames Booth2017-02-051-1/+0
* Update CopyrightJames Booth2017-01-281-34/+0
* Fix multibyte chars in prof_occurrencesJames Booth2017-01-262-0/+34
* Add carbons from checkJames Booth2017-01-231-1/+1
* Allow room display properies to be set by pluginsJames Booth2017-01-201-0/+5
* Allow chat prefix char to be set by pluginsJames Booth2017-01-201-0/+4
* Add titlebar encryption text to plugins apiJames Booth2017-01-191-0/+3
lass='oid'>b4482b9f ^
216493ef ^

b4482b9f ^
216493ef ^

b4482b9f ^
216493ef ^
5bccee93 ^
abc2f0de ^
97d96746 ^

cce01f1d ^
5bccee93 ^
f91b21a1 ^
2bda22c3 ^
a00095c8 ^
2bda22c3 ^

30b5f112 ^
b21edfaa ^
f082563b ^
57dc5f14 ^
01e13f98 ^
295cb0da ^
56602278 ^
f0f3a739 ^
35239ee3 ^

84ccee20 ^
fb7001cf ^
72c1c496 ^
bab75cae ^
0aa758cb ^
3c1db1cd ^
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