| Commit message (Expand) | Author | Age | Files | Lines |
* | prosodyctl: check config: Suggest moving modules enabled on all hosts to a gl... | Kim Alvefur | 2016-01-12 | 1 | -0/+14 |
* | prosodyctl check: Fix traceback if the global modules_enabled is unset | Kim Alvefur | 2016-01-12 | 1 | -2/+2 |
* | prosodyctl: Show an example ssl config after generating a certificate | Kim Alvefur | 2016-01-09 | 1 | -0/+2 |
* | prosodyctl check: Point out that authentication and storage modules should no... | Kim Alvefur | 2015-12-03 | 1 | -0/+14 |
* | prosodyctl check: Point out items in the modules_enabled list that incorrectl... | Kim Alvefur | 2015-12-03 | 1 | -0/+9 |
* | prosodyctl check: Really store imported LuaSec (must be a leftover from debug... | Kim Alvefur | 2015-12-03 | 1 | -1/+1 |
* | prosodyctl check: Include global options when checking "all options" | Kim Alvefur | 2015-12-03 | 1 | -1/+1 |
* | prosodyctl: check: Don't complain about c2s_ssl or s2s_ssl being in VirtualHo... | Kim Alvefur | 2015-10-21 | 1 | -1/+1 |
* | prosodyctl check: Warn if certificate checking is enforced but LuaSec is too old | Kim Alvefur | 2015-09-24 | 1 | -0/+24 |
* | prosodyctl check: Warn if encryption is required but LuaSec is unavailable | Kim Alvefur | 2015-09-24 | 1 | -0/+13 |
* | prosodyctl: Move files out of the way when generating new cert or key | Kim Alvefur | 2015-09-19 | 1 | -6/+18 |
* | prosodyctl: Import LuaSocket to a local, don't assume that a global will be set | Kim Alvefur | 2015-03-13 | 1 | -1/+1 |
* | prosodyctl: check: Add some more known global config options | Kim Alvefur | 2015-07-05 | 1 | -1/+2 |
* | prosodyctl: Soft-require LuaSec and LuaEvent so they show up in the module ve... | Kim Alvefur | 2015-05-18 | 1 | -0/+2 |
* | prosodyctl: check certs: Correctly check that certificates are valid for s2s | Kim Alvefur | 2015-04-27 | 1 | -1/+1 |
* | prosodyctl: Use ssl.loadcertificate instead of ssl.x509.load, as the ssl.x509... | Kim Alvefur | 2015-04-02 | 1 | -1/+1 |
* | prosodyctl: Document magic commit ID | Paul Aurich | 2015-04-01 | 1 | -0/+1 |
* | prosodyctl: Expand plugin paths and attempt to identify prosody-modules check... | Kim Alvefur | 2015-01-21 | 1 | -1/+14 |
* | prosodyctl: Use util.mercurial to identify hg repository and revision | Kim Alvefur | 2015-01-21 | 1 | -1/+4 |
* | prosodyctl: Show relative paths in about | Kim Alvefur | 2014-07-04 | 1 | -4/+6 |
* | Merge 0.9->0.10 | Kim Alvefur | 2014-10-26 | 1 | -1/+1 |
|\ |
|
| * | prosodyctl: Fix nil global access traceback in `prosodyctl about` (luarocks 2... | Waqas Hussain | 2014-10-19 | 1 | -1/+1 |
* | | prosodyctl: Add 'require_encryption' to list of deprecated options pointed ou... | Kim Alvefur | 2014-10-21 | 1 | -1/+1 |
* | | prosodyctl: Use sha256 for certificate requests and self-signed certificates | Kim Alvefur | 2014-09-11 | 1 | -2/+2 |
* | | Merge 0.9->0.10 | Matthew Wild | 2014-08-28 | 1 | -0/+1 |
|\| |
|
| * | prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwise | Kim Alvefur | 2014-08-26 | 1 | -0/+1 |
* | | Merge 0.9->0.10 | Matthew Wild | 2014-07-31 | 1 | -4/+2 |
|\| |
|
| * | prosodyctl: Remove nonsensical warning | Matthew Wild | 2014-07-31 | 1 | -1/+0 |
| * | prosodyctl: Improve JID splitting and normalization for adduser/passwd/deluser | Matthew Wild | 2014-07-31 | 1 | -3/+5 |
* | | prosodyctl: Check that there is at least one enabled VirtualHost (or Componen... | Kim Alvefur | 2014-05-02 | 1 | -0/+11 |
* | | prosodyctl: Use correct variable in check certs | Kim Alvefur | 2014-05-02 | 1 | -2/+2 |
* | | prosodyctl: Check for deprecated config options | Kim Alvefur | 2014-05-02 | 1 | -0/+10 |
* | | prosodyctl: Add check that points out any disabled hosts | Kim Alvefur | 2014-05-02 | 1 | -0/+15 |
* | | prosodyctl: Only perform checks on enabled hosts | Kim Alvefur | 2014-05-02 | 1 | -43/+43 |
* | | prosodyctl, util.prosodyctl: Update to reflect that mod_posix gets loaded by ... | Kim Alvefur | 2014-04-10 | 1 | -1/+5 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2014-03-25 | 1 | -1/+6 |
|\| |
|
| * | prosodyctl: Show real error if certificate config file can't be opened | Kim Alvefur | 2014-03-22 | 1 | -1/+6 |
* | | prosodyctl: check: Support for unicode (IDN) domains (thanks once again albert) | Matthew Wild | 2013-09-02 | 1 | -7/+8 |
* | | prosodyctl: Import local_addresses from the new util.net intead of luasocket | Kim Alvefur | 2013-07-01 | 1 | -1/+1 |
* | | prosodyctl: Add 'prosodyctl check certs' for validating TLS/SSL certificates | Kim Alvefur | 2013-06-07 | 1 | -0/+75 |
* | | prosodyctl: Add 'prosodyctl check --help' | Kim Alvefur | 2013-06-07 | 1 | -0/+4 |
* | | prosodyctl: check dns: Add check that proxy65 addresses resolve correctly | Matthew Wild | 2013-05-22 | 1 | -0/+19 |
* | | prosodyctl: check config: Fix check for whether host is a component | Matthew Wild | 2013-05-22 | 1 | -1/+1 |
* | | prosodyctl: check config: whitespace fix | Matthew Wild | 2013-05-21 | 1 | -0/+1 |
* | | prosodyctl: check config: Show a suggestion to change hosts that begin with j... | Matthew Wild | 2013-05-21 | 1 | -0/+8 |
* | | prosodyctl: Use jid.split() to parse parameter to adduser/deluser/passwd | Matthew Wild | 2013-05-20 | 1 | -3/+6 |
* | | prosodyctl: check dns: Use socket.local_addresses() if available | Matthew Wild | 2013-05-17 | 1 | -1/+20 |
* | | prosodyctl: check dns: Whitespace fix in output | Matthew Wild | 2013-05-17 | 1 | -1/+1 |
* | | prosodyctl: check dns: More concise output (merged separate v4/v6 warnings) | Matthew Wild | 2013-05-17 | 1 | -4/+9 |
* | | prosodyctl: check dns: Correctly mark host as failed if expected SRV records ... | Matthew Wild | 2013-05-17 | 1 | -0/+2 |