about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_join.c
Commit message (Expand)AuthorAgeFilesLines
* Fix unittest memleak in test_cmd_joinMichael Vetter2019-10-051-0/+8
* Fix unit test after account_new API changePaul Fariello2019-04-171-4/+4
* Moved muc.cJames Booth2016-07-241-1/+1
* Rename command sourcesJames Booth2016-05-221-1/+1
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-5/+0
* Rename jabber_ functionsJames Booth2016-05-061-4/+4
* Add session.cJames Booth2016-05-051-6/+6
* Added account theme propertyJames Booth2016-01-221-4/+4
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-4/+4
* Add ability to script commands after connectJames Booth2015-10-151-4/+4
* Fixed tests for new command formatJames Booth2015-07-271-25/+8
* Merge branch 'master' into openpgpJames Booth2015-06-171-6/+6
|\
| * Added current window reference to command functionsJames Booth2015-06-171-6/+6
* | Merge branch 'master' into openpgpJames Booth2015-06-121-4/+4
|/
* Moved all tests to tests folderJames Booth2015-06-121-0/+184
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 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283