Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
|\ \ | |/ |/| | ||||||
| * | Changed OTR policy allow V1 and V2 | James Booth | 2014-02-10 | 1 | -1/+1 | |
| | | ||||||
* | | Use AC_SEARCH_LIBS for otr | James Booth | 2014-02-08 | 1 | -4/+4 | |
| | | ||||||
* | | Added libotr back to configure by default | James Booth | 2014-02-08 | 2 | -9/+7 | |
|/ | | | | Renamed to BUILD_OTR3 | |||||
* | Removed id from bookmarks add | James Booth | 2014-02-03 | 1 | -1/+0 | |
| | ||||||
* | Use wnoutrefresh, pnoutrefresh and doupdate | James Booth | 2014-02-02 | 7 | -7/+9 | |
| | | | | Issue #298 | |||||
* | Added AC_CHECK_LIB fallback for brew | James Booth | 2014-02-02 | 1 | -1/+2 | |
| | ||||||
* | Implemented add bookmark for XEP-0223 | James Booth | 2014-02-02 | 3 | -2/+106 | |
| | | | | Issue #194 | |||||
* | Joined testsuites (allows for total test count) | James Booth | 2014-02-02 | 1 | -50/+2 | |
| | ||||||
* | Test message when removing autojoin for non existent bookmark | James Booth | 2014-02-02 | 6 | -4/+33 | |
| | ||||||
* | Show message on /bookmark remove when bookmark does not exist | James Booth | 2014-02-02 | 10 | -15/+47 | |
| | ||||||
* | Added message when bookmark updated | James Booth | 2014-02-02 | 8 | -23/+55 | |
| | ||||||
* | Added /bookmark remove tests | James Booth | 2014-02-02 | 6 | -0/+70 | |
| | ||||||
* | Added test for when autojoin no nick on /bookmark add | James Booth | 2014-02-02 | 3 | -0/+21 | |
| | ||||||
* | Added cons message on ./bookmark add | James Booth | 2014-02-02 | 2 | -0/+22 | |
| |