about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge branch 'osx-notify'James Booth2014-03-052-7/+56
|\ \
| * | Added configure checks to enable desktop notifications on OSXJames Booth2014-03-042-7/+32
| | |
| * | 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 spelling mistake in configure.acJames Booth2014-03-051-1/+1
| | |
* | | Removed gcc linking from cygwin installJames Booth2014-03-041-2/+0
| | |
* | | Added libgcrypt-devel to cygwin dependenciesJames Booth2014-03-041-2/+2
|/ /
* | Merge pull request #309 from mrshu/install-fixJames Booth2014-02-252-20/+32
|\ \ | |/ |/| Install fix
| * fixed indent in Makefile.ammr.Shu2014-02-251-18/+18
| |
| * added error tracingmr.Shu2014-02-251-1/+13
| |
| * cleaned whitespacemr.Shu2014-02-251-1/+1
|/
* Test /otr start sends OTR query message to current recipientJames Booth2014-02-237-0/+56
|
* Added test for /otr start when no key loadedJames Booth2014-02-233-0/+20
|
* Fixed issue with /otr myfp when no key loadedJames Booth2014-02-236-3/+40
|
* Added test for /otr start when already in OTR sessionJames Booth2014-02-233-0/+19
|
* Added tests for /otr start from non chat windowsJames Booth2014-02-233-0/+45
|
* Merge branch 'master' of github.com:boothj5/profanityJames Booth2014-02-231-1/+1
|\
| * Update README.mdJames Booth2014-02-231-1/+1
| |
* | Removed redundant bootstrap call for travis buildJames Booth2014-02-231-1/+0
|/
* Revert "Fail test for travis"James Booth2014-02-231-1/+1
| | | | This reverts commit 4c1634610c562751868b4b3245e44a41a2af8d10.
* Fail test for travisJames Booth2014-02-231-1/+1
|
* Added cmocka to travis buildJames Booth2014-02-231-0/+10
|
* Added custom script to travis buildJames Booth2014-02-231-0/+1
|
* Changed travis libotr dependencyJames Booth2014-02-231-1/+1
|
* Added dependencies to travis buildJames Booth2014-02-231-1/+13
|
* Added bootstrap.sh to travis buildJames Booth2014-02-231-0/+1
|
* Added travis configJames Booth2014-02-231-0/+1
|
* 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
|/
* Test /otr theirfpJames Booth2014-02-175-0/+45
|
* Test for /otr theirfp in non OTR windowJames Booth2014-02-175-0/+34
|
* Added test for /otr theirfp when in other non chat windowsJames Booth2014-02-173-2/+29
|
* Added test for /otr theirfp when in consoleJames Booth2014-02-175-0/+43
|
* Added /otr myfp testJames Booth2014-02-178-6/+66
|
* Added connection status tests for /otr myfpJames Booth2014-02-163-0/+36
|
* Fixed previous testsJames Booth2014-02-161-2/+2
|
* Added connection status tests for /otr genJames Booth2014-02-163-0/+50
|
* Test /otr genJames Booth2014-02-165-7/+26
|
* Added test for message when no connected /otr genJames Booth2014-02-163-0/+17
|
* Mock otr module for cmd_otr testsJames Booth2014-02-169-49/+144
|