about summary refs log tree commit diff stats
path: root/tests/unittests/unittests.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken support for case-sensitive account namesPhilip Flohr2019-02-221-1/+4
| | | | | | | | | | | Don't lower account name before calling accounts_get_account(). Only lower if there is no account with the given name and the name is interpreted as a jid. Updated unittests to test this behaviour. Fixes #725 .
* tests: remove cflag -w and fix warningsDmitry Podgorny2018-10-311-2/+2
| | | | | | | | | The flag hides errors. But we want unit tests to be correct in order to reveal errors in the main code. The patch removes tests_unittests_unittests_CFLAGS which makes autotools use AM_CFLAGS instead. Therefore, unit tests are built with flags derived from configure.ac.
* Merge pull request #991 from paulfariello/feature/xep-0050Michael Vetter2018-09-271-1/+1
|\ | | | | Add support for xep 0050 ad-hoc commands, without multi-step
| * Rename mucconf wins into conf winsPaul Fariello2018-09-051-1/+1
| | | | | | | | Configuration windows are now being used by both muc and cmd.
* | Move p_sha1_hash() to stanza.cMichael Vetter2018-09-061-7/+0
|/ | | | | | | | | | | | Move `p_sha1_hash()` from `common.c` to `xmpp/stanza.c` as it is only used in this file and now depends on libstrophe so xmpp is a better namespace folder. Renaming it as `_stanza_create_sha1_hash()`. And making static since only used here. The function cannot be tested in the unit tests anymore. Once functional tests are working again we should write a test for the sha1 functionality.
* Use jid argument for /bookmark when in roomJames Booth2018-03-041-0/+5
| | | | fixes #983
* Fix tests, move glob creationJames Booth2018-01-271-1/+2
|
* Set locale in unit testsJames Booth2017-04-291-1/+17
| | | | issue #901
* Allow previous autocompletion with shift tabJames Booth2017-04-011-0/+1
|
* Add test for case insensitive autocompleteJames Booth2017-03-251-0/+1
|
* Autocomplete accent and case insensitiveJames Booth2017-03-251-0/+4
|
* Fix multibyte chars in prof_occurrencesJames Booth2017-01-261-0/+2
| | | | issue #901
* Fix assertion errors in unit testsJames Booth2016-09-251-1/+3
|
* Use hashtables for plugin disco featuresJames Booth2016-08-171-0/+9
|
* Move window functions to window_list.cJames Booth2016-07-241-19/+0
|
* Moved chat_session.cJames Booth2016-07-241-1/+1
|
* Free plugins commands on quitJames Booth2016-07-041-0/+4
|
* Move /statuses options to /presence commandJames Booth2016-05-311-14/+14
|
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-15/+0
|
* Fixed testsJames Booth2016-04-271-2/+0
|
* Added whole word matches for room mentionJames Booth2016-04-071-1/+2
|
* Added prof_strstr functionJames Booth2016-04-031-8/+2
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-4/+4
|
* Added C plugin code from plugins branchJames Booth2016-02-141-5/+4
|
* Fixed assertion errors in testsJames Booth2016-01-301-1/+3
|
* Added more group testsJames Booth2015-11-141-5/+14
|
* Keep count of group membersJames Booth2015-11-121-0/+5
|
* Fixed OTR decryption checkJames Booth2015-08-271-0/+1
|
* Added str_contains_str to commonJames Booth2015-08-261-0/+7
|
* Fixed tests for new command formatJames Booth2015-07-271-3/+5
|
* Added messaage when account resource changed whilst connectedJames Booth2015-06-241-0/+1
|
* Moved setting otr.warn -> enc.warnJames Booth2015-06-211-8/+0
|
* Added initial /pgp start checksJames Booth2015-06-181-0/+10
|
* Added cmd_pgp testsJames Booth2015-06-181-0/+7
|
* Moved all tests to tests folderJames Booth2015-06-121-0/+595
santi/profani-tty/blame/test_prof_history.c?id=f21cb52ab025cfe1bc90226d7bb433fc775d390e'>^
1d5046bc ^


4531aebd ^

b6c5fef4 ^

1730372e ^

1d5046bc ^







1730372e ^

1d5046bc ^
1730372e ^

1d5046bc ^
1730372e ^

1d5046bc ^
1730372e ^

1d5046bc ^
1730372e ^
6bad38c2 ^
1d5046bc ^
1730372e ^




1d5046bc ^







1730372e ^
6bad38c2 ^
1d5046bc ^
1730372e ^

1d5046bc ^
1730372e ^
6bad38c2 ^
1d5046bc ^
6bad38c2 ^

1d5046bc ^
1730372e ^

1d5046bc ^
1730372e ^
6bad38c2 ^
1d5046bc ^
1730372e ^

1d5046bc ^
1730372e ^

1d5046bc ^
1730372e ^

1d5046bc ^
1730372e ^




1d5046bc ^







1730372e ^
6bad38c2 ^
1d5046bc ^
1730372e ^

1d5046bc ^
1730372e ^
6bad38c2 ^
1d5046bc ^
1730372e ^
1d5046bc ^
1730372e ^


8202255d ^

1d5046bc ^

8202255d ^
1d5046bc ^
8202255d ^
6bad38c2 ^
1d5046bc ^
773255b4 ^
8202255d ^
1d5046bc ^
8202255d ^

1d5046bc ^
8202255d ^

c72d7ad6 ^
b6c5fef4 ^
c72d7ad6 ^
1730372e ^

b6c5fef4 ^

f21cb52a ^

4531aebd ^


1730372e ^


8202255d ^
b6c5fef4 ^
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233