about summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Added /bookmark remove testsJames Booth2014-02-025-0/+65
* Added test for when autojoin no nick on /bookmark addJames Booth2014-02-023-0/+21
* Added cons message on ./bookmark addJames Booth2014-02-021-0/+10
* Added cmd_bookmark testsJames Booth2014-02-017-0/+221
* Changed name of expected values in testsJames Booth2014-02-011-4/+4
* Added test for /bookmark listJames Booth2014-02-019-1/+167
* Moved test helpersJames Booth2014-02-013-1/+1
* Fixed cmd_bookmark message when not connectedJames Booth2014-02-013-0/+49
* Added cmd_bookmark testsJames Booth2014-02-013-0/+38
* Added muc room active testsJames Booth2014-01-313-0/+27
* Added muc invite count testsJames Booth2014-01-303-0/+24
* Added setup and teardown for muc testsJames Booth2014-01-303-8/+15
* Close muc after testJames Booth2014-01-301-0/+4
* Added muc remove invite testJames Booth2014-01-303-1/+15
* Added muc testsJames Booth2014-01-303-0/+25
* Added presence_error tests, added muc_close()James Booth2014-01-305-16/+120
* Move all test output to ./testsuite.out, show single line pass/failJames Booth2014-01-291-2/+12
* Added message stanza error testsJames Booth2014-01-285-7/+101
* Moved error handling logic to server_eventsJames Booth2014-01-285-0/+32
* Renamed preferences setup and teardown test functionsJames Booth2014-01-283-48/+48
* Fixed double free'ing in testsJames Booth2014-01-283-10/+10
* Don't allow /alias to overwrite standard commandJames Booth2014-01-252-4/+6
* Added help for /alias commandJames Booth2014-01-251-5/+5
* Added aliases to autocompleteJames Booth2014-01-231-0/+1
* Show message when alias already exists in /alias addJames Booth2014-01-233-0/+20
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-235-0/+202
* Refactored ProfAccount creationJames Booth2014-01-226-119/+12
* Fixed memory leaks from str_replaceJames Booth2014-01-211-0/+24
* Added statuses settings to prefs outputJames Booth2014-01-212-10/+10
* Added use of statuses preferencesJames Booth2014-01-211-7/+5
* WIP - /statuses command optionsJames Booth2014-01-209-89/+219
* Use defaults for /statuses commandsJames Booth2014-01-194-3/+58
* Added tests/config/helpersJames Booth2014-01-194-40/+49
* Changed /statuses preferencesJames Booth2014-01-193-0/+252
* Fixed broken testsJames Booth2014-01-192-2/+2
* Refactored testsuite for less verbose outputJames Booth2014-01-193-5/+64
* Added cmd_statuses validation testsJames Booth2014-01-193-0/+82
* Added cmd_connect tests for invalid propertiesJames Booth2014-01-183-0/+42
* Added cmd_connect test for repeated port propertyJames Booth2014-01-183-0/+21
* Added cmd_connect test for repeated server propertyJames Booth2014-01-183-0/+21
* Added cmd_connect tests for connecting server and portJames Booth2014-01-185-49/+93
* Added cmd_connect tests for argument validationJames Booth2014-01-183-0/+164
* Fixed broken testsJames Booth2014-01-182-1/+4
* Fixed test compilationJames Booth2014-01-182-3/+4
* Refactored roster add/updateJames Booth2014-01-051-52/+52
* Removed roster_list tests covered by contact testsJames Booth2014-01-053-26/+0
* Added contact testsJames Booth2014-01-053-0/+325
* Added contact presence offline testJames Booth2014-01-053-0/+15
* Added tests for contact typeJames Booth2014-01-053-0/+117
* Test usage shown for /subJames Booth2013-12-273-0/+19
/a> 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689