prosodyctl: Import LuaSocket to a local, don't assume that a global will be set
|
Kim Alvefur |
Fri, 13 Mar 2015 20:12:12 +0100 |
prosodyctl: check: Add some more known global config options
|
Kim Alvefur |
Sun, 05 Jul 2015 22:20:29 +0200 |
prosodyctl: Soft-require LuaSec and LuaEvent so they show up in the module version listing
|
Kim Alvefur |
Mon, 18 May 2015 22:04:12 +0200 |
prosodyctl: check certs: Correctly check that certificates are valid for s2s
|
Kim Alvefur |
Mon, 27 Apr 2015 21:52:16 +0200 |
prosodyctl: Use ssl.loadcertificate instead of ssl.x509.load, as the ssl.x509 export dissapears in 97b1974 or 356e03a
|
Kim Alvefur |
Thu, 02 Apr 2015 14:31:41 +0200 |
prosodyctl: Document magic commit ID
|
Paul Aurich |
Wed, 01 Apr 2015 13:30:31 -0700 |
prosodyctl: Expand plugin paths and attempt to identify prosody-modules checkouts
|
Kim Alvefur |
Wed, 21 Jan 2015 02:55:27 +0100 |
prosodyctl: Use util.mercurial to identify hg repository and revision
|
Kim Alvefur |
Wed, 21 Jan 2015 02:55:23 +0100 |
prosodyctl: Show relative paths in about
|
Kim Alvefur |
Fri, 04 Jul 2014 23:13:51 +0200 |
Merge 0.9->0.10
|
Kim Alvefur |
Sun, 26 Oct 2014 20:57:06 +0100 |
prosodyctl: Fix nil global access traceback in `prosodyctl about` (luarocks 2.2.0 no longer uses module())
|
Waqas Hussain |
Sun, 19 Oct 2014 03:05:49 -0400 |
prosodyctl: Add 'require_encryption' to list of deprecated options pointed out by the check command
|
Kim Alvefur |
Tue, 21 Oct 2014 12:47:53 +0200 |
prosodyctl: Use sha256 for certificate requests and self-signed certificates
|
Kim Alvefur |
Thu, 11 Sep 2014 00:10:29 +0200 |
Merge 0.9->0.10
|
Matthew Wild |
Thu, 28 Aug 2014 09:23:24 +0100 |
prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwise
|
Kim Alvefur |
Tue, 26 Aug 2014 12:00:51 +0200 |
Merge 0.9->0.10
|
Matthew Wild |
Thu, 31 Jul 2014 07:11:54 +0100 |
prosodyctl: Remove nonsensical warning
|
Matthew Wild |
Thu, 31 Jul 2014 06:59:12 +0100 |
prosodyctl: Improve JID splitting and normalization for adduser/passwd/deluser
|
Matthew Wild |
Thu, 31 Jul 2014 06:58:15 +0100 |
prosodyctl: Check that there is at least one enabled VirtualHost (or Component) defined
|
Kim Alvefur |
Fri, 02 May 2014 08:56:03 +0200 |
prosodyctl: Use correct variable in check certs
|
Kim Alvefur |
Fri, 02 May 2014 08:27:29 +0200 |
prosodyctl: Check for deprecated config options
|
Kim Alvefur |
Fri, 02 May 2014 08:21:56 +0200 |
prosodyctl: Add check that points out any disabled hosts
|
Kim Alvefur |
Fri, 02 May 2014 08:16:26 +0200 |
prosodyctl: Only perform checks on enabled hosts
|
Kim Alvefur |
Fri, 02 May 2014 08:11:11 +0200 |
prosodyctl, util.prosodyctl: Update to reflect that mod_posix gets loaded by default on posix platforms
|
Kim Alvefur |
Thu, 10 Apr 2014 00:24:29 +0200 |
Merge 0.9->0.10
|
Kim Alvefur |
Tue, 25 Mar 2014 19:16:38 +0100 |
prosodyctl: Show real error if certificate config file can't be opened
|
Kim Alvefur |
Sat, 22 Mar 2014 12:02:11 +0100 |
prosodyctl: check: Support for unicode (IDN) domains (thanks once again albert)
|
Matthew Wild |
Mon, 02 Sep 2013 15:22:41 +0100 |
prosodyctl: Import local_addresses from the new util.net intead of luasocket
|
Kim Alvefur |
Mon, 01 Jul 2013 22:17:31 +0200 |
prosodyctl: Add 'prosodyctl check certs' for validating TLS/SSL certificates
|
Kim Alvefur |
Fri, 07 Jun 2013 20:59:43 +0200 |
prosodyctl: Add 'prosodyctl check --help'
|
Kim Alvefur |
Fri, 07 Jun 2013 20:05:23 +0200 |
prosodyctl: check dns: Add check that proxy65 addresses resolve correctly
|
Matthew Wild |
Wed, 22 May 2013 13:33:33 +0100 |
prosodyctl: check config: Fix check for whether host is a component
|
Matthew Wild |
Wed, 22 May 2013 13:32:38 +0100 |
prosodyctl: check config: whitespace fix
|
Matthew Wild |
Tue, 21 May 2013 13:21:12 +0100 |
prosodyctl: check config: Show a suggestion to change hosts that begin with jabber/xmpp/chat/im subdomains, and link to DNS documentation
|
Matthew Wild |
Tue, 21 May 2013 13:18:56 +0100 |
prosodyctl: Use jid.split() to parse parameter to adduser/deluser/passwd
|
Matthew Wild |
Mon, 20 May 2013 15:33:57 +0100 |
prosodyctl: check dns: Use socket.local_addresses() if available
|
Matthew Wild |
Fri, 17 May 2013 14:56:36 +0100 |
prosodyctl: check dns: Whitespace fix in output
|
Matthew Wild |
Fri, 17 May 2013 14:56:18 +0100 |
prosodyctl: check dns: More concise output (merged separate v4/v6 warnings)
|
Matthew Wild |
Fri, 17 May 2013 14:55:57 +0100 |
prosodyctl: check dns: Correctly mark host as failed if expected SRV records are not found
|
Matthew Wild |
Fri, 17 May 2013 14:55:05 +0100 |
prosodyctl: Add 'prosodyctl check dns' to make an attempt at verifying the server's DNS records
|
Matthew Wild |
Fri, 17 May 2013 13:35:12 +0100 |
prosodyctl: Add 'check' command, which currently checks the config file for some common mistakes
|
Matthew Wild |
Fri, 17 May 2013 09:01:11 +0100 |
Merge 0.9->trunk
|
Matthew Wild |
Wed, 01 May 2013 13:45:42 +0100 |
prosodyctl: Guess the country from the TLD for the cert config
|
Kim Alvefur |
Mon, 29 Apr 2013 14:01:19 +0200 |
prosodyctl: Ask about the distinguished name in a in a consistent order
|
Kim Alvefur |
Mon, 29 Apr 2013 14:00:44 +0200 |
prosodyctl: Add message describing the distinguished name input expected
|
Kim Alvefur |
Mon, 29 Apr 2013 13:59:39 +0200 |
Merge 0.9->trunk
|
Matthew Wild |
Mon, 29 Apr 2013 00:36:04 +0100 |
prosodyctl: Put keys and certificates in ./certs when in a source checkout
|
Kim Alvefur |
Sun, 28 Apr 2013 16:22:01 +0200 |
Merge 0.9->trunk
|
Kim Alvefur |
Tue, 09 Apr 2013 15:51:08 +0200 |
prosodyctl: Bump util.pposix version for API change
|
Kim Alvefur |
Tue, 09 Apr 2013 15:50:46 +0200 |
Merge 0.9->trunk
|
Matthew Wild |
Mon, 08 Apr 2013 12:08:34 +0100 |
prosodyctl: Define prosody.core_post_stanza as an empty function
|
Matthew Wild |
Sat, 06 Apr 2013 20:07:08 +0100 |
Merge 0.9->trunk
|
Matthew Wild |
Thu, 28 Mar 2013 12:17:15 +0000 |
prosody, prosodyctl: Remove last trace of "core" \o/
|
Kim Alvefur |
Sat, 23 Mar 2013 15:00:49 +0100 |
Merge 0.9->trunk
|
Waqas Hussain |
Tue, 22 Jan 2013 08:30:38 +0500 |
prosodyctl, prosody: Pass the selected config file from prosodyctl to prosody
|
Kim Alvefur |
Wed, 09 Jan 2013 22:01:52 +0100 |
prosodyctl: Pop arg items after use. Fixes #306
|
Kim Alvefur |
Wed, 09 Jan 2013 20:40:44 +0100 |
prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates everywhere (thanks jasperixla)
|
Kim Alvefur |
Tue, 08 Jan 2013 21:20:00 +0100 |
prosodyctl: Load LFS and util.openssl when actually needed (fixes unhelpful warnings if no LuaSec installed)
|
Kim Alvefur |
Tue, 08 Jan 2013 13:33:35 +0100 |
Merge 0.9 -> trunk (like this?)
|
Kim Alvefur |
Sat, 29 Sep 2012 01:05:17 +0200 |
prosodyctl: Fix copypaste error
|
Kim Alvefur |
Wed, 19 Sep 2012 23:29:25 +0200 |
prosodyctl: Set stricter umask while generating key (thanks darkrain)
|
Kim Alvefur |
Wed, 19 Sep 2012 23:26:38 +0200 |
prosodyctl: Abort if unable to load util.pposix
|
Kim Alvefur |
Wed, 19 Sep 2012 23:25:10 +0200 |
prosodyctl: Set $HOME to data path. Fixes issue with openssl and random state (Thanks Florob)
|
Kim Alvefur |
Wed, 19 Sep 2012 23:24:40 +0200 |
Merge 0.9->trunk
|
Waqas Hussain |
Sun, 23 Sep 2012 01:13:08 +0500 |
prosodyctl: Make sure hosts[*].modules always exists.
|
Waqas Hussain |
Sun, 23 Sep 2012 01:11:20 +0500 |
prosodyctl: Fix copypaste error
|
Kim Alvefur |
Wed, 19 Sep 2012 23:29:25 +0200 |
prosodyctl: Set stricter umask while generating key (thanks darkrain)
|
Kim Alvefur |
Wed, 19 Sep 2012 23:26:38 +0200 |
prosodyctl: Abort if unable to load util.pposix
|
Kim Alvefur |
Wed, 19 Sep 2012 23:25:10 +0200 |
prosodyctl: Set $HOME to data path. Fixes issue with openssl and random state (Thanks Florob)
|
Kim Alvefur |
Wed, 19 Sep 2012 23:24:40 +0200 |
prosody, prosodyctl: chdir() to data directory on startup
|
Matthew Wild |
Wed, 19 Sep 2012 12:39:21 +0100 |
prosodyctl: Use util.prosodyctl.deluser
|
Kim Alvefur |
Sat, 25 Aug 2012 01:32:26 +0200 |
Merge with Florob
|
Matthew Wild |
Sat, 28 Jul 2012 01:14:31 +0100 |
mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals
|
Florian Zeitz |
Sat, 09 Jun 2012 02:27:44 +0200 |
prosodyctl: Fix typo
|
Kim Alvefur |
Tue, 03 Jul 2012 15:56:32 +0200 |
prosodyctl: Add duplicate code for getting version of prosody
|
Kim Alvefur |
Tue, 15 May 2012 20:15:52 +0200 |
prosodyctl: Fix for generating certs with UTF-8
|
Kim Alvefur |
Mon, 14 May 2012 18:04:32 +0200 |
prosodyctl: Improve help messages for cert commands
|
Kim Alvefur |
Sun, 13 May 2012 15:02:38 +0200 |
prosodyctl: Show an error if the user doesn't supply a hostname to the certificate commands
|
Kim Alvefur |
Wed, 09 May 2012 01:11:27 +0200 |
prosodyctl: Replace hack with lfs for checking if a file exists
|
Kim Alvefur |
Wed, 09 May 2012 01:02:00 +0200 |
prosodyctl: Use util.openssl in certificate helpers. Improve feedback
|
Kim Alvefur |
Wed, 09 May 2012 00:33:55 +0200 |
prosodyctl: Fix import of util.iterators
|
Kim Alvefur |
Fri, 04 May 2012 01:13:33 +0200 |
prosodyctl: Add commands for generating certificates and keys
|
Kim Alvefur |
Fri, 20 Jan 2012 22:04:28 +0100 |
prosodyctl: Adjust description of 'reload' command (thanks crocket)
|
Matthew Wild |
Tue, 17 Jan 2012 21:10:16 +0000 |
prosodyctl: Update message on reload success
|
Matthew Wild |
Thu, 04 Aug 2011 14:00:24 -0400 |
Add "reload" command to prosodyctl
|
Vladimir Protasov |
Thu, 04 Aug 2011 21:26:15 +0400 |
prosodyctl: Remove typo'd '+' after LuaRocks 1.x version (thanks spoobie)
|
Matthew Wild |
Wed, 27 Jul 2011 14:25:05 -0400 |
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 |