Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added focus param to ui_room_join, not set for bookmark autojoin | James Booth | 2014-04-13 | 3 | -7/+9 |
| | | | | Issue #194 | ||||
* | Revert "Added ui_already_connected" | James Booth | 2014-04-12 | 3 | -15/+4 |
| | | | | This reverts commit e97ec56fce641554ff7aa2ff9f0583e1fb9fc364. | ||||
* | Added ui_already_connected | James Booth | 2014-04-09 | 3 | -4/+15 |
| | |||||
* | Command argument parsers set result argument | James Booth | 2014-04-09 | 1 | -130/+186 |
| | |||||
* | Removed strcpy calls | James Booth | 2014-04-02 | 1 | -2/+1 |
| | |||||
* | Added missing files, refactored ui_switch_win to check win exists | James Booth | 2014-04-01 | 4 | -26/+46 |
| | |||||
* | Added test for valid window switch | James Booth | 2014-04-01 | 3 | -1/+16 |
| | |||||
* | Added cmd_win test | James Booth | 2014-04-01 | 3 | -0/+26 |
| | |||||
* | Renamed refresh functions to update_virtual | James Booth | 2014-04-01 | 3 | -8/+8 |
| | |||||
* | Change 'passwd' option to 'password' for /join command | James Booth | 2014-03-16 | 1 | -1/+1 |
| | |||||
* | Use expect_value == NULL for NULL parameters in tests | James Booth | 2014-03-16 | 2 | -4/+4 |
| | |||||
* | Added /roster clearnick command | James Booth | 2014-03-16 | 5 | -1/+184 |
| | |||||
* | Added /roster remove tests | James Booth | 2014-03-16 | 5 | -2/+59 |
| | |||||
* | Added /roster add test | James Booth | 2014-03-16 | 5 | -0/+60 |
| | |||||
* | Added cmd_roster test | James Booth | 2014-03-16 | 5 | -0/+103 |
| | |||||
* | Command '/statuses muc' now allows 'all', 'online' and 'none' settings | James Booth | 2014-03-15 | 5 | -19/+43 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 3 | -66/+0 |
| | |||||
* | Test for password usage on /join | James Booth | 2014-03-08 | 3 | -0/+32 |
| | |||||
* | Added test for account muc_service usage | James Booth | 2014-03-08 | 3 | -1/+32 |
| | |||||
* | Added test for using account->muc_nick | James Booth | 2014-03-08 | 3 | -0/+29 |
| | |||||
* | Refactored muc_room_is_active to only take room, rather than full jid | James Booth | 2014-03-08 | 2 | -10/+7 |
| | |||||
* | Added test for /join with nick option | James Booth | 2014-03-08 | 7 | -424/+65 |
| | |||||
* | Added invalid jid test for /join | James Booth | 2014-03-08 | 3 | -0/+19 |
| | |||||
* | Added test to show usage when no room supplied to /join | James Booth | 2014-03-08 | 3 | -0/+21 |
| | |||||
* | Added connection status tests for cmd_join | James Booth | 2014-03-08 | 3 | -0/+494 |
| | |||||
* | Test /otr start sends OTR query message to current recipient | James Booth | 2014-02-23 | 7 | -0/+56 |
| | |||||
* | Added test for /otr start when no key loaded | James Booth | 2014-02-23 | 3 | -0/+20 |
| | |||||
* | Fixed issue with /otr myfp when no key loaded | James Booth | 2014-02-23 | 5 | -0/+33 |
| | |||||
* | Added test for /otr start when already in OTR session | James Booth | 2014-02-23 | 3 | -0/+19 |
| | |||||
* | Added tests for /otr start from non chat windows | James Booth | 2014-02-23 | 3 | -0/+45 |
| | |||||
* | Revert "Fail test for travis" | James Booth | 2014-02-23 | 1 | -1/+1 |
| | | | | This reverts commit 4c1634610c562751868b4b3245e44a41a2af8d10. | ||||
* | Fail test for travis | James Booth | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | Test /otr theirfp | James Booth | 2014-02-17 | 5 | -0/+45 |
| | |||||
* | Test for /otr theirfp in non OTR window | James Booth | 2014-02-17 | 5 | -0/+34 |
| | |||||
* | Added test for /otr theirfp when in other non chat windows | James Booth | 2014-02-17 | 3 | -2/+29 |
| | |||||
* | Added test for /otr theirfp when in console | James Booth | 2014-02-17 | 5 | -0/+43 |
| | |||||
* | Added /otr myfp test | James Booth | 2014-02-17 | 7 | -5/+65 |
| | |||||
* | Added connection status tests for /otr myfp | James Booth | 2014-02-16 | 3 | -0/+36 |
| | |||||
* | Fixed previous tests | James Booth | 2014-02-16 | 1 | -2/+2 |
| | |||||
* | Added connection status tests for /otr gen | James Booth | 2014-02-16 | 3 | -0/+50 |
| | |||||
* | Test /otr gen | James Booth | 2014-02-16 | 5 | -7/+26 |
| | |||||
* | Added test for message when no connected /otr gen | James Booth | 2014-02-16 | 3 | -0/+17 |
| | |||||
* | Mock otr module for cmd_otr tests | James Booth | 2014-02-16 | 5 | -4/+70 |
| | |||||
* | Refactor test setup and teardown functions | James Booth | 2014-02-16 | 3 | -36/+68 |
| | |||||
* | Added conditional include in cmd_otr tests | James Booth | 2014-02-16 | 1 | -1/+5 |
| | |||||
* | Added test for /otr libver | James Booth | 2014-02-16 | 3 | -0/+20 |
| | |||||
* | Added tests for /otr warn | James Booth | 2014-02-16 | 5 | -0/+95 |
| | |||||
* | Added tests for /otr log | James Booth | 2014-02-16 | 3 | -0/+166 |
| | |||||
* | Added cmd_otr tests | James Booth | 2014-02-16 | 3 | -0/+61 |
| | |||||
* | Removed manual logging of test results | James Booth | 2014-02-12 | 1 | -34/+1 |
| | | | | Cmocka on more recent distros already has this functionality |