prosodyctl
Sun, 28 Feb 2016 18:23:24 +0100 Kim Alvefur prosodyctl: check certs: Update messages to account for 'ssl' option maybe not existing
Sun, 28 Feb 2016 18:22:23 +0100 Kim Alvefur prosodyctl: check certs: Use certmanager to get the final ssl config in order to support the new certificate(s) config option
Thu, 25 Feb 2016 15:40:35 +0100 Kim Alvefur Merge 0.10->trunk
Thu, 25 Feb 2016 15:35:44 +0100 Kim Alvefur prosodyctl: Allow a DN path to be given to 'cert generate' command (fixes #349)
Wed, 24 Feb 2016 11:20:00 +0100 Kim Alvefur Merge 0.10->trunk
Wed, 24 Feb 2016 11:15:27 +0100 Kim Alvefur prosodyctl: Create host.sessions table, (needed by 1295e14614f4) (thanks goffi)
Mon, 08 Feb 2016 14:48:50 +0100 Thomas Gstädtner prosodyctl: fix CnP bug in deluser output
Tue, 12 Jan 2016 23:47:30 +0100 Kim Alvefur prosodyctl: check config: Suggest moving modules enabled on all hosts to a global_modules enabled if that is unset
Tue, 12 Jan 2016 01:13:57 +0100 Kim Alvefur prosodyctl check: Fix traceback if the global modules_enabled is unset
Sat, 09 Jan 2016 16:58:39 +0100 Kim Alvefur prosodyctl: Show an example ssl config after generating a certificate
Thu, 03 Dec 2015 16:17:19 +0100 Kim Alvefur prosodyctl check: Point out that authentication and storage modules should not be added to modules_enabled (fixes #570)
Thu, 03 Dec 2015 16:15:59 +0100 Kim Alvefur prosodyctl check: Point out items in the modules_enabled list that incorrectly include the 'mod_' prefix
Thu, 03 Dec 2015 16:06:09 +0100 Kim Alvefur prosodyctl check: Really store imported LuaSec (must be a leftover from debugging)
Thu, 03 Dec 2015 15:51:22 +0100 Kim Alvefur prosodyctl check: Include global options when checking "all options"
Wed, 21 Oct 2015 13:37:26 +0200 Kim Alvefur prosodyctl: check: Don't complain about c2s_ssl or s2s_ssl being in VirtualHost sections, that's supported
Thu, 24 Sep 2015 20:02:57 +0200 Kim Alvefur prosodyctl check: Warn if certificate checking is enforced but LuaSec is too old
Thu, 24 Sep 2015 20:02:00 +0200 Kim Alvefur prosodyctl check: Warn if encryption is required but LuaSec is unavailable
Sat, 19 Sep 2015 17:46:46 +0200 Kim Alvefur prosodyctl: Move files out of the way when generating new cert or key
Fri, 13 Mar 2015 20:12:12 +0100 Kim Alvefur prosodyctl: Import LuaSocket to a local, don't assume that a global will be set
Sun, 05 Jul 2015 22:20:29 +0200 Kim Alvefur prosodyctl: check: Add some more known global config options
Mon, 18 May 2015 22:04:12 +0200 Kim Alvefur prosodyctl: Soft-require LuaSec and LuaEvent so they show up in the module version listing
Mon, 27 Apr 2015 21:52:16 +0200 Kim Alvefur prosodyctl: check certs: Correctly check that certificates are valid for s2s
Thu, 02 Apr 2015 14:31:41 +0200 Kim Alvefur prosodyctl: Use ssl.loadcertificate instead of ssl.x509.load, as the ssl.x509 export dissapears in 97b1974 or 356e03a
Wed, 01 Apr 2015 13:30:31 -0700 Paul Aurich prosodyctl: Document magic commit ID
Wed, 21 Jan 2015 02:55:27 +0100 Kim Alvefur prosodyctl: Expand plugin paths and attempt to identify prosody-modules checkouts
Wed, 21 Jan 2015 02:55:23 +0100 Kim Alvefur prosodyctl: Use util.mercurial to identify hg repository and revision
Fri, 04 Jul 2014 23:13:51 +0200 Kim Alvefur prosodyctl: Show relative paths in about
Sun, 26 Oct 2014 20:57:06 +0100 Kim Alvefur Merge 0.9->0.10
Sun, 19 Oct 2014 03:05:49 -0400 Waqas Hussain prosodyctl: Fix nil global access traceback in `prosodyctl about` (luarocks 2.2.0 no longer uses module())
Tue, 21 Oct 2014 12:47:53 +0200 Kim Alvefur prosodyctl: Add 'require_encryption' to list of deprecated options pointed out by the check command
Thu, 11 Sep 2014 00:10:29 +0200 Kim Alvefur prosodyctl: Use sha256 for certificate requests and self-signed certificates
Thu, 28 Aug 2014 09:23:24 +0100 Matthew Wild Merge 0.9->0.10
Tue, 26 Aug 2014 12:00:51 +0200 Kim Alvefur prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwise
Thu, 31 Jul 2014 07:11:54 +0100 Matthew Wild Merge 0.9->0.10
Thu, 31 Jul 2014 06:59:12 +0100 Matthew Wild prosodyctl: Remove nonsensical warning
Thu, 31 Jul 2014 06:58:15 +0100 Matthew Wild prosodyctl: Improve JID splitting and normalization for adduser/passwd/deluser
Fri, 02 May 2014 08:56:03 +0200 Kim Alvefur prosodyctl: Check that there is at least one enabled VirtualHost (or Component) defined
Fri, 02 May 2014 08:27:29 +0200 Kim Alvefur prosodyctl: Use correct variable in check certs
Fri, 02 May 2014 08:21:56 +0200 Kim Alvefur prosodyctl: Check for deprecated config options
Fri, 02 May 2014 08:16:26 +0200 Kim Alvefur prosodyctl: Add check that points out any disabled hosts
Fri, 02 May 2014 08:11:11 +0200 Kim Alvefur prosodyctl: Only perform checks on enabled hosts
Thu, 10 Apr 2014 00:24:29 +0200 Kim Alvefur prosodyctl, util.prosodyctl: Update to reflect that mod_posix gets loaded by default on posix platforms
Tue, 25 Mar 2014 19:16:38 +0100 Kim Alvefur Merge 0.9->0.10
Sat, 22 Mar 2014 12:02:11 +0100 Kim Alvefur prosodyctl: Show real error if certificate config file can't be opened
Mon, 02 Sep 2013 15:22:41 +0100 Matthew Wild prosodyctl: check: Support for unicode (IDN) domains (thanks once again albert)
Mon, 01 Jul 2013 22:17:31 +0200 Kim Alvefur prosodyctl: Import local_addresses from the new util.net intead of luasocket
Fri, 07 Jun 2013 20:59:43 +0200 Kim Alvefur prosodyctl: Add 'prosodyctl check certs' for validating TLS/SSL certificates
Fri, 07 Jun 2013 20:05:23 +0200 Kim Alvefur prosodyctl: Add 'prosodyctl check --help'
Wed, 22 May 2013 13:33:33 +0100 Matthew Wild prosodyctl: check dns: Add check that proxy65 addresses resolve correctly
Wed, 22 May 2013 13:32:38 +0100 Matthew Wild prosodyctl: check config: Fix check for whether host is a component
Tue, 21 May 2013 13:21:12 +0100 Matthew Wild prosodyctl: check config: whitespace fix
Tue, 21 May 2013 13:18:56 +0100 Matthew Wild prosodyctl: check config: Show a suggestion to change hosts that begin with jabber/xmpp/chat/im subdomains, and link to DNS documentation
Mon, 20 May 2013 15:33:57 +0100 Matthew Wild prosodyctl: Use jid.split() to parse parameter to adduser/deluser/passwd
Fri, 17 May 2013 14:56:36 +0100 Matthew Wild prosodyctl: check dns: Use socket.local_addresses() if available
Fri, 17 May 2013 14:56:18 +0100 Matthew Wild prosodyctl: check dns: Whitespace fix in output
Fri, 17 May 2013 14:55:57 +0100 Matthew Wild prosodyctl: check dns: More concise output (merged separate v4/v6 warnings)
Fri, 17 May 2013 14:55:05 +0100 Matthew Wild prosodyctl: check dns: Correctly mark host as failed if expected SRV records are not found
Fri, 17 May 2013 13:35:12 +0100 Matthew Wild prosodyctl: Add 'prosodyctl check dns' to make an attempt at verifying the server's DNS records
Fri, 17 May 2013 09:01:11 +0100 Matthew Wild prosodyctl: Add 'check' command, which currently checks the config file for some common mistakes
Wed, 01 May 2013 13:45:42 +0100 Matthew Wild Merge 0.9->trunk
less more (0) -100 -60 tip