about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Renamed otr implementationsJames Booth2014-02-123-2/+2
|
* Moved otr sources into folderJames Booth2014-02-129-7/+7
|
* Added DS store to gitignoreJames Booth2014-02-121-0/+1
|
* Merge branch 'master' of github.com:boothj5/profanityJames Booth2014-02-122-35/+2
|\
| * Removed manual logging of test resultsJames Booth2014-02-122-35/+2
| | | | | | | | Cmocka on more recent distros already has this functionality
* | Ignore deprecated warningsJames Booth2014-02-121-1/+1
|/ | | | To enable native (non brew) compile on Max OS X
* Added command to show libotr versionJames Booth2014-02-115-3/+22
|
* Use instag master, and skip fragmentationJames Booth2014-02-111-9/+9
|
* Allow V3, use OTRL_INSTAG_BEST, output error event when no messageJames Booth2014-02-111-10/+14
|
* Changed OTR policy for otr4.cJames Booth2014-02-101-1/+1
|
* Merge branch 'libotr4' of github.com:boothj5/profanity into libotr4James Booth2014-02-104-7/+555
|\
| * Changed functions for libotr4 compatibilityJames Booth2014-02-091-11/+26
| |
| * Added libotr4 message handlersJames Booth2014-02-091-5/+33
| |
| * Added otr4.cJames Booth2014-02-091-0/+472
| |
| * Check for libotr versionJames Booth2014-02-093-7/+40
| |
* | Merge branch 'master' into libotr4James Booth2014-02-101-1/+1
|\ \ | |/ |/|
| * Changed OTR policy allow V1 and V2James Booth2014-02-101-1/+1
| |
* | Use AC_SEARCH_LIBS for otrJames Booth2014-02-081-4/+4
| |
* | Added libotr back to configure by defaultJames Booth2014-02-082-9/+7
|/ | | | Renamed to BUILD_OTR3
* Removed id from bookmarks addJames Booth2014-02-031-1/+0
|
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-027-7/+9
| | | | Issue #298
* Added AC_CHECK_LIB fallback for brewJames Booth2014-02-021-1/+2
|
* Implemented add bookmark for XEP-0223James Booth2014-02-023-2/+106
| | | | Issue #194
* Joined testsuites (allows for total test count)James Booth2014-02-021-50/+2
|
* Test message when removing autojoin for non existent bookmarkJames Booth2014-02-026-4/+33
|
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-0210-15/+47
|
* Added message when bookmark updatedJames Booth2014-02-028-23/+55
|
* Added /bookmark remove testsJames Booth2014-02-026-0/+70
|
* Added test for when autojoin no nick on /bookmark addJames Booth2014-02-023-0/+21
|
* Added cons message on ./bookmark addJames Booth2014-02-022-0/+22
|
* Added cmd_bookmark testsJames Booth2014-02-018-1/+222
|
* Changed name of expected values in testsJames Booth2014-02-011-4/+4
|
* Added test for /bookmark listJames Booth2014-02-0110-2/+169
|
* Moved test helpersJames Booth2014-02-014-2/+2
|
* Fixed cmd_bookmark message when not connectedJames Booth2014-02-014-5/+54
|
* Added cmd_bookmark testsJames Booth2014-02-015-0/+44
|
* Added muc room active testsJames Booth2014-01-313-0/+27
|
* Added muc invite count testsJames Booth2014-01-303-0/+24
|
* Added setup and teardown for muc testsJames Booth2014-01-303-8/+15
|
* Close muc after testJames Booth2014-01-301-0/+4
|
* Added muc remove invite testJames Booth2014-01-303-1/+15
|
* Added muc testsJames Booth2014-01-304-0/+26
|
* Added presence_error tests, added muc_close()James Booth2014-01-309-23/+139
|
* Refactored handle_presence_error, removed no longer used functionsJames Booth2014-01-307-84/+16
|
* Renamed handle_error_message -> handle_presence_errorJames Booth2014-01-303-4/+4
|
* Added push-all.sh to .gitignoreJames Booth2014-01-301-0/+1
|
* Close UI windows on /quitJames Booth2014-01-301-0/+1
| | | | fixes #296
* Move all test output to ./testsuite.out, show single line pass/failJames Booth2014-01-292-2/+13
|
* Added message stanza error testsJames Booth2014-01-286-8/+102
|
* Disable OTR support by default until 4.0.0 is supported.James Booth2014-01-281-2/+4
| | | | enable with: ./configure --enable-otr