about summary refs log tree commit diff stats
path: root/tests/test_server_events.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed testsJames Booth2015-01-111-4/+4
|
* Send active chat state, handle composing and gone from recipientsJames Booth2015-01-101-4/+4
|
* Added tests for clearing chat sessions on lost connectionJames Booth2015-01-101-0/+16
|
* Fixed chat session testsJames Booth2015-01-101-8/+8
|
* Added offline handler for chat sessionsJames Booth2015-01-061-0/+19
|
* Fixed testsJames Booth2015-01-061-6/+0
|
* Fixed chat sessions testJames Booth2015-01-051-3/+2
|
* Refactored chat session handling on sending messageJames Booth2015-01-041-2/+3
|
* Use resource in chat sessionsJames Booth2015-01-041-1/+2
|
* Use events for chat sessionsJames Booth2014-12-291-2/+2
|
* Fixed chat state for non OTRJames Booth2014-12-281-1/+1
|
* Added server_event testsJames Booth2014-12-251-23/+20
|
* Moved roster functionsJames Booth2014-12-161-1/+1
|
* Fixed broken testJames Booth2014-11-131-0/+1
|
* Fixed testsJames Booth2014-09-211-6/+6
|
* Chat room windows now created only after successful joinJames Booth2014-04-211-52/+1
|
* Store password with roomJames Booth2014-04-201-2/+2
|
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-1/+1
|
* Added presence_error tests, added muc_close()James Booth2014-01-301-8/+89
|
* Added message stanza error testsJames Booth2014-01-281-1/+40
|
* Moved error handling logic to server_eventsJames Booth2014-01-281-0/+9
|
* Added statuses settings to prefs outputJames Booth2014-01-211-9/+9
|
* WIP - /statuses command optionsJames Booth2014-01-201-0/+106
1 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456