aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
Commit message (Collapse)AuthorAgeFilesLines
* prosodyctl: Fix addplugin to support --help, and hide from the help listing ↵Matthew Wild2010-02-221-2/+6
| | | | (for now)
* prosodyctl: Fix 'restart' command to not report itself as the 'stop' command ↵Matthew Wild2010-02-221-1/+1
| | | | (thanks albert!)
* 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 ↵Matthew Wild2010-02-111-6/+6
| | | | being obeyed (thanks darkrain)
* 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 ↵Matthew Wild2010-01-281-13/+15
| | | | daemonizing is disabled (if daemonizing is disabled then Prosody is stopped by the time control returns to prosodyctl, which then can't see Prosody running)
* util.dependencies, prosody, prosodyctl: Give util.dependencies a ↵Matthew Wild2010-01-281-1/+4
| | | | check_dependencies() function so the caller can decide what to do when dependencies aren't met - update prosody/prosodyctl for this change
* prosodyctl: Require util.dependencies to run dependency checks, not only for ↵Matthew Wild2010-01-251-0/+2
| | | | when starting Prosody directly (thanks Joe)
* 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 ↵Matthew Wild2010-01-101-2/+3
| | | | datamanager, and add platform
* 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 ↵Matthew Wild2010-01-031-5/+20
| | | | escape sequences
* 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 ↵Matthew Wild2009-10-311-1/+1
| | | | literal name of the option
* 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
| | | | the server to start/stop
* 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 ↵Matthew Wild2009-05-051-0/+5
| | | | didn't switch user
* 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