| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -1/+61 |
* | Test account free'd after connect | James Booth | 2013-12-15 | 4 | -1/+38 |
* | 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 | 1 | -0/+4 |
* | 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 | 5 | -1/+125 |
* | Moved _ask_password to UI module | James Booth | 2013-12-15 | 6 | -27/+33 |
* | 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 | 5 | -4/+93 |
* | Seperated command functions into module | James Booth | 2013-12-15 | 1 | -4/+4 |
* | Mocked account preferences and tested cmd_rooms | James Booth | 2013-12-14 | 6 | -8/+196 |
* | Removed debug from tests | James Booth | 2013-12-14 | 2 | -6/+5 |
* | Added roster_list tests to cmocka | James Booth | 2013-12-14 | 3 | -93/+139 |
* | Added parser tests to cmocka | James Booth | 2013-12-14 | 3 | -180/+220 |
* | Added history and jid tests to cmocka | James Booth | 2013-12-14 | 5 | -159/+196 |
* | Added missing files | James Booth | 2013-12-14 | 6 | -0/+516 |
* | Moved autocomplete tests to cmocka | James Booth | 2013-12-14 | 2 | -38/+36 |
* | Moved common tests to cmocka | James Booth | 2013-12-14 | 3 | -117/+104 |
* | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 3 | -5/+5 |
* | Removed unused boolean result from autocomplete add and remove | James Booth | 2013-12-09 | 1 | -37/+0 |
* | Removed limit on number of windows, WIP | James Booth | 2013-08-27 | 1 | -105/+105 |
* | Added function to get next available window number, and tests | James Booth | 2013-08-27 | 1 | -0/+296 |
* | Added test for broken argument quoting | James Booth | 2013-08-26 | 1 | -0/+39 |
* | Fixed compiler warning in test_autocomplete.c | James Booth | 2013-08-26 | 1 | -1/+0 |
* | removed strdup in autocomplete calls | Dmitry Podgorny | 2013-08-26 | 1 | -32/+17 |
* | Added test for quoted freetext in parser | James Booth | 2013-07-20 | 1 | -0/+13 |
* | Added parser tests | James Booth | 2013-07-14 | 1 | -0/+131 |
* | Merge branch 'master' into unicode | James Booth | 2013-07-13 | 1 | -3/+3 |
|\ |
|
| * | Down arrow adds current line to history and shows empty line | James Booth | 2013-07-13 | 1 | -3/+3 |
* | | Moved functions to parser.c, moved parser to tools | James Booth | 2013-07-11 | 1 | -1/+1 |
|/ |
|
* | Fixed roster tests | James Booth | 2013-06-23 | 1 | -70/+68 |
* | Removed contact_list, moved roster logic to xmpp/roster module | James Booth | 2013-05-06 | 1 | -1/+1 |
* | Renamed contact_list_ functions to roster_ | James Booth | 2013-05-06 | 3 | -89/+89 |
* | Fixed tests | James Booth | 2013-02-17 | 1 | -54/+54 |
* | Removed invalid tests | James Booth | 2013-02-14 | 1 | -39/+0 |
* | Only create contacts resource when online | James Booth | 2013-02-10 | 1 | -101/+58 |
* | Renamed contact property jid->barejid | James Booth | 2013-02-09 | 1 | -19/+19 |
* | Fixed tests | James Booth | 2013-02-02 | 3 | -3/+3 |
* | Renamed parser.c -> command_parser.c | James Booth | 2013-01-28 | 2 | -92/+92 |
* | Renamed history modules | James Booth | 2013-01-28 | 3 | -5/+5 |
* | Renamed create jid function using barejid and resource | James Booth | 2013-01-27 | 1 | -2/+2 |
* | Fixed jid handling to allow @ and / in resource | James Booth | 2013-01-26 | 1 | -0/+48 |
* | Got rid of old naming convention on prof_autocomplete | James Booth | 2013-01-25 | 3 | -57/+57 |
* | Updated /info command for chat and private chat | James Booth | 2013-01-20 | 1 | -4/+4 |
* | Command parser handles quotes arguments | James Booth | 2013-01-14 | 1 | -0/+107 |