Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Removed wins_refresh_console when not required for /sub command output | James Booth | 2013-12-27 | 1 | -2/+0 | |
| |/ / |/| | | | | | | | | Implicitly called by cons_show | |||||
* | | | Test usage shown for /sub | James Booth | 2013-12-27 | 3 | -0/+19 | |
| | | | ||||||
* | | | Added /sub command test | James Booth | 2013-12-27 | 5 | -1/+38 | |
|/ / | ||||||
* | | Removed whitespace | James Booth | 2013-12-27 | 1 | -1/+1 | |
| | | ||||||
* | | Added tests for "/account clear <property>" | James Booth | 2013-12-27 | 3 | -0/+92 | |
| | | ||||||
* | | Test for presence update when changing priority | James Booth | 2013-12-27 | 8 | -2/+91 | |
| | | ||||||
* | | Changed messages on invalid priorities | James Booth | 2013-12-27 | 4 | -14/+45 | |
| | | ||||||
* | | Test priority above upper bounds | James Booth | 2013-12-27 | 3 | -2/+21 | |
| | | ||||||
* | | Test priority below lower bounds | James Booth | 2013-12-27 | 3 | -0/+20 | |
| | | ||||||
* | | Added test for showing message when changing priority | James Booth | 2013-12-26 | 5 | -1/+63 | |
| | | ||||||
* | | Removed mock code from tests | James Booth | 2013-12-26 | 3 | -52/+102 | |
| | | ||||||
* | | Added mock_accounts and fixed tests | James Booth | 2013-12-26 | 9 | -319/+830 | |
| | | ||||||
* | | Bind remaining ui functions in main.c | James Booth | 2013-12-23 | 6 | -40/+67 | |
| | | ||||||
* | | Bind console functions in main.c | James Booth | 2013-12-23 | 3 | -64/+68 | |
| | | ||||||
* | | Bind ui core functions in main.c | James Booth | 2013-12-22 | 3 | -81/+78 | |
| | | ||||||
* | | Bind roster functions in main.c | James Booth | 2013-12-22 | 3 | -6/+13 | |
| | | ||||||
* | | Bind presence functions in main.c | James Booth | 2013-12-22 | 3 | -11/+17 | |
| | | ||||||
* | | Bind message functions in main.c | James Booth | 2013-12-22 | 3 | -9/+15 | |
| | | ||||||
* | | Bind iq functions in main.c | James Booth | 2013-12-22 | 3 | -4/+11 | |
| | | ||||||
* | | Bind capabilities functions in main.c | James Booth | 2013-12-22 | 3 | -2/+9 | |
| | | ||||||
* | | Bind bookmark functions in main.c | James Booth | 2013-12-22 | 3 | -5/+12 | |
| | | ||||||
* | | Bind jabber functions in main.c | James Booth | 2013-12-22 | 4 | -14/+29 | |
| | | ||||||
* | | Dynamically load UI functions, fixed tests | James Booth | 2013-12-22 | 13 | -805/+793 | |
| | | ||||||
* | | Added mocks and stubs for cons_show | James Booth | 2013-12-19 | 10 | -122/+183 | |
| | | ||||||
* | | Replaced old mock_xmpp | James Booth | 2013-12-18 | 7 | -255/+36 | |
| | | ||||||
* | | Added common mock functions and fixed tests | James Booth | 2013-12-18 | 7 | -117/+276 | |
| | | ||||||
* | | 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 | |
| | |