| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | | prosodyctl: remove unused variables [luacheck] | Anton Shestakov | 2016-07-28 | 1 | -3/+0 |
* | | prosodyctl: remove unused one-letter loop variable [luacheck] | Anton Shestakov | 2016-07-09 | 1 | -1/+1 |
* | | prosodyctl: Warn if encryption is required but mod_tls is not enabled (see #617) | Kim Alvefur | 2016-06-12 | 1 | -1/+7 |
* | | prosodyctl: Fix typo (thanks av6) | Kim Alvefur | 2016-05-28 | 1 | -2/+2 |
* | | prosodyctl: Only use host part of JIDs eg components that have node parts (th... | Kim Alvefur | 2016-03-22 | 1 | -2/+6 |
* | | prosody, prosodyctl: Allow setting CFG_* variables via Lua interpreter before... | Matthew Wild | 2016-03-18 | 1 | -4/+4 |
* | | 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: 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 |
* | | 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 |
* | | 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 no... | Kim Alvefur | 2016-02-28 | 1 | -2/+2 |
* | | prosodyctl: check certs: Use certmanager to get the final ssl config in order... | Kim Alvefur | 2016-02-28 | 1 | -7/+7 |
* | | prosodyctl: Allow a DN path to be given to 'cert generate' command (fixes #349) | Kim Alvefur | 2016-02-25 | 1 | -20/+33 |
* | | prosodyctl: Create host.sessions table, (needed by 1295e14614f4) (thanks goffi) | Kim Alvefur | 2016-02-24 | 1 | -0/+1 |
* | | prosodyctl: check config: Suggest moving modules enabled on all hosts to a gl... | Kim Alvefur | 2016-01-12 | 1 | -0/+14 |
* | | prosodyctl check: Fix traceback if the global modules_enabled is unset | Kim Alvefur | 2016-01-12 | 1 | -2/+2 |
* | | prosodyctl: Show an example ssl config after generating a certificate | Kim Alvefur | 2016-01-09 | 1 | -0/+2 |
* | | prosodyctl check: Point out that authentication and storage modules should no... | Kim Alvefur | 2015-12-03 | 1 | -0/+14 |
* | | prosodyctl check: Point out items in the modules_enabled list that incorrectl... | Kim Alvefur | 2015-12-03 | 1 | -0/+9 |
* | | prosodyctl check: Really store imported LuaSec (must be a leftover from debug... | Kim Alvefur | 2015-12-03 | 1 | -1/+1 |
* | | prosodyctl check: Include global options when checking "all options" | Kim Alvefur | 2015-12-03 | 1 | -1/+1 |
* | | prosodyctl: check: Don't complain about c2s_ssl or s2s_ssl being in VirtualHo... | Kim Alvefur | 2015-10-21 | 1 | -1/+1 |
* | | prosodyctl check: Warn if certificate checking is enforced but LuaSec is too old | Kim Alvefur | 2015-09-24 | 1 | -0/+24 |
* | | prosodyctl check: Warn if encryption is required but LuaSec is unavailable | Kim Alvefur | 2015-09-24 | 1 | -0/+13 |
* | | prosodyctl: Move files out of the way when generating new cert or key | Kim Alvefur | 2015-09-19 | 1 | -6/+18 |
* | | prosodyctl: Import LuaSocket to a local, don't assume that a global will be set | Kim Alvefur | 2015-03-13 | 1 | -1/+1 |
* | | prosodyctl: check: Add some more known global config options | Kim Alvefur | 2015-07-05 | 1 | -1/+2 |
* | | prosodyctl: Soft-require LuaSec and LuaEvent so they show up in the module ve... | Kim Alvefur | 2015-05-18 | 1 | -0/+2 |
* | | prosodyctl: check certs: Correctly check that certificates are valid for s2s | Kim Alvefur | 2015-04-27 | 1 | -1/+1 |
* | | prosodyctl: Use ssl.loadcertificate instead of ssl.x509.load, as the ssl.x509... | Kim Alvefur | 2015-04-02 | 1 | -1/+1 |
* | | prosodyctl: Document magic commit ID | Paul Aurich | 2015-04-01 | 1 | -0/+1 |
* | | prosodyctl: Expand plugin paths and attempt to identify prosody-modules check... | Kim Alvefur | 2015-01-21 | 1 | -1/+14 |
* | | prosodyctl: Use util.mercurial to identify hg repository and revision | Kim Alvefur | 2015-01-21 | 1 | -1/+4 |
* | | prosodyctl: Show relative paths in about | Kim Alvefur | 2014-07-04 | 1 | -4/+6 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2014-10-26 | 1 | -1/+1 |
|\| |
|
| * | prosodyctl: Fix nil global access traceback in `prosodyctl about` (luarocks 2... | Waqas Hussain | 2014-10-19 | 1 | -1/+1 |
* | | prosodyctl: Add 'require_encryption' to list of deprecated options pointed ou... | Kim Alvefur | 2014-10-21 | 1 | -1/+1 |
* | | prosodyctl: Use sha256 for certificate requests and self-signed certificates | Kim Alvefur | 2014-09-11 | 1 | -2/+2 |
* | | Merge 0.9->0.10 | Matthew Wild | 2014-08-28 | 1 | -0/+1 |
|\| |
|
| * | prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwise | Kim Alvefur | 2014-08-26 | 1 | -0/+1 |
* | | Merge 0.9->0.10 | Matthew Wild | 2014-07-31 | 1 | -4/+2 |
|\| |
|