prosodyctl: Add info about the presence of LuaRocks to 'about' command
|
Matthew Wild |
Wed, 27 Jul 2011 14:06:46 -0400 |
prosodyctl: Fix 'about' command to not show up where it shouldn't...
|
Matthew Wild |
Tue, 19 Jul 2011 12:51:59 -0400 |
prosodyctl: Add 'about' command to list Prosody version, directories, and various other stuff
|
Matthew Wild |
Mon, 27 Jun 2011 12:02:50 +0100 |
prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the default plugin path
|
Matthew Wild |
Thu, 24 Feb 2011 01:35:33 +0000 |
prosodyctl: Support for plugin_paths config option
|
Matthew Wild |
Tue, 22 Feb 2011 18:37:29 +0000 |
prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they can be used outside of prosodyctl itself
|
Matthew Wild |
Sun, 13 Feb 2011 19:28:29 +0000 |
prosodyctl: Instead of calling datamanager.set_path(), just ensure prosody.paths.data always contains the correct value (including config)
|
Matthew Wild |
Fri, 07 Jan 2011 11:56:52 +0000 |
prosody, prosodyctl: Filter out relative paths from package.(c)path when installed
|
Matthew Wild |
Tue, 04 Jan 2011 21:19:28 +0000 |
prosody, prosodyctl: Create prosody object as a local before exporting as a global
|
Matthew Wild |
Tue, 04 Jan 2011 21:18:35 +0000 |
prosody, prosodyctl, util.dependencies: Split checking and logging of dependencies so we can check hard deps before the config and logging is loaded
|
Matthew Wild |
Mon, 20 Dec 2010 14:06:16 +0000 |
mod_admin_adhoc: Support for reloading multiple modules
|
Florian Zeitz |
Sat, 18 Dec 2010 21:04:45 +0100 |
prosodyctl: Add dummy lock/unlock_globals() until util.startup comes along
|
Matthew Wild |
Sat, 18 Dec 2010 04:02:28 +0000 |
prosodyctl: Added and updated some comments and some semicolons, to match main prosody executable.
|
Waqas Hussain |
Sun, 12 Dec 2010 17:18:16 +0500 |
prosodyctl: Read PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables, to match main prosody executable.
|
Waqas Hussain |
Sun, 12 Dec 2010 17:17:20 +0500 |
prosodyctl: Added support for --config command line argument, and multiple config parsers (to match the main prosody executable).
|
Waqas Hussain |
Sun, 12 Dec 2010 17:10:24 +0500 |
prosodyctl: Make the 'restart' command start Prosody even if it wasn't already running
|
Matthew Wild |
Sat, 11 Dec 2010 00:14:34 +0000 |
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 |