Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed ch from main loop | James Booth | 2015-01-15 | 1 | -2/+2 |
* | Inlined ui_handle_special_keys | James Booth | 2015-01-15 | 1 | -2/+0 |
* | Removed result from main loop | James Booth | 2015-01-14 | 1 | -1/+1 |
* | Pass value rather than address of ch during main loop | James Booth | 2015-01-14 | 1 | -1/+1 |
* | Merge remote-tracking branch 'incertia/eval_pass-fixes' | James Booth | 2015-01-14 | 1 | -0/+1 |
|\ | |||||
| * | fix tests | Will Song | 2015-01-12 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'peterlvilim/keyring' | James Booth | 2015-01-13 | 3 | -1/+75 |
|\ \ | |/ |/| | |||||
| * | Add unit tests for eval_password | Peter Vilim | 2015-01-12 | 3 | -1/+75 |
* | | Merge remote-tracking branch 'peterlvilim/keyring' | James Booth | 2015-01-13 | 5 | -11/+24 |
|\| | |||||
| * | Fix current tests | Peter Vilim | 2015-01-07 | 5 | -11/+24 |
* | | Merge remote-tracking branch 'savar/dynamic_input_block' | James Booth | 2015-01-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'incertia/exit-title' | James Booth | 2015-01-12 | 1 | -0/+1 |
|\ \ | |||||
| * | | add cons_exittitle_setting to tests | Will Song | 2015-01-08 | 1 | -0/+1 |
| * | | add ui_goodbye_title to tests | Will Song | 2014-12-29 | 1 | -0/+1 |
* | | | Fixed tests | James Booth | 2015-01-11 | 4 | -12/+12 |
* | | | Added remaining chat states | James Booth | 2015-01-11 | 1 | -0/+6 |
* | | | Send active chat state, handle composing and gone from recipients | James Booth | 2015-01-10 | 3 | -10/+10 |
* | | | Added preferences for showing resource in titlebar and messages | James Booth | 2015-01-10 | 1 | -0/+1 |
* | | | Show resource in titlebar and on each message | James Booth | 2015-01-10 | 1 | -1/+1 |
* | | | Added tests for clearing chat sessions on lost connection | James Booth | 2015-01-10 | 6 | -4/+32 |
* | | | Added test to ensure chat sessions cleared on cmd_disconnect | James Booth | 2015-01-10 | 6 | -1/+46 |
* | | | Fixed chat session tests | James Booth | 2015-01-10 | 4 | -188/+35 |
* | | | Added offline handler for chat sessions | James Booth | 2015-01-06 | 5 | -2/+73 |
* | | | Fixed tests | James Booth | 2015-01-06 | 2 | -6/+2 |
* | | | Added chat session tests | James Booth | 2015-01-06 | 5 | -0/+186 |
* | | | Merge branch 'master' into chat-sessions | James Booth | 2015-01-06 | 1 | -26/+78 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fixed assert fail messages in tests | James Booth | 2015-01-06 | 1 | -26/+78 |
| |/ | |||||
* | | Fixed chat sessions test | James Booth | 2015-01-05 | 1 | -3/+2 |
* | | Refactored chat session handling on sending message | James Booth | 2015-01-04 | 3 | -9/+5 |
* | | Use resource in chat sessions | James Booth | 2015-01-04 | 1 | -1/+2 |
|/ | |||||
* | 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 |