about summary refs log tree commit diff stats
path: root/tests/testsuite.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed tests for sha1 renamingJames Booth2014-06-151-7/+7
* Refactored bookmarks to use option parser, allow bookmarking rooms with passw...James Booth2014-05-101-7/+0
* Changed to use gnutls instead of openssl for sha1 hashingJames Booth2014-05-011-0/+7
* Chat room windows now created only after successful joinJames Booth2014-04-211-4/+1
* Check for duplicate options in option parserJames Booth2014-04-141-0/+1
* Added parse_optionsJames Booth2014-04-141-0/+8
* Added test for valid window switchJames Booth2014-04-011-0/+1
* Added cmd_win testJames Booth2014-04-011-0/+3
* Added /roster clearnick commandJames Booth2014-03-161-0/+7
* Added /roster remove testsJames Booth2014-03-161-0/+2
* Added /roster add testJames Booth2014-03-161-0/+2
* Added cmd_roster testJames Booth2014-03-161-0/+7
* Command '/statuses muc' now allows 'all', 'online' and 'none' settingsJames Booth2014-03-151-3/+6
* Test for password usage on /joinJames Booth2014-03-081-0/+1
* Added test for account muc_service usageJames Booth2014-03-081-0/+1
* Added test for using account->muc_nickJames Booth2014-03-081-0/+1
* Added test for /join with nick optionJames Booth2014-03-081-0/+1
* Added invalid jid test for /joinJames Booth2014-03-081-0/+1
* Added test to show usage when no room supplied to /joinJames Booth2014-03-081-0/+1
* Added connection status tests for cmd_joinJames Booth2014-03-081-0/+5
* Test /otr start sends OTR query message to current recipientJames Booth2014-02-231-0/+1
* Added test for /otr start when no key loadedJames Booth2014-02-231-0/+1
* Fixed issue with /otr myfp when no key loadedJames Booth2014-02-231-0/+1
* Added test for /otr start when already in OTR sessionJames Booth2014-02-231-0/+1
* Added tests for /otr start from non chat windowsJames Booth2014-02-231-0/+4
* Test /otr theirfpJames Booth2014-02-171-0/+1
* Test for /otr theirfp in non OTR windowJames Booth2014-02-171-0/+1
* Added test for /otr theirfp when in other non chat windowsJames Booth2014-02-171-0/+3
* Added test for /otr theirfp when in consoleJames Booth2014-02-171-0/+1
* Added /otr myfp testJames Booth2014-02-171-0/+1
* Added connection status tests for /otr myfpJames Booth2014-02-161-0/+5
* Added connection status tests for /otr genJames Booth2014-02-161-0/+5
* Test /otr genJames Booth2014-02-161-0/+1
* Added test for message when no connected /otr genJames Booth2014-02-161-0/+1
* Refactor test setup and teardown functionsJames Booth2014-02-161-31/+31
* Added test for /otr libverJames Booth2014-02-161-0/+1
* Added tests for /otr warnJames Booth2014-02-161-0/+8
* Added tests for /otr logJames Booth2014-02-161-0/+18
* Added cmd_otr testsJames Booth2014-02-161-0/+9
* Removed manual logging of test resultsJames Booth2014-02-121-34/+1
* Joined testsuites (allows for total test count)James Booth2014-02-021-50/+2
* Test message when removing autojoin for non existent bookmarkJames Booth2014-02-021-0/+1
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-021-0/+1
* Added message when bookmark updatedJames Booth2014-02-021-0/+1
* Added /bookmark remove testsJames Booth2014-02-021-0/+2
* Added test for when autojoin no nick on /bookmark addJames Booth2014-02-021-0/+1
* Added cmd_bookmark testsJames Booth2014-02-011-0/+7
* Added test for /bookmark listJames Booth2014-02-011-0/+1
* Moved test helpersJames Booth2014-02-011-1/+1
* Fixed cmd_bookmark message when not connectedJames Booth2014-02-011-0/+5
a> 533 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