prosodyctl: Give hosts type = 'local'
|
Matthew Wild |
Thu, 18 Nov 2010 14:33:03 +0000 |
prosodyctl, util.prosodyctl: Show error when mod_posix is not enabled and an attempt is made to query Prosody's status (thanks stever)
|
Matthew Wild |
Tue, 16 Nov 2010 13:30:27 +0000 |
util.pposix: Add pposix.uname(), bump version
|
Matthew Wild |
Tue, 31 Aug 2010 15:14:39 +0100 |
util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump module version. prosodyctl inits groups with the groups of prosody_user. (thanks dbb)
|
Matthew Wild |
Sat, 28 Aug 2010 14:31:48 +0100 |
prosodyctl: Warn and exit if any log files are not writeable, fixes #94
|
Matthew Wild |
Fri, 09 Jul 2010 01:09:57 +0100 |
prosodyctl: Force log output always to the console instead of using the config, which avoids creating log files as the wrong user
|
Matthew Wild |
Thu, 08 Jul 2010 23:56:53 +0100 |
prosodyctl: Remove warnings when using a non-standard auth provider, prosodyctl now works with any auth provider
|
Matthew Wild |
Thu, 08 Jul 2010 21:10:42 +0100 |
Merge 0.7->trunk
|
Matthew Wild |
Fri, 11 Jun 2010 14:25:54 +0100 |
prosodyctl, util.pluginloader: Remove support for storing plugins in the data store, and the addplugin command
|
Matthew Wild |
Fri, 11 Jun 2010 14:25:22 +0100 |
Update usermanager to not crash, etc.
|
Jeff Mitchell |
Thu, 20 May 2010 14:18:12 -0400 |
prosodyctl: Support for the new usermanager, refactor host creation and fail if a host is not using the default authentication provider, for now. (thanks Nicola)
|
Matthew Wild |
Sat, 15 May 2010 19:38:40 +0100 |
prosodyctl: Use the global events objects for hosts (again) (thanks albert) (sorry albert)
|
Matthew Wild |
Wed, 05 May 2010 20:35:06 +0100 |
prosodyctl: Give each host an independant events object, because it seems to be the right thing to do
|
Matthew Wild |
Wed, 05 May 2010 20:14:24 +0100 |
prosodyctl: Relocate global prosody object creation (see fff153f7f4de)
|
Matthew Wild |
Wed, 05 May 2010 20:14:03 +0100 |
prosodyctl: Fix to load LuaRocks 2.x if we have it
|
Matthew Wild |
Wed, 03 Mar 2010 20:12:24 +0000 |
prosodyctl: Gracefully handle a missing stty command, and fall back to ANSI escape sequences
|
Matthew Wild |
Sun, 03 Jan 2010 03:36:40 +0000 |
prosodyctl: Fix addplugin to support --help, and hide from the help listing (for now)
|
Matthew Wild |
Mon, 22 Feb 2010 01:48:07 +0000 |
prosodyctl: Fix 'restart' command to not report itself as the 'stop' command (thanks albert!)
|
Matthew Wild |
Mon, 22 Feb 2010 01:47:35 +0000 |
prosodyctl: Add restart command for KSid and johnny :)
|
Matthew Wild |
Sun, 21 Feb 2010 20:52:54 +0000 |
prosody, prosodyctl: Re-jiggle load order again, fixes logging config not being obeyed (thanks darkrain)
|
Matthew Wild |
Thu, 11 Feb 2010 11:31:14 +0000 |
prosodyctl: Initialize logging before checking dependencies
|
Ali Sabil |
Fri, 05 Feb 2010 16:01:21 +0100 |
prosodyctl: Don't load luarocks as util.dependencies now does this
|
Matthew Wild |
Thu, 28 Jan 2010 18:11:24 +0000 |
prosodyctl: Don't display message about failing to start Prosody is 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)
|
Matthew Wild |
Thu, 28 Jan 2010 15:05:30 +0000 |
util.dependencies, prosody, prosodyctl: Give util.dependencies a check_dependencies() function so the caller can decide what to do when dependencies aren't met - update prosody/prosodyctl for this change
|
Matthew Wild |
Thu, 28 Jan 2010 14:56:47 +0000 |
prosodyctl: Require util.dependencies to run dependency checks, not only for when starting Prosody directly (thanks Joe)
|
Matthew Wild |
Mon, 25 Jan 2010 20:58:15 +0000 |
util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdir
|
Matthew Wild |
Tue, 12 Jan 2010 15:35:36 +0000 |
prosodyctl: Move definition of prosody singleton to prior to loading datamanager, and add platform
|
Matthew Wild |
Sun, 10 Jan 2010 23:11:28 +0000 |
prosodyctl: Set umask to protect data files, bump pposix dep to 0.3.2
|
Matthew Wild |
Sun, 10 Jan 2010 22:14:44 +0000 |
prosodyctl: Gracefully handle a missing stty command, and fall back to ANSI escape sequences
|
Matthew Wild |
Sun, 03 Jan 2010 03:36:40 +0000 |
prosodyctl: Nicer errors when addplugin command fails
|
Matthew Wild |
Mon, 07 Dec 2009 18:30:57 +0000 |
prosodyctl: Experimental 'addplugin' command
|
Matthew Wild |
Wed, 02 Dec 2009 20:31:54 +0000 |
prosodyctl: Put 'pidfile' in quotes to make more clear that it is the literal name of the option
|
Matthew Wild |
Sat, 31 Oct 2009 17:15:20 +0000 |
prosodyctl: Remove dependency on hostmanager, and friends
|
Matthew Wild |
Mon, 19 Oct 2009 16:53:50 +0100 |
prosodyctl: Also switch group when we switch user
|
Matthew Wild |
Thu, 23 Jul 2009 03:58:14 +0100 |
Remove version number from copyright headers
|
Matthew Wild |
Fri, 10 Jul 2009 03:11:45 +0100 |
prosodyctl: Quit when user pressed ^C in password prompts
|
Matthew Wild |
Wed, 08 Jul 2009 16:53:59 +0100 |
prosodyctl: Don't 'blugh' when ^C is pressed during reading passwords
|
Matthew Wild |
Wed, 08 Jul 2009 16:48:49 +0100 |
prosodyctl: Fix traceback when issued with no parameters
|
Matthew Wild |
Wed, 08 Jul 2009 16:38:46 +0100 |
prosodyctl: Add message for not-running error
|
Matthew Wild |
Thu, 02 Jul 2009 04:54:46 +0100 |
prosodyctl: Use prosodyctl_timeout option if it exists in the config
|
Matthew Wild |
Thu, 02 Jul 2009 04:53:31 +0100 |
prosodyctl: Improve usability with status messages, and waiting up to 5s for the server to start/stop
|
Matthew Wild |
Thu, 02 Jul 2009 04:43:08 +0100 |
prosodyctl: Allow commands to be implemented in modules
|
Matthew Wild |
Tue, 23 Jun 2009 01:50:10 +0100 |
prosodyctl: Add error message for no-pidfile
|
Matthew Wild |
Tue, 26 May 2009 22:54:46 +0100 |
prosodyctl: Add message for unable-to-save-data error
|
Matthew Wild |
Tue, 05 May 2009 16:37:43 +0100 |
prosodyctl: Reformat note to fit in small-width terminals
|
Matthew Wild |
Tue, 05 May 2009 16:25:13 +0100 |
prosodyctl: Use correct path for the data directory
|
Matthew Wild |
Tue, 05 May 2009 15:47:34 +0100 |
prosodyctl: status: Show warning if we can't find a running Prosody, and we didn't switch user
|
Matthew Wild |
Tue, 05 May 2009 13:24:17 +0100 |
prosodyctl: Switch to Prosody user before attempting to do anything
|
Matthew Wild |
Tue, 05 May 2009 13:23:46 +0100 |
prosodyctl: Hide ejabberd compatibility commands from command listing
|
Matthew Wild |
Sun, 03 May 2009 17:24:35 +0100 |
prosodyctl: Multiple fixes for start/status/stop
|
Matthew Wild |
Sat, 02 May 2009 17:48:28 +0100 |
prosodyctl, util.prosodyctl: New prosodyctl utility for managing Prosody servers
|
Matthew Wild |
Sat, 02 May 2009 17:03:19 +0100 |