| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | | prosodyctl: Add 'prosodyctl check dns' to make an attempt at verifying the se... | Matthew Wild | 2013-05-17 | 1 | -1/+142 |
* | | prosodyctl: Add 'check' command, which currently checks the config file for s... | Matthew Wild | 2013-05-17 | 1 | -0/+52 |
|/ |
|
* | prosodyctl: Guess the country from the TLD for the cert config | Kim Alvefur | 2013-04-29 | 1 | -0/+5 |
* | prosodyctl: Ask about the distinguished name in a in a consistent order | Kim Alvefur | 2013-04-29 | 1 | -12/+15 |
* | prosodyctl: Add message describing the distinguished name input expected | Kim Alvefur | 2013-04-29 | 1 | -0/+2 |
* | prosodyctl: Put keys and certificates in ./certs when in a source checkout | Kim Alvefur | 2013-04-28 | 1 | -4/+4 |
* | prosodyctl: Bump util.pposix version for API change | Kim Alvefur | 2013-04-09 | 1 | -1/+1 |
* | prosodyctl: Define prosody.core_post_stanza as an empty function | Matthew Wild | 2013-04-06 | 1 | -0/+1 |
* | prosody, prosodyctl: Remove last trace of "core" \o/ | Kim Alvefur | 2013-03-23 | 1 | -9/+9 |
* | prosodyctl, prosody: Pass the selected config file from prosodyctl to prosody | Kim Alvefur | 2013-01-09 | 1 | -0/+3 |
* | prosodyctl: Pop arg items after use. Fixes #306 | Kim Alvefur | 2013-01-09 | 1 | -1/+1 |
* | prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for cert... | Kim Alvefur | 2013-01-08 | 1 | -1/+1 |
* | prosodyctl: Load LFS and util.openssl when actually needed (fixes unhelpful w... | Kim Alvefur | 2013-01-08 | 1 | -2/+4 |
* | prosodyctl: Fix copypaste error | Kim Alvefur | 2012-09-19 | 1 | -1/+1 |
* | prosodyctl: Set stricter umask while generating key (thanks darkrain) | Kim Alvefur | 2012-09-19 | 1 | -1/+3 |
* | prosodyctl: Abort if unable to load util.pposix | Kim Alvefur | 2012-09-19 | 1 | -0/+1 |
* | prosodyctl: Set $HOME to data path. Fixes issue with openssl and random state... | Kim Alvefur | 2012-09-19 | 1 | -0/+1 |
* | prosodyctl: Make sure hosts[*].modules always exists. | Waqas Hussain | 2012-09-23 | 1 | -0/+1 |
* | prosody, prosodyctl: chdir() to data directory on startup | Matthew Wild | 2012-09-19 | 1 | -0/+6 |
* | prosodyctl: Use util.prosodyctl.deluser | Kim Alvefur | 2012-08-25 | 1 | -1/+1 |
* | Merge with Florob | Matthew Wild | 2012-07-28 | 1 | -1/+1 |
|\ |
|
| * | prosodyctl: Fix typo | Kim Alvefur | 2012-07-03 | 1 | -1/+1 |
* | | mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modu... | Florian Zeitz | 2012-06-09 | 1 | -3/+3 |
|/ |
|
* | prosodyctl: Add duplicate code for getting version of prosody | Kim Alvefur | 2012-05-15 | 1 | -0/+16 |
* | prosodyctl: Fix for generating certs with UTF-8 | Kim Alvefur | 2012-05-14 | 1 | -0/+3 |
* | prosodyctl: Improve help messages for cert commands | Kim Alvefur | 2012-05-13 | 1 | -8/+13 |