Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 1 | -2/+2 |
| | |||||
* | Added test to ensure chat sessions cleared on cmd_disconnect | James Booth | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | Refactored chat session handling on sending message | James Booth | 2015-01-04 | 1 | -5/+2 |
| | |||||
* | Moved chat states out of xmpp module for message send chat | James Booth | 2014-12-27 | 1 | -1/+4 |
| | |||||
* | Added form tests | James Booth | 2014-12-25 | 1 | -70/+1 |
| | |||||
* | Added cmd_roster tests | James Booth | 2014-12-24 | 1 | -3/+18 |
| | |||||
* | Added cmd_rooms tests | James Booth | 2014-12-24 | 1 | -1/+6 |
| | |||||
* | Added cmd_otr tests | James Booth | 2014-12-24 | 1 | -1/+6 |
| | |||||
* | Added cmd_join tests | James Booth | 2014-12-24 | 1 | -1/+7 |
| | |||||
* | Added cmd_connect tests | James Booth | 2014-12-24 | 1 | -2/+7 |
| | |||||
* | Added cmd_bookmark tests | James Booth | 2014-12-24 | 1 | -3/+8 |
| | |||||
* | Refactored all cmd_account tests | James Booth | 2014-12-24 | 1 | -3/+8 |
| | |||||
* | Use will_return instead of mock values | James Booth | 2014-12-23 | 1 | -28/+7 |
| | |||||
* | cmd_account_shows_account_when_connected_and_no_args | James Booth | 2014-12-23 | 1 | -1/+9 |
| | |||||
* | Added stubbed implementations | James Booth | 2014-12-23 | 1 | -0/+254 |