about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Added test for /join with nick optionJames Booth2014-03-086-12/+12
|
* Removed unused variables from cmd_joinJames Booth2014-03-081-3/+0
|
* Added invalid jid test for /joinJames Booth2014-03-081-1/+2
|
* Added test to show usage when no room supplied to /joinJames Booth2014-03-081-2/+10
|
* Added connection status tests for cmd_joinJames Booth2014-03-081-2/+1
|
* fixed build error when make run with -jN optionDmitry Podgorny2014-03-066-6/+6
| | | | | Race can occur when gitversion file isn't fully generated before it is used.
* Added autocompeleter for /join optionsJames Booth2014-03-051-8/+37
|
* Merge remote-tracking branch 'kmwhite/adding_support_for_private_confs'James Booth2014-03-057-16/+62
|\
| * Ensuring nick is set when not included in opt args for cmd_joinKristofer M White2014-03-051-2/+3
| |
| * Removing extra `nick = ` line that broke nick assignmentKristofer M White2014-03-051-1/+1
| |
| * Removing strdup calls per cmd_connect designKristofer M White2014-03-051-4/+4
| |
| * Parsing optional args for cmd_joinKristofer M White2014-03-052-12/+37
| |
| * Making whitespace consistently spaces, not tabsKristofer M White2014-02-271-1/+1
| |
| * Adding password handling for joining chatroomsKristofer M White2014-02-276-8/+27
| |
| * Updating cmd descriptionKristofer M White2014-02-251-3/+4
| |
* | Added configure checks to enable desktop notifications on OSXJames Booth2014-03-041-0/+2
| |
* | Log message when cannot send desktop noficationJames Booth2014-03-041-1/+5
| |
* | Added OSX desktop notifications using terminal-notifierJames Booth2014-03-041-0/+20
|/ | | | | Requires Xcode WIP - No configure.ac changes
* Fixed issue with /otr myfp when no key loadedJames Booth2014-02-231-3/+7
|
* Show OTR status on /msg usr when usr has already started an OTR sessionJames Booth2014-02-231-0/+5
| | | | fixes #308
* Merge branch 'master' into otr-queryJames Booth2014-02-231-1/+0
|\
| * Removed debug on error messagesJames Booth2014-02-231-1/+0
| |
* | 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
|