Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Fail test for travis" | James Booth | 2014-02-23 | 1 | -1/+1 |
| | | | | This reverts commit 4c1634610c562751868b4b3245e44a41a2af8d10. | ||||
* | Fail test for travis | James Booth | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | Added cmocka to travis build | James Booth | 2014-02-23 | 1 | -0/+10 |
| | |||||
* | Added custom script to travis build | James Booth | 2014-02-23 | 1 | -0/+1 |
| | |||||
* | Changed travis libotr dependency | James Booth | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | Added dependencies to travis build | James Booth | 2014-02-23 | 1 | -1/+13 |
| | |||||
* | Added bootstrap.sh to travis build | James Booth | 2014-02-23 | 1 | -0/+1 |
| | |||||
* | Added travis config | James Booth | 2014-02-23 | 1 | -0/+1 |
| | |||||
* | Show OTR status on /msg usr when usr has already started an OTR session | James Booth | 2014-02-23 | 1 | -0/+5 |
| | | | | fixes #308 | ||||
* | Merge branch 'master' into otr-query | James Booth | 2014-02-23 | 1 | -1/+0 |
|\ | |||||
| * | Removed debug on error messages | James Booth | 2014-02-23 | 1 | -1/+0 |
| | | |||||
* | | Added OTR supported versions in initial start query message | James Booth | 2014-02-18 | 6 | -2/+26 |
|/ | |||||
* | Test /otr theirfp | James Booth | 2014-02-17 | 5 | -0/+45 |
| | |||||
* | Test for /otr theirfp in non OTR window | James Booth | 2014-02-17 | 5 | -0/+34 |
| | |||||
* | Added test for /otr theirfp when in other non chat windows | James Booth | 2014-02-17 | 3 | -2/+29 |
| | |||||
* | Added test for /otr theirfp when in console | James Booth | 2014-02-17 | 5 | -0/+43 |
| | |||||
* | Added /otr myfp test | James Booth | 2014-02-17 | 8 | -6/+66 |
| | |||||
* | Added connection status tests for /otr myfp | James Booth | 2014-02-16 | 3 | -0/+36 |
| | |||||
* | Fixed previous tests | James Booth | 2014-02-16 | 1 | -2/+2 |
| | |||||
* | Added connection status tests for /otr gen | James Booth | 2014-02-16 | 3 | -0/+50 |
| | |||||
* | Test /otr gen | James Booth | 2014-02-16 | 5 | -7/+26 |
| | |||||
* | Added test for message when no connected /otr gen | James Booth | 2014-02-16 | 3 | -0/+17 |
| | |||||
* | Mock otr module for cmd_otr tests | James Booth | 2014-02-16 | 9 | -49/+144 |
| | |||||
* | Refactor test setup and teardown functions | James Booth | 2014-02-16 | 3 | -36/+68 |
| | |||||
* | Added conditional include in cmd_otr tests | James Booth | 2014-02-16 | 1 | -1/+5 |
| | |||||
* | Added test for /otr libver | James Booth | 2014-02-16 | 3 | -0/+20 |
| | |||||
* | Added tests for /otr warn | James Booth | 2014-02-16 | 8 | -2/+104 |
| | |||||
* | Added tests for /otr log | James Booth | 2014-02-16 | 3 | -0/+166 |
| | |||||
* | Added cmd_otr tests | James Booth | 2014-02-16 | 5 | -0/+67 |
| | |||||
* | Show message on /alias list when no aliases | James Booth | 2014-02-15 | 1 | -0/+5 |
| | |||||
* | Fixed /alias add, when alias already exists | James Booth | 2014-02-15 | 1 | -1/+1 |
| | |||||
* | Only show error message when err != 0 | James Booth | 2014-02-15 | 1 | -4/+6 |
| | | | | fixes #307 | ||||
* | Removed free message function from otrlibv3 | James Booth | 2014-02-13 | 1 | -6/+0 |
| | |||||
* | Refactored common otr library code | James Booth | 2014-02-13 | 5 | -815/+549 |
| | |||||
* | Renamed otr implementations | James Booth | 2014-02-12 | 3 | -2/+2 |
| | |||||
* | Moved otr sources into folder | James Booth | 2014-02-12 | 9 | -7/+7 |
| | |||||
* | Added DS store to gitignore | James Booth | 2014-02-12 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of github.com:boothj5/profanity | James Booth | 2014-02-12 | 2 | -35/+2 |
|\ | |||||
| * | Removed manual logging of test results | James Booth | 2014-02-12 | 2 | -35/+2 |
| | | | | | | | | Cmocka on more recent distros already has this functionality | ||||
* | | Ignore deprecated warnings | James Booth | 2014-02-12 | 1 | -1/+1 |
|/ | | | | To enable native (non brew) compile on Max OS X | ||||
* | Added command to show libotr version | James Booth | 2014-02-11 | 5 | -3/+22 |
| | |||||
* | Use instag master, and skip fragmentation | James Booth | 2014-02-11 | 1 | -9/+9 |
| | |||||
* | Allow V3, use OTRL_INSTAG_BEST, output error event when no message | James Booth | 2014-02-11 | 1 | -10/+14 |
| | |||||
* | Changed OTR policy for otr4.c | James Booth | 2014-02-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'libotr4' of github.com:boothj5/profanity into libotr4 | James Booth | 2014-02-10 | 4 | -7/+555 |
|\ | |||||
| * | Changed functions for libotr4 compatibility | James Booth | 2014-02-09 | 1 | -11/+26 |
| | | |||||
| * | Added libotr4 message handlers | James Booth | 2014-02-09 | 1 | -5/+33 |
| | | |||||
| * | Added otr4.c | James Booth | 2014-02-09 | 1 | -0/+472 |
| | | |||||
| * | Check for libotr version | James Booth | 2014-02-09 | 3 | -7/+40 |
| | | |||||
* | | Merge branch 'master' into libotr4 | James Booth | 2014-02-10 | 1 | -1/+1 |
|\ \ | |/ |/| |