aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
Commit message (Expand)AuthorAgeFilesLines
...
* prosodyctl, util.prosodyctl: Show error when mod_posix is not enabled and an ...Matthew Wild2010-11-161-0/+1
* util.pposix: Add pposix.uname(), bump versionMatthew Wild2010-08-311-1/+1
* util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump modul...Matthew Wild2010-08-281-1/+4
* prosodyctl: Warn and exit if any log files are not writeable, fixes #94Matthew Wild2010-07-091-1/+40
* prosodyctl: Force log output always to the console instead of using the confi...Matthew Wild2010-07-081-0/+2
* prosodyctl: Remove warnings when using a non-standard auth provider, prosodyc...Matthew Wild2010-07-081-18/+0
* Merge 0.7->trunkMatthew Wild2010-06-111-31/+0
|\
| * prosodyctl, util.pluginloader: Remove support for storing plugins in the data...Matthew Wild2010-06-111-31/+0
* | Update usermanager to not crash, etc.Jeff Mitchell2010-05-201-1/+1
* | prosodyctl: Support for the new usermanager, refactor host creation and fail ...Matthew Wild2010-05-151-6/+41
* | prosodyctl: Use the global events objects for hosts (again) (thanks albert) (...Matthew Wild2010-05-051-1/+1
* | prosodyctl: Give each host an independant events object, because it seems to ...Matthew Wild2010-05-051-3/+1
* | prosodyctl: Relocate global prosody object creation (see fff153f7f4de)Matthew Wild2010-05-051-2/+8
|/
* prosodyctl: Fix addplugin to support --help, and hide from the help listing (...Matthew Wild2010-02-221-2/+6
* prosodyctl: Fix 'restart' command to not report itself as the 'stop' command ...Matthew Wild2010-02-221-1/+1
* prosodyctl: Add restart command for KSid and johnny :)Matthew Wild2010-02-211-0/+13
* prosody, prosodyctl: Re-jiggle load order again, fixes logging config not bei...Matthew Wild2010-02-111-6/+6
* prosodyctl: Initialize logging before checking dependenciesAli Sabil2010-02-051-0/+2
* prosodyctl: Don't load luarocks as util.dependencies now does thisMatthew Wild2010-01-281-4/+0
* prosodyctl: Don't display message about failing to start Prosody is daemonizi...Matthew Wild2010-01-281-13/+15
* util.dependencies, prosody, prosodyctl: Give util.dependencies a check_depend...Matthew Wild2010-01-281-1/+4
* prosodyctl: Require util.dependencies to run dependency checks, not only for ...Matthew Wild2010-01-251-0/+2
* util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdirMatthew Wild2010-01-121-1/+1
* prosodyctl: Move definition of prosody singleton to prior to loading datamana...Matthew Wild2010-01-101-2/+3
* prosodyctl: Set umask to protect data files, bump pposix dep to 0.3.2Matthew Wild2010-01-101-1/+4
* prosodyctl: Gracefully handle a missing stty command, and fall back to ANSI e...Matthew Wild2010-01-031-5/+20
* prosodyctl: Nicer errors when addplugin command failsMatthew Wild2009-12-071-2/+6
* prosodyctl: Experimental 'addplugin' commandMatthew Wild2009-12-021-0/+22
* prosodyctl: Put 'pidfile' in quotes to make more clear that it is the literal...Matthew Wild2009-10-311-1/+1
* prosodyctl: Remove dependency on hostmanager, and friendsMatthew Wild2009-10-191-3/+7
* prosodyctl: Also switch group when we switch userMatthew Wild2009-07-231-5/+14
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* prosodyctl: Quit when user pressed ^C in password promptsMatthew Wild2009-07-081-0/+4
* prosodyctl: Don't 'blugh' when ^C is pressed during reading passwordsMatthew Wild2009-07-081-4/+8
* prosodyctl: Fix traceback when issued with no parametersMatthew Wild2009-07-081-1/+1
* prosodyctl: Add message for not-running errorMatthew Wild2009-07-021-0/+1
* prosodyctl: Use prosodyctl_timeout option if it exists in the configMatthew Wild2009-07-021-2/+4
* prosodyctl: Improve usability with status messages, and waiting up to 5s for ...Matthew Wild2009-07-021-2/+37
* prosodyctl: Allow commands to be implemented in modulesMatthew Wild2009-06-231-0/+37
* prosodyctl: Add error message for no-pidfileMatthew Wild2009-05-261-0/+1
* prosodyctl: Add message for unable-to-save-data errorMatthew Wild2009-05-051-0/+1
* prosodyctl: Reformat note to fit in small-width terminalsMatthew Wild2009-05-051-3/+4
* prosodyctl: Use correct path for the data directoryMatthew Wild2009-05-051-0/+3
* prosodyctl: status: Show warning if we can't find a running Prosody, and we d...Matthew Wild2009-05-051-0/+5
* prosodyctl: Switch to Prosody user before attempting to do anythingMatthew Wild2009-05-051-0/+23
* prosodyctl: Hide ejabberd compatibility commands from command listingMatthew Wild2009-05-031-10/+15
* prosodyctl: Multiple fixes for start/status/stopMatthew Wild2009-05-021-4/+21
* prosodyctl, util.prosodyctl: New prosodyctl utility for managing Prosody serversMatthew Wild2009-05-021-0/+389