about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_rooms.c
Commit message (Expand)AuthorAgeFilesLines
* Fix unit test after account_new API changePaul Fariello2019-04-171-2/+2
* Filter rooms by simple case insensitive textJames Booth2018-02-041-0/+9
* Fix tests, move glob creationJames Booth2018-01-271-2/+23
* Rename command sourcesJames Booth2016-05-221-1/+1
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-10/+0
* Rename jabber_ functionsJames Booth2016-05-061-1/+1
* Add session.cJames Booth2016-05-051-3/+3
* Added account theme propertyJames Booth2016-01-221-1/+1
* Fixed test_cmd_rooms.cJames Booth2015-10-191-16/+3
* Fixed tests for new command formatJames Booth2015-07-271-15/+5
* Fixed segfault in unit testsJames Booth2015-07-021-0/+1
* Added current window reference to command functionsJames Booth2015-06-171-3/+3
* Moved all tests to tests folderJames Booth2015-06-121-0/+104
a> 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