about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_bookmark.c
Commit message (Expand)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-50/+68
* Revert "Apply coding style"Michael Vetter2020-07-071-73/+55
* Apply coding styleMichael Vetter2020-07-071-55/+73
* Fix memleak in cmd_bookmark_list_shows_bookmarks unittestMichael Vetter2019-10-061-0/+16
* tests: remove cflag -w and fix warningsDmitry Podgorny2018-10-311-5/+7
* Use jid argument for /bookmark when in roomJames Booth2018-03-041-1/+129
* Use current room for /bookmark add and /bookmark removeJames Booth2016-10-051-1/+2
* Rename Bookmark->jid to Bookmark->barejidJames Booth2016-08-281-7/+7
* Use hash table for bookmarksJames Booth2016-08-211-2/+0
* 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-10/+0
* Add session.cJames Booth2016-05-051-10/+10
* Fixed tests for new command formatJames Booth2015-07-271-43/+15
* Added current window reference to command functionsJames Booth2015-06-171-19/+28
* Moved all tests to tests folderJames Booth2015-06-121-0/+297
'#n208'>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 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339