Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updated man page | James Booth | 2014-03-09 | 1 | -18/+3 | |
| | ||||||
* | Removed old DESIGN file | James Booth | 2014-03-09 | 1 | -183/+0 | |
| | ||||||
* | Merge branch 'brew-build' | James Booth | 2014-03-09 | 1 | -2/+2 | |
|\ | ||||||
| * | Split ncurses and curl LIB additions | James Booth | 2014-03-09 | 1 | -1/+2 | |
| | | ||||||
| * | Uncomment ncurses check | James Booth | 2014-03-09 | 1 | -2/+2 | |
| | | ||||||
| * | Ncurses include libs before wget_wch check | James Booth | 2014-03-08 | 1 | -16/+15 | |
| | | ||||||
* | | Uncommented ncurses check | James Booth | 2014-03-08 | 1 | -17/+17 | |
|/ | ||||||
* | Added other osx build options | James Booth | 2014-03-08 | 1 | -1/+3 | |
| | ||||||
* | Revert "Added srdir to git version check" | James Booth | 2014-03-08 | 1 | -1/+1 | |
| | | | | This reverts commit 864e728705d60c53342f8cbf409ceadf0898d9a1. | |||||
* | Added srdir to git version check | James Booth | 2014-03-08 | 1 | -1/+1 | |
| | ||||||
* | Commented ncurses wget_wch test | James Booth | 2014-03-08 | 1 | -17/+17 | |
| | ||||||
* | Test for password usage on /join | James Booth | 2014-03-08 | 3 | -0/+32 | |
| | ||||||
* | Added test for account muc_service usage | James Booth | 2014-03-08 | 3 | -1/+32 | |
| | ||||||
* | Added test for using account->muc_nick | James Booth | 2014-03-08 | 3 | -0/+29 | |
| | ||||||
* | Refactored muc_room_is_active to only take room, rather than full jid | James Booth | 2014-03-08 | 11 | -27/+19 | |
| | ||||||
* | Added test for /join with nick option | James Booth | 2014-03-08 | 13 | -436/+77 | |
| | ||||||
* | Removed unused variables from cmd_join | James Booth | 2014-03-08 | 1 | -3/+0 | |
| | ||||||
* | Added invalid jid test for /join | James Booth | 2014-03-08 | 4 | -1/+21 | |
| | ||||||
* | Added test to show usage when no room supplied to /join | James Booth | 2014-03-08 | 4 | -2/+31 | |
| | ||||||
* | Added connection status tests for cmd_join | James Booth | 2014-03-08 | 5 | -2/+496 | |
| | ||||||
* | Revert "Set package status to brew for osx" | James Booth | 2014-03-06 | 1 | -2/+1 | |
| | | | | This reverts commit 8ae6f52f1012bc93b22c50f74aefaa24fb00f15b. | |||||
* | Revert "Do not perform AC_FUNC_MALLOC on OSX" | James Booth | 2014-03-06 | 1 | -1/+1 | |
| | | | | This reverts commit e7b6d068a0ba1d0e8ee0ab40bad8496c7af7f300. | |||||
* | Revert "Ncurses fixes for brew" | James Booth | 2014-03-06 | 1 | -3/+1 | |
| | | | | This reverts commit ca0a1e4d9dd757b915793f85f17c533f87523449. | |||||
* | Revert "More ncurses fixes for brew" | James Booth | 2014-03-06 | 1 | -15/+1 | |
| | | | | This reverts commit 5817b07ee35051339f96845a328697a7441d2daf. | |||||
* | More ncurses fixes for brew | James Booth | 2014-03-06 | 1 | -1/+15 | |
| | ||||||
* | Ncurses fixes for brew | James Booth | 2014-03-06 | 1 | -1/+3 | |
| | ||||||
* | Do not perform AC_FUNC_MALLOC on OSX | James Booth | 2014-03-06 | 1 | -1/+1 | |
| | ||||||
* | Set package status to brew for osx | James Booth | 2014-03-06 | 1 | -1/+2 | |
| | ||||||
* | Moved platform check in configure.ac | James Booth | 2014-03-06 | 1 | -11/+12 | |
| | ||||||
* | Merge branch 'master' into opensuse | James Booth | 2014-03-06 | 8 | -41/+41 | |
|\ | ||||||
| * | Merge remote-tracking branch 'pasis/gitversion' | James Booth | 2014-03-06 | 8 | -41/+41 | |
| |\ | ||||||
| | * | fixed build error when make run with -jN option | Dmitry Podgorny | 2014-03-06 | 8 | -41/+41 | |
| |/ | | | | | | | | | Race can occur when gitversion file isn't fully generated before it is used. | |||||
* | | Merge branch 'master' into opensuse | James Booth | 2014-03-05 | 7 | -24/+99 | |
|\| | ||||||
| * | Added autocompeleter for /join options | James Booth | 2014-03-05 | 1 | -8/+37 | |
| | | ||||||
| * | Merge remote-tracking branch 'kmwhite/adding_support_for_private_confs' | James Booth | 2014-03-05 | 7 | -16/+62 | |
| |\ | ||||||
| | * | Ensuring nick is set when not included in opt args for cmd_join | Kristofer M White | 2014-03-05 | 1 | -2/+3 | |
| | | | ||||||
| | * | Removing extra `nick = ` line that broke nick assignment | Kristofer M White | 2014-03-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | Removing strdup calls per cmd_connect design | Kristofer M White | 2014-03-05 | 1 | -4/+4 | |
| | | | ||||||
| | * | Parsing optional args for cmd_join | Kristofer M White | 2014-03-05 | 2 | -12/+37 | |
| | | | ||||||
| | * | Making whitespace consistently spaces, not tabs | Kristofer M White | 2014-02-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | Adding password handling for joining chatrooms | Kristofer M White | 2014-02-27 | 6 | -8/+27 | |
| | | | ||||||
| | * | Updating cmd description | Kristofer M White | 2014-02-25 | 1 | -3/+4 | |
| | | | ||||||
* | | | Merge branch 'master' into opensuse | James Booth | 2014-03-05 | 3 | -12/+59 | |
|\| | | ||||||
| * | | Merge branch 'osx-notify' | James Booth | 2014-03-05 | 2 | -7/+56 | |
| |\ \ | ||||||
| | * | | Added configure checks to enable desktop notifications on OSX | James Booth | 2014-03-04 | 2 | -7/+32 | |
| | | | | ||||||
| | * | | Log message when cannot send desktop nofication | James Booth | 2014-03-04 | 1 | -1/+5 | |
| | | | | ||||||
| | * | | Added OSX desktop notifications using terminal-notifier | James Booth | 2014-03-04 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | Requires Xcode WIP - No configure.ac changes | |||||
| * | | | Fixed spelling mistake in configure.ac | James Booth | 2014-03-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Removed gcc linking from cygwin install | James Booth | 2014-03-04 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | Added libgcrypt-devel to cygwin dependencies | James Booth | 2014-03-04 | 1 | -2/+2 | |
| |/ / |