Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidied cmd_otr, added check-unit target to Makefile | James Booth | 2015-06-15 | 1 | -0/+3 |
* | Moved UI interfaces to ui.h | James Booth | 2015-06-15 | 1 | -4/+0 |
* | Moved ui/windows -> window_list | James Booth | 2015-06-15 | 1 | -2/+2 |
* | Moved all tests to tests folder | James Booth | 2015-06-12 | 1 | -44/+44 |
* | Added chat session functional tests | James Booth | 2015-06-06 | 1 | -0/+1 |
* | Added simple message tests | James Booth | 2015-05-31 | 1 | -0/+1 |
* | Added regex output matcher, presence test | James Booth | 2015-05-29 | 1 | -0/+1 |
* | Split functional tests | James Booth | 2015-05-28 | 1 | -0/+2 |
* | Renamed stabbertests -> functionaltests | James Booth | 2015-05-28 | 1 | -9/+9 |
* | Moved tests -> unittests | James Booth | 2015-05-28 | 1 | -36/+36 |
* | Expect header check | James Booth | 2015-05-26 | 1 | -1/+1 |
* | Use libexpect in stabber test | James Booth | 2015-05-26 | 1 | -38/+2 |
* | Added custom resource checker | James Booth | 2015-05-25 | 1 | -0/+1 |
* | Added more connect tests | James Booth | 2015-05-24 | 1 | -5/+5 |
* | Added initial stabber test | James Booth | 2015-05-17 | 1 | -1/+1 |
* | Added stabber testsuite | James Booth | 2015-05-17 | 1 | -5/+48 |
* | Removed ui_win_switch_num | James Booth | 2015-04-30 | 1 | -1/+0 |
* | Added ui events module | James Booth | 2015-04-28 | 1 | -0/+2 |
* | Added client_events module, reuse message sending code for all commands | James Booth | 2015-04-19 | 1 | -0/+2 |
* | Moved server_events to event/ | James Booth | 2015-04-19 | 1 | -2/+2 |
* | Merge branch 'master' into readline | James Booth | 2015-03-08 | 1 | -1/+5 |
|\ | |||||
| * | Fixed tests for --disable-otr | James Booth | 2015-03-04 | 1 | -1/+5 |
* | | Removed history and various key handlers | James Booth | 2015-01-30 | 1 | -6/+0 |
* | | Extracted keyhandler for printable characters | James Booth | 2015-01-20 | 1 | -0/+3 |
|/ | |||||
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 1 | -4/+4 |
* | Added remaining chat states | James Booth | 2015-01-11 | 1 | -0/+2 |
* | Added test to ensure chat sessions cleared on cmd_disconnect | James Booth | 2015-01-10 | 1 | -0/+1 |
* | Added chat session tests | James Booth | 2015-01-06 | 1 | -0/+1 |
* | Added server_event tests | James Booth | 2014-12-25 | 1 | -0/+1 |
* | Added roster_list tests | James Booth | 2014-12-25 | 1 | -0/+1 |
* | Added preferences tests | James Booth | 2014-12-25 | 1 | -0/+1 |
* | Added parser tests | James Booth | 2014-12-25 | 1 | -0/+1 |
* | Added muc tests | James Booth | 2014-12-25 | 1 | -0/+1 |
* | Added jid tests | James Booth | 2014-12-25 | 1 | -0/+1 |
* | Added history tests | James Booth | 2014-12-25 | 1 | -0/+1 |
* | Added form tests | James Booth | 2014-12-25 | 1 | -1/+2 |
* | Added contact tests | James Booth | 2014-12-25 | 1 | -0/+1 |
* | Added common tests | James Booth | 2014-12-25 | 1 | -0/+1 |
* | Added cmd_win tests | James Booth | 2014-12-25 | 1 | -0/+1 |
* | Added cmd_sub tests | James Booth | 2014-12-25 | 1 | -0/+1 |
* | Added cmd_statuses tests | James Booth | 2014-12-25 | 1 | -0/+1 |
* | Added cmd_roster tests | James Booth | 2014-12-24 | 1 | -0/+1 |
* | Added cmd_rooms tests | James Booth | 2014-12-24 | 1 | -0/+1 |
* | Added cmd_otr tests | James Booth | 2014-12-24 | 1 | -2/+1 |
* | Added cmd_join tests | James Booth | 2014-12-24 | 1 | -0/+1 |
* | Added cmd_connect tests | James Booth | 2014-12-24 | 1 | -0/+1 |
* | Added cmd_bookmark tests | James Booth | 2014-12-24 | 1 | -0/+1 |
* | Added cmd_alias tests | James Booth | 2014-12-24 | 1 | -0/+1 |
* | Added autocomplete tests | James Booth | 2014-12-24 | 1 | -0/+1 |
* | Use will_return instead of mock values | James Booth | 2014-12-23 | 1 | -3/+3 |