about summary refs log tree commit diff stats
path: root/tests/test_cmd_otr.c
Commit message (Expand)AuthorAgeFilesLines
* Added pgpkeyid account setting, send signed presenceJames Booth2015-03-231-1/+1
* Send private carbons element with message when encryptedJames Booth2015-03-101-2/+2
* Merge remote-tracking branch 'peterlvilim/keyring'James Booth2015-01-131-1/+1
|\
| * Fix current testsPeter Vilim2015-01-071-1/+1
* | Refactored chat session handling on sending messageJames Booth2015-01-041-2/+0
|/
* Moved chat states out of xmpp module for message send chatJames Booth2014-12-271-0/+2
* Added cmd_otr testsJames Booth2014-12-241-91/+78
* Fixed testsJames Booth2014-12-201-3/+15
* Refactored all window recipients and typesJames Booth2014-12-201-4/+1
* Removed /duck commandJames Booth2014-10-181-10/+0
* Always update UI in event loop, removed updates from rest of codeJames Booth2014-09-011-4/+0
* Implemented per contact OTR policy settingJames Booth2014-05-111-1/+1
* Added OTR policy account preferenceJames Booth2014-05-111-1/+1
* Renamed refresh functions to update_virtualJames Booth2014-04-011-4/+4
* Test /otr start sends OTR query message to current recipientJames Booth2014-02-231-0/+22
* Added test for /otr start when no key loadedJames Booth2014-02-231-0/+18
* Fixed issue with /otr myfp when no key loadedJames Booth2014-02-231-0/+17
* Added test for /otr start when already in OTR sessionJames Booth2014-02-231-0/+17
* Added tests for /otr start from non chat windowsJames Booth2014-02-231-0/+37
* Test /otr theirfpJames Booth2014-02-171-0/+27
* Test for /otr theirfp in non OTR windowJames Booth2014-02-171-0/+17
* Added test for /otr theirfp when in other non chat windowsJames Booth2014-02-171-2/+23
* Added test for /otr theirfp when in consoleJames Booth2014-02-171-0/+16
* Added /otr myfp testJames Booth2014-02-171-1/+21
* Added connection status tests for /otr myfpJames Booth2014-02-161-0/+26
* Fixed previous testsJames Booth2014-02-161-2/+2
* Added connection status tests for /otr genJames Booth2014-02-161-0/+40
* Test /otr genJames Booth2014-02-161-0/+23
* Added test for message when no connected /otr genJames Booth2014-02-161-0/+15
* Mock otr module for cmd_otr testsJames Booth2014-02-161-2/+5
* Added conditional include in cmd_otr testsJames Booth2014-02-161-1/+5
* Added test for /otr libverJames Booth2014-02-161-0/+18
* Added tests for /otr warnJames Booth2014-02-161-0/+70
* Added tests for /otr logJames Booth2014-02-161-0/+140
* Added cmd_otr testsJames Booth2014-02-161-0/+45