about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated /roster helpJames Booth2014-03-161-8/+8
|
* Added /roster clearnick commandJames Booth2014-03-167-34/+234
|
* Added /roster remove testsJames Booth2014-03-165-2/+59
|
* Added /roster add testJames Booth2014-03-165-0/+60
|
* Added cmd_roster testJames Booth2014-03-166-0/+104
|
* Small changes to helpJames Booth2014-03-161-2/+2
|
* Command '/statuses muc' now allows 'all', 'online' and 'none' settingsJames Booth2014-03-1510-78/+92
|
* Updated copyrightJames Booth2014-03-0979-142/+118
|
* Updated man pageJames Booth2014-03-091-18/+3
|
* Removed old DESIGN fileJames Booth2014-03-091-183/+0
|
* Merge branch 'brew-build'James Booth2014-03-091-2/+2
|\
| * Split ncurses and curl LIB additionsJames Booth2014-03-091-1/+2
| |
| * Uncomment ncurses checkJames Booth2014-03-091-2/+2
| |
| * Ncurses include libs before wget_wch checkJames Booth2014-03-081-16/+15
| |
* | Uncommented ncurses checkJames Booth2014-03-081-17/+17
|/
* Added other osx build optionsJames Booth2014-03-081-1/+3
|
* Revert "Added srdir to git version check"James Booth2014-03-081-1/+1
| | | | This reverts commit 864e728705d60c53342f8cbf409ceadf0898d9a1.
* Added srdir to git version checkJames Booth2014-03-081-1/+1
|
* Commented ncurses wget_wch testJames Booth2014-03-081-17/+17
|
* Test for password usage on /joinJames Booth2014-03-083-0/+32
|
* Added test for account muc_service usageJames Booth2014-03-083-1/+32
|
* Added test for using account->muc_nickJames Booth2014-03-083-0/+29
|
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-0811-27/+19
|
* Added test for /join with nick optionJames Booth2014-03-0813-436/+77
|
* Removed unused variables from cmd_joinJames Booth2014-03-081-3/+0
|
* Added invalid jid test for /joinJames Booth2014-03-084-1/+21
|
* Added test to show usage when no room supplied to /joinJames Booth2014-03-084-2/+31
|
* Added connection status tests for cmd_joinJames Booth2014-03-085-2/+496
|
* Revert "Set package status to brew for osx"James Booth2014-03-061-2/+1
| | | | This reverts commit 8ae6f52f1012bc93b22c50f74aefaa24fb00f15b.
* Revert "Do not perform AC_FUNC_MALLOC on OSX"James Booth2014-03-061-1/+1
| | | | This reverts commit e7b6d068a0ba1d0e8ee0ab40bad8496c7af7f300.
* Revert "Ncurses fixes for brew"James Booth2014-03-061-3/+1
| | | | This reverts commit ca0a1e4d9dd757b915793f85f17c533f87523449.
* Revert "More ncurses fixes for brew"James Booth2014-03-061-15/+1
| | | | This reverts commit 5817b07ee35051339f96845a328697a7441d2daf.
* More ncurses fixes for brewJames Booth2014-03-061-1/+15
|
* Ncurses fixes for brewJames Booth2014-03-061-1/+3
|
* Do not perform AC_FUNC_MALLOC on OSXJames Booth2014-03-061-1/+1
|
* Set package status to brew for osxJames Booth2014-03-061-1/+2
|
* Moved platform check in configure.acJames Booth2014-03-061-11/+12
|
* Merge branch 'master' into opensuseJames Booth2014-03-068-41/+41
|\
| * Merge remote-tracking branch 'pasis/gitversion'James Booth2014-03-068-41/+41
| |\
| | * fixed build error when make run with -jN optionDmitry Podgorny2014-03-068-41/+41
| |/ | | | | | | | | Race can occur when gitversion file isn't fully generated before it is used.
* | Merge branch 'master' into opensuseJames Booth2014-03-057-24/+99
|\|
| * 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
| | |