Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | prosodyctl: Return non-zero status to indicate error | Kim Alvefur | 2017-04-21 | 1 | -1/+1 | |
| | | ||||||
| * | prosodyctl: Remove example showing deprecated config option | Kim Alvefur | 2017-04-21 | 1 | -1/+0 | |
| | | ||||||
| * | prosodyctl: Fix indentation | Kim Alvefur | 2017-04-21 | 1 | -3/+3 | |
| | | ||||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-20 | 1 | -1/+1 | |
|\| | ||||||
| * | prosodyctl: Use the correct variable | Kim Alvefur | 2017-04-20 | 1 | -1/+1 | |
| | | ||||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-20 | 1 | -7/+16 | |
|\| | ||||||
| * | prosodyctl cert: If running as root, write certificate files to config ↵ | Kim Alvefur | 2017-04-19 | 1 | -4/+11 | |
| | | | | | | | | directory (fixes #530) | |||||
| * | prosodyctl: Rename variable for soft-require success to improve readability | Kim Alvefur | 2017-04-19 | 1 | -2/+2 | |
| | | ||||||
| * | prosodyctl: Remove --root from arg array | Kim Alvefur | 2017-04-19 | 1 | -1/+3 | |
| | | ||||||
| * | prosodyctl: Allow continuing to run as root (fixes #893) | Kim Alvefur | 2017-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | prosodyctl: Don't switch user if we are root and run_as_root is enabled | Matthew Wild | 2017-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-09 | 1 | -0/+7 | |
|\| | ||||||
| * | prosodyctl: Point out how default_storage is redundant if storage is a string | Kim Alvefur | 2017-04-08 | 1 | -0/+7 | |
| | | ||||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-03-28 | 1 | -1/+1 | |
|\| | ||||||
| * | util.pposix: Remove fallocate | Kim Alvefur | 2017-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | util.pposix: Add function for atomically appending data to a file | Kim Alvefur | 2017-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-03-01 | 1 | -62/+64 | |
|\| | ||||||
| * | prosodyctl: Trim trailing whitespace | Kim Alvefur | 2017-02-27 | 1 | -62/+62 | |
| | | ||||||
| * | prosodyctl: Handle move of 'unpack' in Lua 5.2 | Kim Alvefur | 2017-02-27 | 1 | -0/+2 | |
| | | ||||||
| * | Merge 0.9->0.10 | Kim Alvefur | 2016-09-28 | 1 | -2/+2 | |
| |\ | ||||||
| | * | prosodyctl: Fix copy/paste error in help text for deluser command | Matthew Wild | 2016-09-27 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge 0.10 -> trunk | Matthew Wild | 2016-07-28 | 1 | -3/+0 | |
|\| | | ||||||
| * | | prosodyctl: remove unused variables [luacheck] | Anton Shestakov | 2016-07-28 | 1 | -3/+0 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-07-13 | 1 | -1/+1 | |
|\| | | ||||||
| * | | prosodyctl: remove unused one-letter loop variable [luacheck] | Anton Shestakov | 2016-07-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-06-12 | 1 | -1/+7 | |
|\| | | ||||||
| * | | prosodyctl: Warn if encryption is required but mod_tls is not enabled (see #617) | Kim Alvefur | 2016-06-12 | 1 | -1/+7 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-05-30 | 1 | -2/+2 | |
|\| | | ||||||
| * | | prosodyctl: Fix typo (thanks av6) | Kim Alvefur | 2016-05-28 | 1 | -2/+2 | |
| | | | ||||||
* | | | Update every link to the documentation to use HTTPS | Emmanuel Gil Peyrot | 2016-04-16 | 1 | -11/+11 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Matthew Wild | 2016-03-23 | 1 | -2/+6 | |
|\| | | ||||||
| * | | prosodyctl: Only use host part of JIDs eg components that have node parts ↵ | Kim Alvefur | 2016-03-22 | 1 | -2/+6 | |
| | | | | | | | | | | | | (thanks suzyo) | |||||
* | | | Merge 0.10->trunk | Matthew Wild | 2016-03-18 | 1 | -4/+4 | |
|\| | | ||||||
| * | | prosody, prosodyctl: Allow setting CFG_* variables via Lua interpreter ↵ | Matthew Wild | 2016-03-18 | 1 | -4/+4 | |
| | | | | | | | | | | | | before loading Prosody. Fixes #308. | |||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-03-11 | 1 | -0/+1 | |
|\| | | ||||||
| * | | prosodyctl check: Add 'vcard_compatibility' to deprecated options | Kim Alvefur | 2016-03-11 | 1 | -0/+1 | |
| | | | ||||||
| * | | prosodyctl: Fix typo'd variable name [luacheck] | Matthew Wild | 2016-03-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | prosodyctl: Fix variable typo [luacheck] | Matthew Wild | 2016-03-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-03-07 | 1 | -1/+4 | |
|\| | | ||||||
| * | | prosodyctl: Use already sorted array of module names [luacheck] | Kim Alvefur | 2016-03-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | prosodyctl: Include libevent version in "about" output if luaevent is available | Kim Alvefur | 2016-03-07 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-02-28 | 1 | -2/+2 | |
|\| | | ||||||
| * | | prosodyctl: One month is 31 days, no 13 (thanks av6) | Kim Alvefur | 2016-02-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | prosodyctl: Fix typo (thanks av6) | Kim Alvefur | 2016-02-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-02-28 | 1 | -9/+16 | |
|\| | | ||||||
| * | | prosodyctl: check certs: Warn about certificate expiry in the near future | Kim Alvefur | 2016-02-28 | 1 | -0/+7 | |
| | | | ||||||
| * | | prosodyctl: check certs: Update messages to account for 'ssl' option maybe ↵ | Kim Alvefur | 2016-02-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | not existing | |||||
| * | | prosodyctl: check certs: Use certmanager to get the final ssl config in ↵ | Kim Alvefur | 2016-02-28 | 1 | -7/+7 | |
| | | | | | | | | | | | | order to support the new certificate(s) config option | |||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-02-25 | 1 | -20/+33 | |
|\| | | ||||||
| * | | prosodyctl: Allow a DN path to be given to 'cert generate' command (fixes #349) | Kim Alvefur | 2016-02-25 | 1 | -20/+33 | |
| | | |