Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unit tests for eval_password | Peter Vilim | 2015-01-12 | 3 | -1/+75 |
* | Fix current tests | Peter Vilim | 2015-01-07 | 5 | -11/+24 |
* | Fixed assert fail messages in tests | James Booth | 2015-01-06 | 1 | -26/+78 |
* | Use events for chat sessions | James Booth | 2014-12-29 | 2 | -3/+3 |
* | Fixed chat state for non OTR | James Booth | 2014-12-28 | 1 | -1/+1 |
* | Moved chat states out of xmpp module for message send chat | James Booth | 2014-12-27 | 2 | -1/+6 |
* | Removed old mocks | James Booth | 2014-12-25 | 9 | -1652/+0 |
* | Added server_event tests | James Booth | 2014-12-25 | 3 | -29/+47 |
* | Added roster_list tests | James Booth | 2014-12-25 | 1 | -2/+1 |
* | Added preferences tests | James Booth | 2014-12-25 | 1 | -1/+2 |
* | Added parser tests | James Booth | 2014-12-25 | 1 | -1/+1 |
* | Added muc tests | James Booth | 2014-12-25 | 1 | -2/+2 |
* | Added jid tests | James Booth | 2014-12-25 | 1 | -1/+1 |
* | Added history tests | James Booth | 2014-12-25 | 1 | -1/+2 |
* | Added form tests | James Booth | 2014-12-25 | 3 | -114/+1 |
* | Added contact tests | James Booth | 2014-12-25 | 1 | -2/+0 |
* | Added common tests | James Booth | 2014-12-25 | 1 | -2/+1 |
* | Added cmd_win tests | James Booth | 2014-12-25 | 3 | -5/+11 |
* | Added cmd_sub tests | James Booth | 2014-12-25 | 2 | -7/+5 |
* | Added cmd_statuses tests | James Booth | 2014-12-25 | 2 | -15/+3 |
* | Added cmd_roster tests | James Booth | 2014-12-24 | 4 | -42/+67 |
* | Added cmd_rooms tests | James Booth | 2014-12-24 | 3 | -17/+18 |
* | Added cmd_otr tests | James Booth | 2014-12-24 | 6 | -98/+224 |
* | Added cmd_join tests | James Booth | 2014-12-24 | 3 | -35/+45 |
* | Added cmd_connect tests | James Booth | 2014-12-24 | 7 | -115/+131 |
* | Added cmd_bookmark tests | James Booth | 2014-12-24 | 4 | -55/+94 |
* | Added cmd_alias tests | James Booth | 2014-12-24 | 3 | -15/+10 |
* | Added autocomplete tests | James Booth | 2014-12-24 | 1 | -2/+2 |
* | Refactored all cmd_account tests | James Booth | 2014-12-24 | 5 | -338/+257 |
* | Refactoring cmd_account tests | James Booth | 2014-12-24 | 3 | -51/+11 |
* | Refactoring cmd_account tests | James Booth | 2014-12-24 | 4 | -43/+35 |
* | Use will_return instead of mock values | James Booth | 2014-12-23 | 10 | -122/+27 |
* | cmd_account_shows_account_when_connected_and_no_args | James Booth | 2014-12-23 | 10 | -14/+73 |
* | Added stubbed implementations | James Booth | 2014-12-23 | 11 | -6/+764 |
* | Fixed tests | James Booth | 2014-12-20 | 4 | -5/+32 |
* | Refactored all window recipients and types | James Booth | 2014-12-20 | 4 | -28/+7 |
* | Moved roster functions | James Booth | 2014-12-16 | 3 | -5/+5 |
* | Refactored parsing caps | James Booth | 2014-11-26 | 3 | -0/+22 |
* | Renamed roster autocomplete functions | James Booth | 2014-11-22 | 1 | -14/+14 |
* | Fixed broken test | James Booth | 2014-11-13 | 3 | -0/+13 |
* | Fixed various memory leaks | James Booth | 2014-11-01 | 1 | -3/+15 |
* | Removed /duck command | James Booth | 2014-10-18 | 3 | -14/+0 |
* | Tidied muc module | James Booth | 2014-09-28 | 3 | -27/+27 |
* | Renamed autocomplete function to get list | James Booth | 2014-09-26 | 1 | -4/+8 |
* | Fixed tests | James Booth | 2014-09-21 | 2 | -51/+51 |
* | Added autocompletion for form list-multi values | James Booth | 2014-09-17 | 1 | -0/+1 |
* | Added tests for form_remove_text_multi_value | James Booth | 2014-09-15 | 3 | -6/+171 |
* | Added tests for form_remove_value | James Booth | 2014-09-15 | 3 | -0/+146 |
* | Added tests for form_add_value | James Booth | 2014-09-15 | 3 | -0/+124 |
* | Added form tests | James Booth | 2014-09-14 | 3 | -0/+378 |