| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 0.10->trunk | Kim Alvefur | 2017-08-29 | 1 | -1/+1 |
|\ |
|
| * | prosody, prosodyctl: Fix traceback if ssl config is missing (thanks lookshe a... | Kim Alvefur | 2017-08-29 | 1 | -1/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-08-28 | 1 | -1/+15 |
|\| |
|
| * | prosody, prosodyctl: Set up TLS settings for HTTPS requests in net.http (part... | Kim Alvefur | 2017-07-07 | 1 | -0/+7 |
| * | prosodyctl: Skip certificate checks for hosts of the form node@host (fixes #779) | Kim Alvefur | 2017-08-04 | 1 | -1/+8 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-07-06 | 1 | -0/+2 |
|\| |
|
| * | prosodyctl: Make `cert check` do the same as `check certs` | Kim Alvefur | 2017-07-06 | 1 | -0/+2 |
* | | configmanager: Remove support for multiple parsers, fixes #852. | Emmanuel Gil Peyrot | 2017-05-27 | 1 | -3/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-05-17 | 1 | -0/+4 |
|\| |
|
| * | prosodyctl: Show description of each certificate subcommand | Kim Alvefur | 2017-05-16 | 1 | -0/+4 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-25 | 1 | -1/+1 |
|\| |
|
| * | prosodyctl: Add cert import to short help | Kim Alvefur | 2017-04-24 | 1 | -1/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-24 | 1 | -2/+14 |
|\| |
|
| * | prosodyctl: Attempt to reload prosody after importing certificates | Kim Alvefur | 2017-04-22 | 1 | -0/+4 |
| * | prosodyctl: Make note about reporting where certificates are searched for | Kim Alvefur | 2017-04-22 | 1 | -0/+1 |
| * | prosodyctl: Return non-zero exit code from cert import if no certificates imp... | Kim Alvefur | 2017-04-22 | 1 | -0/+3 |
| * | prosodyctl: Delay reporting of successful certificate imports until all done | Kim Alvefur | 2017-04-22 | 1 | -2/+6 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-21 | 1 | -3/+83 |
|\| |
|
| * | prosodyctl: cert import: Command to copy certificates into prosodys certifica... | Kim Alvefur | 2017-04-21 | 1 | -0/+66 |
| * | prosodyctl: Split long line [luacheck] | Kim Alvefur | 2017-04-21 | 1 | -1/+4 |
| * | prosodyctl: Normalize inconsistent whitespace [luacheck] | Kim Alvefur | 2017-04-21 | 1 | -5/+5 |
| * | prosodyctl: Verify that directory certs are written to exists | Kim Alvefur | 2017-04-21 | 1 | -0/+4 |
| * | prosodyctl: Verify permissions on directory that certificates are written to | Kim Alvefur | 2017-04-21 | 1 | -0/+8 |
| * | 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 direct... | Kim Alvefur | 2017-04-19 | 1 | -4/+11 |
| * | 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 |