aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
Commit message (Collapse)AuthorAgeFilesLines
* prosodyctl: Abort and warn if the config can't be opened after dropping root ↵Kim Alvefur2017-09-271-0/+11
| | | | privileges (fixes #990)
* prosody, prosodyctl: Print the actual config file name used when a problem ↵Kim Alvefur2017-09-271-2/+2
| | | | loading it was encountered (see #990)
* prosodyctl: cert import: Reuse function from certmanager for locating ↵Kim Alvefur2017-09-271-9/+5
| | | | certificates and keys
* prosodyctl check: Fix traceback when no modules_enabled are defined (e.g., a ↵Waqas Hussain2017-09-241-1/+1
| | | | completely empty config)
* prosodyctl: cert import: Use env variable set by certbot if invoked as ↵Kim Alvefur2017-09-181-2/+9
| | | | post-renew hook
* prosodyctl: Only demand a hostname argument to cert commands other than importKim Alvefur2017-09-181-7/+9
|
* prosodyctl: Use all enabled hosts if no hostnames passed to cert importKim Alvefur2017-09-181-1/+8
|
* prosody, prosodyctl: Fix traceback if ssl config is missing (thanks lookshe ↵Kim Alvefur2017-08-291-1/+1
| | | | and sol)
* prosody, prosodyctl: Set up TLS settings for HTTPS requests in net.http ↵Kim Alvefur2017-07-071-0/+7
| | | | (part of fix for #659)
* prosodyctl: Skip certificate checks for hosts of the form node@host (fixes #779)Kim Alvefur2017-08-041-1/+8
|
* prosodyctl: Make `cert check` do the same as `check certs`Kim Alvefur2017-07-061-0/+2
|
* prosodyctl: Show description of each certificate subcommandKim Alvefur2017-05-161-0/+4
|
* prosodyctl: Add cert import to short helpKim Alvefur2017-04-241-1/+1
|
* prosodyctl: Attempt to reload prosody after importing certificatesKim Alvefur2017-04-221-0/+4
|
* prosodyctl: Make note about reporting where certificates are searched forKim Alvefur2017-04-221-0/+1
|
* prosodyctl: Return non-zero exit code from cert import if no certificates ↵Kim Alvefur2017-04-221-0/+3
| | | | imported
* prosodyctl: Delay reporting of successful certificate imports until all doneKim Alvefur2017-04-221-2/+6
|
* prosodyctl: cert import: Command to copy certificates into prosodys ↵Kim Alvefur2017-04-211-0/+66
| | | | certificate directory (fixes #892)
* prosodyctl: Split long line [luacheck]Kim Alvefur2017-04-211-1/+4
|
* prosodyctl: Normalize inconsistent whitespace [luacheck]Kim Alvefur2017-04-211-5/+5
|
* prosodyctl: Verify that directory certs are written to existsKim Alvefur2017-04-211-0/+4
|
* prosodyctl: Verify permissions on directory that certificates are written toKim Alvefur2017-04-211-0/+8
|
* prosodyctl: Return non-zero status to indicate errorKim Alvefur2017-04-211-1/+1
|
* prosodyctl: Remove example showing deprecated config optionKim Alvefur2017-04-211-1/+0
|
* prosodyctl: Fix indentationKim Alvefur2017-04-211-3/+3
|
* prosodyctl: Use the correct variableKim Alvefur2017-04-201-1/+1
|
* prosodyctl cert: If running as root, write certificate files to config ↵Kim Alvefur2017-04-191-4/+11
| | | | directory (fixes #530)
* prosodyctl: Rename variable for soft-require success to improve readabilityKim Alvefur2017-04-191-2/+2
|
* prosodyctl: Remove --root from arg arrayKim Alvefur2017-04-191-1/+3
|
* prosodyctl: Allow continuing to run as root (fixes #893)Kim Alvefur2017-04-191-1/+1
|
* prosodyctl: Don't switch user if we are root and run_as_root is enabledMatthew Wild2017-04-191-1/+1
|
* prosodyctl: Point out how default_storage is redundant if storage is a stringKim Alvefur2017-04-081-0/+7
|
* util.pposix: Remove fallocateKim Alvefur2017-02-281-1/+1
|
* util.pposix: Add function for atomically appending data to a fileKim Alvefur2017-03-011-1/+1
|
* 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
| |