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 |