Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Dynamically bind xmpp module api | James Booth | 2013-12-18 | 8 | -143/+194 | |
| | | ||||||
| * | Merge branch 'master' into otr | James Booth | 2013-12-18 | 7 | -18/+602 | |
| |\ | |/ |/| | ||||||
* | | Added tests for setting presence priorities | James Booth | 2013-12-17 | 5 | -18/+169 | |
| | | ||||||
* | | Added tests for "/account set <status> <priority>" with invalid status | James Booth | 2013-12-17 | 3 | -0/+38 | |
| | | ||||||
* | | Added tests for "/account set status" | James Booth | 2013-12-17 | 4 | -1/+111 | |
| | | ||||||
* | | Tests valid and invalid resource presence strings | James Booth | 2013-12-17 | 3 | -0/+56 | |
| | | ||||||
* | | Removed help->usage when not used in tests | James Booth | 2013-12-17 | 1 | -15/+0 | |
| | | ||||||
* | | Added tests for "/account set muc" and "/account set nick" | James Booth | 2013-12-17 | 4 | -2/+102 | |
| | | ||||||
* | | Added tests for "/account set password" | James Booth | 2013-12-17 | 4 | -1/+51 | |
| | | ||||||
* | | Added tests for "/account set resource" | James Booth | 2013-12-17 | 3 | -0/+45 | |
| | | ||||||
* | | Added tests for "/account set server" | James Booth | 2013-12-17 | 4 | -1/+50 | |
| | | ||||||
| * | Merge branch 'master' into otr | James Booth | 2013-12-16 | 17 | -52/+1055 | |
| |\ | |/ |/| | | | | | Conflicts: src/command/commands.c | |||||
* | | Added validation tests for "/account set" and "/account set jid" | James Booth | 2013-12-16 | 4 | -46/+220 | |
| | | ||||||
* | | Use expect_any when testing something else in cmd_account tests | James Booth | 2013-12-16 | 1 | -7/+7 | |
| | | ||||||
* | | Added tests for "/account rename" | James Booth | 2013-12-16 | 4 | -6/+99 | |
| | | ||||||
* | | Added tests for "/account disable" | James Booth | 2013-12-15 | 4 | -0/+73 | |
| | | ||||||
* | | Added tests for "/account enable" | James Booth | 2013-12-15 | 4 | -0/+73 | |
| | | ||||||
* | | Test "/account add" shows message on success | James Booth | 2013-12-15 | 3 | -0/+18 | |
| | | ||||||
* | | Test "/account add <account>" adds account | James Booth | 2013-12-15 | 4 | -3/+24 | |
| | | ||||||
* | | Test "/account add" with missing arg | James Booth | 2013-12-15 | 3 | -0/+16 | |
| | | ||||||
* | | Test "/account show <account>" when account exists | James Booth | 2013-12-15 | 3 | -1/+22 | |
| | | ||||||
* | | Test "/account show" when no account does not exist | James Booth | 2013-12-15 | 3 | -0/+19 | |
| | | ||||||
* | | Added "/account show" test when no account supplied | James Booth | 2013-12-15 | 3 | -1/+17 | |
| | | ||||||
* | | Test "/account list" | James Booth | 2013-12-15 | 4 | -2/+32 | |
| | | ||||||
* | | Added cmd_account test | James Booth | 2013-12-15 | 5 | -1/+62 | |
| | | ||||||
* | | Test account free'd after connect | James Booth | 2013-12-15 | 5 | -2/+39 | |
| | | ||||||
* | | Added tests for connecting with account | James Booth | 2013-12-15 | 4 | -1/+35 | |
| | | ||||||
* | | Added test for message when connecting via account | James Booth | 2013-12-15 | 3 | -0/+28 | |
| | | ||||||
* | | Added ask for password test when connecting with an account | James Booth | 2013-12-15 | 4 | -0/+29 | |
| | | ||||||
* | | Tests lowercasing argument on cmd_connect | James Booth | 2013-12-15 | 4 | -12/+39 | |
| | | ||||||
* | | Moved fulljid logic to accounts | James Booth | 2013-12-15 | 4 | -6/+16 | |
| | | ||||||
* | | Ignore arguments that are not part of test | James Booth | 2013-12-15 | 1 | -10/+10 | |
| | | ||||||
* | | Added mock log module | James Booth | 2013-12-15 | 6 | -2/+127 | |
| | | ||||||
* | | Moved _ask_password to UI module | James Booth | 2013-12-15 | 9 | -43/+49 | |
| | | ||||||
* | | Check expected arg to account_get_account in cmd_rooms test | James Booth | 2013-12-15 | 2 | -0/+2 | |
| | | ||||||
* | | Added cmd_connect tests | James Booth | 2013-12-15 | 6 | -5/+95 | |
| | | ||||||
| * | Merge branch 'master' into otr | James Booth | 2013-12-15 | 52 | -4095/+5120 | |
| |\ | |/ |/| | | | | | Conflicts: src/command/command.c | |||||
* | | Seperated command functions into module | James Booth | 2013-12-15 | 7 | -2492/+2566 | |
| | | ||||||
* | | Mocked account preferences and tested cmd_rooms | James Booth | 2013-12-14 | 7 | -9/+198 | |
| | | ||||||
* | | Removed commented setion from Makefile.am | James Booth | 2013-12-14 | 1 | -22/+0 | |
| | | ||||||
* | | Tidied Makefile.am | James Booth | 2013-12-14 | 1 | -2/+4 | |
| | | ||||||
* | | Removed debug from tests | James Booth | 2013-12-14 | 2 | -6/+5 | |
| | | ||||||
* | | Added roster_list tests to cmocka | James Booth | 2013-12-14 | 4 | -93/+140 | |
| | | ||||||
* | | Added parser tests to cmocka | James Booth | 2013-12-14 | 4 | -180/+221 | |
| | | ||||||
* | | Added history and jid tests to cmocka | James Booth | 2013-12-14 | 6 | -159/+198 | |
| | | ||||||
* | | Added missing files | James Booth | 2013-12-14 | 6 | -0/+516 | |
| | | ||||||
* | | Moved autocomplete tests to cmocka | James Booth | 2013-12-14 | 4 | -49/+48 | |
| | | ||||||
* | | Moved common tests to cmocka | James Booth | 2013-12-14 | 5 | -121/+110 | |
| | | ||||||
* | | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 30 | -582/+703 | |
| | | ||||||
* | | Merge branch 'master' into refactor | James Booth | 2013-12-10 | 1 | -0/+49 | |
|\ \ |