prosodyctl
Tue, 22 Jan 2013 08:30:38 +0500 Waqas Hussain Merge 0.9->trunk
Wed, 09 Jan 2013 22:01:52 +0100 Kim Alvefur prosodyctl, prosody: Pass the selected config file from prosodyctl to prosody
Wed, 09 Jan 2013 20:40:44 +0100 Kim Alvefur prosodyctl: Pop arg items after use. Fixes #306
Tue, 08 Jan 2013 21:20:00 +0100 Kim Alvefur prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates everywhere (thanks jasperixla)
Tue, 08 Jan 2013 13:33:35 +0100 Kim Alvefur prosodyctl: Load LFS and util.openssl when actually needed (fixes unhelpful warnings if no LuaSec installed)
Sat, 29 Sep 2012 01:05:17 +0200 Kim Alvefur Merge 0.9 -> trunk (like this?)
Wed, 19 Sep 2012 23:29:25 +0200 Kim Alvefur prosodyctl: Fix copypaste error
Wed, 19 Sep 2012 23:26:38 +0200 Kim Alvefur prosodyctl: Set stricter umask while generating key (thanks darkrain)
Wed, 19 Sep 2012 23:25:10 +0200 Kim Alvefur prosodyctl: Abort if unable to load util.pposix
Wed, 19 Sep 2012 23:24:40 +0200 Kim Alvefur prosodyctl: Set $HOME to data path. Fixes issue with openssl and random state (Thanks Florob)
Sun, 23 Sep 2012 01:13:08 +0500 Waqas Hussain Merge 0.9->trunk
Sun, 23 Sep 2012 01:11:20 +0500 Waqas Hussain prosodyctl: Make sure hosts[*].modules always exists.
Wed, 19 Sep 2012 23:29:25 +0200 Kim Alvefur prosodyctl: Fix copypaste error
Wed, 19 Sep 2012 23:26:38 +0200 Kim Alvefur prosodyctl: Set stricter umask while generating key (thanks darkrain)
Wed, 19 Sep 2012 23:25:10 +0200 Kim Alvefur prosodyctl: Abort if unable to load util.pposix
Wed, 19 Sep 2012 23:24:40 +0200 Kim Alvefur prosodyctl: Set $HOME to data path. Fixes issue with openssl and random state (Thanks Florob)
Wed, 19 Sep 2012 12:39:21 +0100 Matthew Wild prosody, prosodyctl: chdir() to data directory on startup
Sat, 25 Aug 2012 01:32:26 +0200 Kim Alvefur prosodyctl: Use util.prosodyctl.deluser
Sat, 28 Jul 2012 01:14:31 +0100 Matthew Wild Merge with Florob
Sat, 09 Jun 2012 02:27:44 +0200 Florian Zeitz mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals
Tue, 03 Jul 2012 15:56:32 +0200 Kim Alvefur prosodyctl: Fix typo
Tue, 15 May 2012 20:15:52 +0200 Kim Alvefur prosodyctl: Add duplicate code for getting version of prosody
Mon, 14 May 2012 18:04:32 +0200 Kim Alvefur prosodyctl: Fix for generating certs with UTF-8
Sun, 13 May 2012 15:02:38 +0200 Kim Alvefur prosodyctl: Improve help messages for cert commands
Wed, 09 May 2012 01:11:27 +0200 Kim Alvefur prosodyctl: Show an error if the user doesn't supply a hostname to the certificate commands
Wed, 09 May 2012 01:02:00 +0200 Kim Alvefur prosodyctl: Replace hack with lfs for checking if a file exists
Wed, 09 May 2012 00:33:55 +0200 Kim Alvefur prosodyctl: Use util.openssl in certificate helpers. Improve feedback
Fri, 04 May 2012 01:13:33 +0200 Kim Alvefur prosodyctl: Fix import of util.iterators
Fri, 20 Jan 2012 22:04:28 +0100 Kim Alvefur prosodyctl: Add commands for generating certificates and keys
Tue, 17 Jan 2012 21:10:16 +0000 Matthew Wild prosodyctl: Adjust description of 'reload' command (thanks crocket)
Thu, 04 Aug 2011 14:00:24 -0400 Matthew Wild prosodyctl: Update message on reload success
Thu, 04 Aug 2011 21:26:15 +0400 Vladimir Protasov Add "reload" command to prosodyctl
Wed, 27 Jul 2011 14:25:05 -0400 Matthew Wild prosodyctl: Remove typo'd '+' after LuaRocks 1.x version (thanks spoobie)
Wed, 27 Jul 2011 14:06:46 -0400 Matthew Wild prosodyctl: Add info about the presence of LuaRocks to 'about' command
Tue, 19 Jul 2011 12:51:59 -0400 Matthew Wild prosodyctl: Fix 'about' command to not show up where it shouldn't...
Mon, 27 Jun 2011 12:02:50 +0100 Matthew Wild prosodyctl: Add 'about' command to list Prosody version, directories, and various other stuff
Thu, 24 Feb 2011 01:35:33 +0000 Matthew Wild prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the default plugin path
Tue, 22 Feb 2011 18:37:29 +0000 Matthew Wild prosodyctl: Support for plugin_paths config option
Sun, 13 Feb 2011 19:28:29 +0000 Matthew Wild prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they can be used outside of prosodyctl itself
Fri, 07 Jan 2011 11:56:52 +0000 Matthew Wild prosodyctl: Instead of calling datamanager.set_path(), just ensure prosody.paths.data always contains the correct value (including config)
Tue, 04 Jan 2011 21:19:28 +0000 Matthew Wild prosody, prosodyctl: Filter out relative paths from package.(c)path when installed
Tue, 04 Jan 2011 21:18:35 +0000 Matthew Wild prosody, prosodyctl: Create prosody object as a local before exporting as a global
Mon, 20 Dec 2010 14:06:16 +0000 Matthew Wild prosody, prosodyctl, util.dependencies: Split checking and logging of dependencies so we can check hard deps before the config and logging is loaded
Sat, 18 Dec 2010 21:04:45 +0100 Florian Zeitz mod_admin_adhoc: Support for reloading multiple modules
Sat, 18 Dec 2010 04:02:28 +0000 Matthew Wild prosodyctl: Add dummy lock/unlock_globals() until util.startup comes along
Sun, 12 Dec 2010 17:18:16 +0500 Waqas Hussain prosodyctl: Added and updated some comments and some semicolons, to match main prosody executable.
Sun, 12 Dec 2010 17:17:20 +0500 Waqas Hussain prosodyctl: Read PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables, to match main prosody executable.
Sun, 12 Dec 2010 17:10:24 +0500 Waqas Hussain prosodyctl: Added support for --config command line argument, and multiple config parsers (to match the main prosody executable).
Sat, 11 Dec 2010 00:14:34 +0000 Matthew Wild prosodyctl: Make the 'restart' command start Prosody even if it wasn't already running
Thu, 18 Nov 2010 14:33:03 +0000 Matthew Wild prosodyctl: Give hosts type = 'local'
Tue, 16 Nov 2010 13:30:27 +0000 Matthew Wild prosodyctl, util.prosodyctl: Show error when mod_posix is not enabled and an attempt is made to query Prosody's status (thanks stever)
Tue, 31 Aug 2010 15:14:39 +0100 Matthew Wild util.pposix: Add pposix.uname(), bump version
Sat, 28 Aug 2010 14:31:48 +0100 Matthew Wild util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump module version. prosodyctl inits groups with the groups of prosody_user. (thanks dbb)
Fri, 09 Jul 2010 01:09:57 +0100 Matthew Wild prosodyctl: Warn and exit if any log files are not writeable, fixes #94
Thu, 08 Jul 2010 23:56:53 +0100 Matthew Wild prosodyctl: Force log output always to the console instead of using the config, which avoids creating log files as the wrong user
Thu, 08 Jul 2010 21:10:42 +0100 Matthew Wild prosodyctl: Remove warnings when using a non-standard auth provider, prosodyctl now works with any auth provider
Fri, 11 Jun 2010 14:25:54 +0100 Matthew Wild Merge 0.7->trunk
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
Thu, 20 May 2010 14:18:12 -0400 Jeff Mitchell Update usermanager to not crash, etc.
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)
less more (0) -60 tip