Kim Alvefur
|
d254f7e101
|
prosodyctl: Fix module.command invocation (thanks woffs)
The first argument is already removed once since c7727c13260f
|
2019-01-18 18:30:41 +01:00 |
|
Kim Alvefur
|
7fefafa8f6
|
mod_websocket: Drop CORS code in favor of that in mod_http
Like for mod_bosh, deprecates consider_websocket_secure and depend on
mod_http_crossdomain if it is set.
|
2018-10-04 12:24:08 +02:00 |
|
Kim Alvefur
|
467260e6f5
|
mod_bosh: Drop CORS code in favor of than in mod_http
This deprecates the cross_domain_bosh setting. As a compat measure, if
it is set, mod_http_crossdomain is loaded.
|
2018-10-04 12:23:06 +02:00 |
|
Kim Alvefur
|
1e4a0ebba2
|
prosodyctl: Use the same runtime for starting prosody
Improves the experience with the `make integration-test` command
|
2019-01-10 15:25:38 +01:00 |
|
Kim Alvefur
|
e31667cf15
|
prosodyctl: Pass the original argv table to subcommands (with first argument removed)
This preserves eg arg[-1] where you might find the path to the Lua
executable, which can be useful.
|
2019-01-10 14:54:34 +01:00 |
|
Kim Alvefur
|
59c09fa604
|
prosodyctl check: Add statisticsmanager settings to known global options
|
2018-12-17 15:34:15 +01:00 |
|
Kim Alvefur
|
e12412bc08
|
Merge 0.10->trunk
|
2018-10-24 17:18:34 +02:00 |
|
Kim Alvefur
|
2dd5ee9357
|
prosodyctl: Change ownership of certs to same as the cert base dir when running from a source checkout
|
2018-10-24 17:13:49 +02:00 |
|
Kim Alvefur
|
d3d71d91bb
|
prosodyctl: Allow cert dir to not be owned by root (fixes #1075)
|
2018-10-24 17:04:17 +02:00 |
|
Kim Alvefur
|
fbec700e42
|
prosodyctl: Warn if attempting to run an unknown check (fixes #1161)
|
2018-06-28 10:56:24 +02:00 |
|
Matthew Wild
|
29ebeb2da4
|
prosodyctl: Make log level configurable through PROSODYCTL_LOG_LEVEL (useful for debugging)
|
2018-06-07 11:21:51 +01:00 |
|
Kim Alvefur
|
8799bd0293
|
prosodyctl: Also look for options that belong in global section under disabled hosts (fixes #1207)
Thanks ivucica
|
2018-08-30 00:17:54 +02:00 |
|
Kim Alvefur
|
f7bf94cd03
|
prosodyctl: Use correct separator in chown call (fixes #1093)
|
2018-03-02 01:51:06 +01:00 |
|
Matthew Wild
|
c09bd4346b
|
prosodyctl: Fix traceback with lfs < 1.6.2 and show warning
|
2017-11-30 18:47:06 +00:00 |
|
Kim Alvefur
|
b080aec43a
|
prosodyctl: Abort and warn if the config can't be opened after dropping root privileges (fixes #990)
|
2017-09-27 15:37:10 +02:00 |
|
Kim Alvefur
|
b71438e89d
|
prosody, prosodyctl: Print the actual config file name used when a problem loading it was encountered (see #990)
|
2017-09-27 15:33:29 +02:00 |
|
Kim Alvefur
|
296e430244
|
prosodyctl: cert import: Reuse function from certmanager for locating certificates and keys
|
2017-09-27 15:21:20 +02:00 |
|
Waqas Hussain
|
30dcc73298
|
prosodyctl check: Fix traceback when no modules_enabled are defined (e.g., a completely empty config)
|
2017-09-24 18:23:45 -04:00 |
|
Kim Alvefur
|
d578e7d08f
|
prosodyctl: cert import: Use env variable set by certbot if invoked as post-renew hook
|
2017-09-18 18:28:29 +02:00 |
|
Kim Alvefur
|
e7f9f1976b
|
prosodyctl: Only demand a hostname argument to cert commands other than import
|
2017-09-18 17:08:31 +02:00 |
|
Kim Alvefur
|
b70edb66cf
|
prosodyctl: Use all enabled hosts if no hostnames passed to cert import
|
2017-09-18 17:06:35 +02:00 |
|
Kim Alvefur
|
0147d39460
|
prosody, prosodyctl: Fix traceback if ssl config is missing (thanks lookshe and sol)
|
2017-08-29 15:23:39 +02:00 |
|
Kim Alvefur
|
cb0a2ffe81
|
prosody, prosodyctl: Set up TLS settings for HTTPS requests in net.http (part of fix for #659)
|
2017-07-07 20:42:35 +02:00 |
|
Kim Alvefur
|
ef1f75a9dd
|
prosodyctl: Skip certificate checks for hosts of the form node@host (fixes #779)
|
2017-08-04 20:27:43 +02:00 |
|
Kim Alvefur
|
39bcea0025
|
prosodyctl: Make cert check do the same as check certs
|
2017-07-06 10:41:28 +02:00 |
|
Kim Alvefur
|
25efb61c24
|
prosodyctl: Show description of each certificate subcommand
|
2017-05-16 17:51:33 +02:00 |
|
Kim Alvefur
|
c73ae7ef30
|
prosodyctl: Add cert import to short help
|
2017-04-24 15:53:26 +02:00 |
|
Kim Alvefur
|
04abad10a7
|
prosodyctl: Attempt to reload prosody after importing certificates
|
2017-04-22 19:12:51 +02:00 |
|
Kim Alvefur
|
dbb0ad8e7e
|
prosodyctl: Make note about reporting where certificates are searched for
|
2017-04-22 19:12:26 +02:00 |
|
Kim Alvefur
|
934e6627ec
|
prosodyctl: Return non-zero exit code from cert import if no certificates imported
|
2017-04-22 19:12:04 +02:00 |
|
Kim Alvefur
|
eae8bd26c2
|
prosodyctl: Delay reporting of successful certificate imports until all done
|
2017-04-22 19:11:26 +02:00 |
|
Kim Alvefur
|
279badc8ae
|
prosodyctl: cert import: Command to copy certificates into prosodys certificate directory (fixes #892)
|
2017-04-21 15:11:25 +02:00 |
|
Kim Alvefur
|
e90ec99152
|
prosodyctl: Split long line [luacheck]
|
2017-04-21 14:44:28 +02:00 |
|
Kim Alvefur
|
c89f88fd54
|
prosodyctl: Normalize inconsistent whitespace [luacheck]
|
2017-04-21 14:43:52 +02:00 |
|
Kim Alvefur
|
31c0689963
|
prosodyctl: Verify that directory certs are written to exists
|
2017-04-21 14:34:53 +02:00 |
|
Kim Alvefur
|
1dfc20f031
|
prosodyctl: Verify permissions on directory that certificates are written to
|
2017-04-21 14:24:59 +02:00 |
|
Kim Alvefur
|
c732b4835f
|
prosodyctl: Return non-zero status to indicate error
|
2017-04-21 14:20:46 +02:00 |
|
Kim Alvefur
|
3c2a15fa08
|
prosodyctl: Remove example showing deprecated config option
|
2017-04-21 13:29:04 +02:00 |
|
Kim Alvefur
|
868ae999f7
|
prosodyctl: Fix indentation
|
2017-04-21 13:21:47 +02:00 |
|
Kim Alvefur
|
9b5bd658a4
|
prosodyctl: Use the correct variable
|
2017-04-20 16:20:28 +02:00 |
|
Kim Alvefur
|
256ab5259d
|
prosodyctl cert: If running as root, write certificate files to config directory (fixes #530)
|
2017-04-19 20:39:47 +02:00 |
|
Kim Alvefur
|
28473a6452
|
prosodyctl: Rename variable for soft-require success to improve readability
|
2017-04-19 20:38:55 +02:00 |
|
Kim Alvefur
|
1584f132bf
|
prosodyctl: Remove --root from arg array
|
2017-04-19 20:26:09 +02:00 |
|
Kim Alvefur
|
a3522c0f2d
|
prosodyctl: Allow continuing to run as root (fixes #893)
|
2017-04-19 19:31:46 +02:00 |
|
Matthew Wild
|
5ce98ecf13
|
prosodyctl: Don't switch user if we are root and run_as_root is enabled
|
2017-04-19 12:40:03 +01:00 |
|
Kim Alvefur
|
54fea3aeec
|
prosodyctl: Point out how default_storage is redundant if storage is a string
|
2017-04-08 16:42:42 +02:00 |
|
Kim Alvefur
|
3da6c11ac8
|
Merge 0.10->trunk
|
2018-06-28 11:05:00 +02:00 |
|
Kim Alvefur
|
087fbda1f7
|
prosodyctl: Restrict c2s checks for when c2s is enabled
|
2018-06-23 17:28:24 +02:00 |
|
Emmanuel Gil Peyrot
|
d5e1b39056
|
prosodyctl: Only check for s2s if mod_s2s is enabled (fixes #1031)
|
2018-06-23 16:15:36 +02:00 |
|
Matthew Wild
|
c5bd62df98
|
prosodyctl: check: Replace loaded-module calculation with a more accurate query to modulemanager, fixes #1171
|
2018-06-20 10:42:57 +01:00 |
|