about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added OTR supported versions in initial start query messageJames Booth2014-02-186-2/+26
|/
* Added /otr myfp testJames Booth2014-02-171-1/+1
|
* Mock otr module for cmd_otr testsJames Booth2014-02-163-45/+73
|
* Added tests for /otr warnJames Booth2014-02-163-2/+9
|
* Added cmd_otr testsJames Booth2014-02-161-0/+5
|
* Show message on /alias list when no aliasesJames Booth2014-02-151-0/+5
|
* Fixed /alias add, when alias already existsJames Booth2014-02-151-1/+1
|
* Only show error message when err != 0James Booth2014-02-151-4/+6
| | | | fixes #307
* Removed free message function from otrlibv3James Booth2014-02-131-6/+0
|
* Refactored common otr library codeJames Booth2014-02-134-813/+547
|
* Renamed otr implementationsJames Booth2014-02-122-0/+0
|
* Moved otr sources into folderJames Booth2014-02-128-5/+5
|
* 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-102-1/+516
|\
| * 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-091-1/+1
| |
* | Changed OTR policy allow V1 and V2James Booth2014-02-101-1/+1
|/
* Removed id from bookmarks addJames Booth2014-02-031-1/+0
|
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-027-7/+9
| | | | Issue #298
* Implemented add bookmark for XEP-0223James Booth2014-02-023-2/+106
| | | | Issue #194
* Test message when removing autojoin for non existent bookmarkJames Booth2014-02-023-4/+12
|
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-023-6/+12
|
* Added message when bookmark updatedJames Booth2014-02-023-14/+20
|
* Added /bookmark remove testsJames Booth2014-02-021-0/+5
|
* Added cons message on ./bookmark addJames Booth2014-02-021-0/+12
|
* Added cmd_bookmark testsJames Booth2014-02-011-1/+1
|
* Added test for /bookmark listJames Booth2014-02-011-1/+2
|
* Fixed cmd_bookmark message when not connectedJames Booth2014-02-011-5/+5
|
* Added cmd_bookmark testsJames Booth2014-02-011-0/+5
|
* Added presence_error tests, added muc_close()James Booth2014-01-304-7/+19
|
* 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
|
* Close UI windows on /quitJames Booth2014-01-301-0/+1
| | | | fixes #296
* Moved error handling logic to server_eventsJames Booth2014-01-283-30/+20
|
* Added generated id's to presence stanzasJames Booth2014-01-282-1/+12
|
* Changed log level to info for failed connectionJames Booth2014-01-271-1/+1
|
* Add level to log outputJames Booth2014-01-271-1/+23
|
* Refactored presence_error_handlerJames Booth2014-01-272-40/+42
|
* Added fallback message error handlersJames Booth2014-01-275-2/+62
|
* Fixed commentJames Booth2014-01-271-1/+1
|
* Moved connection_error_handler to _presence_error_handlerJames Booth2014-01-273-46/+47
|
* Removed unnecessary strdupJames Booth2014-01-271-3/+2
|
* Show original error messageJames Booth2014-01-265-22/+30
|
* Changed error message when couldn't join roomJames Booth2014-01-263-9/+20
|
* Handle recipient not foundJames Booth2014-01-268-17/+183
|