aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
Commit message (Collapse)AuthorAgeFilesLines
* prosodyctl: Check that there is at least one enabled VirtualHost (or ↵Kim Alvefur2014-05-021-0/+11
| | | | Component) defined
* prosodyctl: Use correct variable in check certsKim Alvefur2014-05-021-2/+2
|
* prosodyctl: Check for deprecated config optionsKim Alvefur2014-05-021-0/+10
|
* prosodyctl: Add check that points out any disabled hostsKim Alvefur2014-05-021-0/+15
|
* prosodyctl: Only perform checks on enabled hostsKim Alvefur2014-05-021-43/+43
|
* prosodyctl, util.prosodyctl: Update to reflect that mod_posix gets loaded by ↵Kim Alvefur2014-04-101-1/+5
| | | | default on posix platforms
* Merge 0.9->0.10Kim Alvefur2014-03-251-1/+6
|\
| * prosodyctl: Show real error if certificate config file can't be openedKim Alvefur2014-03-221-1/+6
| |
* | prosodyctl: check: Support for unicode (IDN) domains (thanks once again albert)Matthew Wild2013-09-021-7/+8
| |
* | prosodyctl: Import local_addresses from the new util.net intead of luasocketKim Alvefur2013-07-011-1/+1
| |
* | prosodyctl: Add 'prosodyctl check certs' for validating TLS/SSL certificatesKim Alvefur2013-06-071-0/+75
| |
* | prosodyctl: Add 'prosodyctl check --help'Kim Alvefur2013-06-071-0/+4
| |
* | prosodyctl: check dns: Add check that proxy65 addresses resolve correctlyMatthew Wild2013-05-221-0/+19
| |
* | prosodyctl: check config: Fix check for whether host is a componentMatthew Wild2013-05-221-1/+1
| |
* | prosodyctl: check config: whitespace fixMatthew Wild2013-05-211-0/+1
| |
* | prosodyctl: check config: Show a suggestion to change hosts that begin with ↵Matthew Wild2013-05-211-0/+8
| | | | | | | | jabber/xmpp/chat/im subdomains, and link to DNS documentation
* | prosodyctl: Use jid.split() to parse parameter to adduser/deluser/passwdMatthew Wild2013-05-201-3/+6
| |
* | prosodyctl: check dns: Use socket.local_addresses() if availableMatthew Wild2013-05-171-1/+20
| |
* | prosodyctl: check dns: Whitespace fix in outputMatthew Wild2013-05-171-1/+1
| |
* | prosodyctl: check dns: More concise output (merged separate v4/v6 warnings)Matthew Wild2013-05-171-4/+9
| |
* | prosodyctl: check dns: Correctly mark host as failed if expected SRV records ↵Matthew Wild2013-05-171-0/+2
| | | | | | | | are not found
* | prosodyctl: Add 'prosodyctl check dns' to make an attempt at verifying the ↵Matthew Wild2013-05-171-1/+142
| | | | | | | | server's DNS records
* | prosodyctl: Add 'check' command, which currently checks the config file for ↵Matthew Wild2013-05-171-0/+52
|/ | | | some common mistakes
* prosodyctl: Guess the country from the TLD for the cert configKim Alvefur2013-04-291-0/+5
|
* prosodyctl: Ask about the distinguished name in a in a consistent orderKim Alvefur2013-04-291-12/+15
|
* prosodyctl: Add message describing the distinguished name input expectedKim Alvefur2013-04-291-0/+2
|
* prosodyctl: Put keys and certificates in ./certs when in a source checkoutKim Alvefur2013-04-281-4/+4
|
* prosodyctl: Bump util.pposix version for API changeKim Alvefur2013-04-091-1/+1
|
* prosodyctl: Define prosody.core_post_stanza as an empty functionMatthew Wild2013-04-061-0/+1
|
* prosody, prosodyctl: Remove last trace of "core" \o/Kim Alvefur2013-03-231-9/+9
|
* prosodyctl, prosody: Pass the selected config file from prosodyctl to prosodyKim Alvefur2013-01-091-0/+3
|
* prosodyctl: Pop arg items after use. Fixes #306Kim Alvefur2013-01-091-1/+1
|
* prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for ↵Kim Alvefur2013-01-081-1/+1
| | | | certificates everywhere (thanks jasperixla)
* prosodyctl: Load LFS and util.openssl when actually needed (fixes unhelpful ↵Kim Alvefur2013-01-081-2/+4
| | | | warnings if no LuaSec installed)
* prosodyctl: Fix copypaste errorKim Alvefur2012-09-191-1/+1
|
* prosodyctl: Set stricter umask while generating key (thanks darkrain)Kim Alvefur2012-09-191-1/+3
|
* prosodyctl: Abort if unable to load util.pposixKim Alvefur2012-09-191-0/+1
|
* prosodyctl: Set $HOME to data path. Fixes issue with openssl and random ↵Kim Alvefur2012-09-191-0/+1
| | | | state (Thanks Florob)
* prosodyctl: Make sure hosts[*].modules always exists.Waqas Hussain2012-09-231-0/+1
|
* prosody, prosodyctl: chdir() to data directory on startupMatthew Wild2012-09-191-0/+6
|
* prosodyctl: Use util.prosodyctl.deluserKim Alvefur2012-08-251-1/+1
|
* Merge with FlorobMatthew Wild2012-07-281-1/+1
|\
| * prosodyctl: Fix typoKim Alvefur2012-07-031-1/+1
| |
* | mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on ↵Florian Zeitz2012-06-091-3/+3
|/ | | | modules setting globals
* prosodyctl: Add duplicate code for getting version of prosodyKim Alvefur2012-05-151-0/+16
|
* prosodyctl: Fix for generating certs with UTF-8Kim Alvefur2012-05-141-0/+3
|
* prosodyctl: Improve help messages for cert commandsKim Alvefur2012-05-131-8/+13
|
* prosodyctl: Show an error if the user doesn't supply a hostname to the ↵Kim Alvefur2012-05-091-1/+6
| | | | certificate commands
* prosodyctl: Replace hack with lfs for checking if a file existsKim Alvefur2012-05-091-12/+12
|
* prosodyctl: Use util.openssl in certificate helpers. Improve feedbackKim Alvefur2012-05-091-21/+28
|