aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
Commit message (Collapse)AuthorAgeFilesLines
* prosodyctl: Trim trailing whitespaceKim Alvefur2017-02-271-62/+62
|
* prosodyctl: Handle move of 'unpack' in Lua 5.2Kim Alvefur2017-02-271-0/+2
|
* Merge 0.9->0.10Kim Alvefur2016-09-281-2/+2
|\
| * prosodyctl: Fix copy/paste error in help text for deluser commandMatthew Wild2016-09-271-2/+2
| |
* | prosodyctl: remove unused variables [luacheck]Anton Shestakov2016-07-281-3/+0
| |
* | prosodyctl: remove unused one-letter loop variable [luacheck]Anton Shestakov2016-07-091-1/+1
| |
* | prosodyctl: Warn if encryption is required but mod_tls is not enabled (see #617)Kim Alvefur2016-06-121-1/+7
| |
* | prosodyctl: Fix typo (thanks av6)Kim Alvefur2016-05-281-2/+2
| |
* | prosodyctl: Only use host part of JIDs eg components that have node parts ↵Kim Alvefur2016-03-221-2/+6
| | | | | | | | (thanks suzyo)
* | prosody, prosodyctl: Allow setting CFG_* variables via Lua interpreter ↵Matthew Wild2016-03-181-4/+4
| | | | | | | | before loading Prosody. Fixes #308.
* | prosodyctl check: Add 'vcard_compatibility' to deprecated optionsKim Alvefur2016-03-111-0/+1
| |
* | prosodyctl: Fix typo'd variable name [luacheck]Matthew Wild2016-03-081-1/+1
| |
* | prosodyctl: Use already sorted array of module names [luacheck]Kim Alvefur2016-03-071-1/+1
| |
* | prosodyctl: Include libevent version in "about" output if luaevent is availableKim Alvefur2016-03-071-0/+3
| |
* | prosodyctl: One month is 31 days, no 13 (thanks av6)Kim Alvefur2016-02-281-1/+1
| |
* | prosodyctl: Fix typo (thanks av6)Kim Alvefur2016-02-281-1/+1
| |
* | prosodyctl: check certs: Warn about certificate expiry in the near futureKim Alvefur2016-02-281-0/+7
| |
* | prosodyctl: check certs: Update messages to account for 'ssl' option maybe ↵Kim Alvefur2016-02-281-2/+2
| | | | | | | | not existing
* | prosodyctl: check certs: Use certmanager to get the final ssl config in ↵Kim Alvefur2016-02-281-7/+7
| | | | | | | | order to support the new certificate(s) config option
* | prosodyctl: Allow a DN path to be given to 'cert generate' command (fixes #349)Kim Alvefur2016-02-251-20/+33
| |
* | prosodyctl: Create host.sessions table, (needed by 1295e14614f4) (thanks goffi)Kim Alvefur2016-02-241-0/+1
| |
* | prosodyctl: check config: Suggest moving modules enabled on all hosts to a ↵Kim Alvefur2016-01-121-0/+14
| | | | | | | | global_modules enabled if that is unset
* | prosodyctl check: Fix traceback if the global modules_enabled is unsetKim Alvefur2016-01-121-2/+2
| |
* | prosodyctl: Show an example ssl config after generating a certificateKim Alvefur2016-01-091-0/+2
| |
* | prosodyctl check: Point out that authentication and storage modules should ↵Kim Alvefur2015-12-031-0/+14
| | | | | | | | not be added to modules_enabled (fixes #570)
* | prosodyctl check: Point out items in the modules_enabled list that ↵Kim Alvefur2015-12-031-0/+9
| | | | | | | | incorrectly include the 'mod_' prefix
* | prosodyctl check: Really store imported LuaSec (must be a leftover from ↵Kim Alvefur2015-12-031-1/+1
| | | | | | | | debugging)
* | prosodyctl check: Include global options when checking "all options"Kim Alvefur2015-12-031-1/+1
| |
* | prosodyctl: check: Don't complain about c2s_ssl or s2s_ssl being in ↵Kim Alvefur2015-10-211-1/+1
| | | | | | | | VirtualHost sections, that's supported
* | prosodyctl check: Warn if certificate checking is enforced but LuaSec is too oldKim Alvefur2015-09-241-0/+24
| |
* | prosodyctl check: Warn if encryption is required but LuaSec is unavailableKim Alvefur2015-09-241-0/+13
| |
* | prosodyctl: Move files out of the way when generating new cert or keyKim Alvefur2015-09-191-6/+18
| |
* | prosodyctl: Import LuaSocket to a local, don't assume that a global will be setKim Alvefur2015-03-131-1/+1
| |
* | prosodyctl: check: Add some more known global config optionsKim Alvefur2015-07-051-1/+2
| |
* | prosodyctl: Soft-require LuaSec and LuaEvent so they show up in the module ↵Kim Alvefur2015-05-181-0/+2
| | | | | | | | version listing
* | prosodyctl: check certs: Correctly check that certificates are valid for s2sKim Alvefur2015-04-271-1/+1
| |
* | prosodyctl: Use ssl.loadcertificate instead of ssl.x509.load, as the ↵Kim Alvefur2015-04-021-1/+1
| | | | | | | | ssl.x509 export dissapears in 97b1974 or 356e03a
* | prosodyctl: Document magic commit IDPaul Aurich2015-04-011-0/+1
| |
* | prosodyctl: Expand plugin paths and attempt to identify prosody-modules ↵Kim Alvefur2015-01-211-1/+14
| | | | | | | | checkouts
* | prosodyctl: Use util.mercurial to identify hg repository and revisionKim Alvefur2015-01-211-1/+4
| |
* | prosodyctl: Show relative paths in aboutKim Alvefur2014-07-041-4/+6
| |
* | Merge 0.9->0.10Kim Alvefur2014-10-261-1/+1
|\|
| * prosodyctl: Fix nil global access traceback in `prosodyctl about` (luarocks ↵Waqas Hussain2014-10-191-1/+1
| | | | | | | | 2.2.0 no longer uses module())
* | prosodyctl: Add 'require_encryption' to list of deprecated options pointed ↵Kim Alvefur2014-10-211-1/+1
| | | | | | | | out by the check command
* | prosodyctl: Use sha256 for certificate requests and self-signed certificatesKim Alvefur2014-09-111-2/+2
| |
* | Merge 0.9->0.10Matthew Wild2014-08-281-0/+1
|\|
| * prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwiseKim Alvefur2014-08-261-0/+1
| |
* | Merge 0.9->0.10Matthew Wild2014-07-311-4/+2
|\|
| * prosodyctl: Remove nonsensical warningMatthew Wild2014-07-311-1/+0
| |
| * prosodyctl: Improve JID splitting and normalization for adduser/passwd/deluserMatthew Wild2014-07-311-3/+5
| |