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

mercurial