Commit graph

115 commits

Author SHA1 Message Date
Matthew Wild
3d74ce8584 prosodyctl check: Be more robust against invalid disco_items, and show warning 2025-03-17 16:48:39 +00:00
Matthew Wild
04bd8258ef prosodyctl check features: Report size limit for HTTP upload
This also adds a generic "meta" mechanism where checks can return annotations.
2025-03-13 11:33:08 +00:00
Matthew Wild
9f50add34e prosodyctl check features: Add descriptions to features
Also shuffles mod_pep check to multi-device sync, as I think that's a better
fit.
2025-03-13 11:32:22 +00:00
Matthew Wild
783c8fcc81 prosodyctl: check features: stop searching after finding a matching component 2025-02-22 09:35:04 +00:00
Matthew Wild
2c0af0666b prosodyctl: check features: Fix traceback for components with no recommended modules (thanks Menel, riau) 2025-02-17 11:35:03 +00:00
Matthew Wild
3ba87d07a9 util.prosodyctl.check: Recognise http_upload_external as a file upload service 2025-02-16 14:19:16 +00:00
Matthew Wild
f7f794c5c6 util.prosodyctl.check: Fix typo in informational message 2025-02-16 14:17:11 +00:00
Matthew Wild
8edde6a299 prosodyctl: check features: check for mod_muc_mam on MUC components 2025-02-16 13:17:00 +00:00
Matthew Wild
c7554fdba8 prosodyctl: check: Fix variable name (thanks luacheck) 2025-02-15 16:48:11 +00:00
Matthew Wild
500d0df0a4 prosodyctl: check: Skip DNS checks for known invalid domains (fixes traceback) 2025-02-15 16:38:50 +00:00
Matthew Wild
f585db3acf prosodyctl: check features: Check for recommended feature availability
Inspired by mod_compliance_*, this command will help people (especially those
with older configs, upgrading from previous releases) learn what features
their Prosody configuration may be missing.
2025-02-15 16:34:16 +00:00
Matthew Wild
fb733fb549 util.prosodyctl.check: Sort hosts in iterator for more stable output 2025-02-15 16:31:10 +00:00
Matthew Wild
35e48b2bac prosodyctl: check: Fix indentation in warning message 2025-02-15 16:29:32 +00:00
Matthew Wild
ed5dfc1a62 prosodyctl: check: Warn about deprecated mod_posix 2025-02-13 18:01:15 +00:00
Matthew Wild
a2b2d01c3e Merge 0.12->trunk 2024-12-20 14:22:25 +00:00
Matthew Wild
bca60e609d util.prosodyctl.check: Improve error handling of UDP socket setup (for #1803)
Not necessarily a fix, but may give us more information about failure cases.
2024-12-20 14:21:02 +00:00
Matthew Wild
a8556c1875 Merge 0.12->trunk 2024-03-27 15:39:03 +00:00
Matthew Wild
655c972a7d prosodyctl check: Warn about invalid domain names in the config file
This ensures that domain names of virtual hosts and components are valid in
XMPP, and that they are encoded correctly.
2024-03-27 15:35:15 +00:00
Kim Alvefur
da3d755a15 util.prosodyctl.check: Correct modern replacement for 'disallow_s2s'
The code would have suggested adding to modules_enabled instead of
modules_disabled
2023-08-27 15:46:19 +02:00
Kim Alvefur
683b90f871 util.prosodyctl.check: Hint about the 'external_addresses' config option 2023-07-17 14:56:57 +02:00
Kim Alvefur
43c39930c3 util.prosodyctl.check: Validate format of module list options
Should detect things like misplaced settings inside modules_enabled
2023-07-17 14:45:15 +02:00
Kim Alvefur
3f81654a66 util.prosodyctl.check: Get some config options via minimal moduleapi #896
The module API has certain coercion features that are useful.

Fixes traceback reported in #1812 and other duplicates
2023-07-17 14:03:13 +02:00
Kim Alvefur
e4d5c15396 util.prosodyctl.check: Fix error where hostname can't be turned into A label
Where gethostname or tohostname returns an invalid name, e.g. containing
underscores or something, to_ascii would reject this and return nil,
which triggers an error in the dns lookup.

Reported by prova2 in the chat, for whom tohostname returned a long name
containing underscores.
2023-05-31 14:08:19 +02:00
Kim Alvefur
9c49ca70fd util.prosodyctl.check: Suggest 'http_cors_override' instead of older CORS settings
The cross_domain_* settings were added here prior to http_cors_override
being added back in 17d87fb2312a, so for a time there was no
replacement, but now there is.
2023-02-22 22:27:42 +01:00
Kim Alvefur
c9fb0c2cab prosodyctl check dns: Check for Direct TLS SRV records even if not configured (fix #1793)
Existing such records may cause timeouts or errors in clients and
servers trying to connect, despite prosodyctl check saying all is well
2023-01-14 05:47:47 +01:00
Kim Alvefur
d545540ae0 util.prosodyctl.check: Remove now redundant unbound config tweak
This is now done in net.unbound itself

Turning it back on in the config may still cause the problem of entries
there masking the DNS values.
2022-05-26 13:03:58 +02:00
Kim Alvefur
f0fc620d2a util.prosodyctl.check: turn: Report lack of TURN services as a problem #1749
Rationale: It seems unlikely that someone who has not configured any
TURN service runs 'prosodyctl check turn' expecting this to be okay.
2022-05-03 19:36:17 +02:00
Matthew Wild
89934124b8 util.prosodyctl: check turn: ensure a result is always returned from a check (thanks eTaurus) 2022-04-13 18:46:11 +01:00
Matthew Wild
fdd5f22b8a prosodyctl: check config: Report paths of loaded configuration files (fixed #1729) 2022-03-28 11:41:57 +01:00
Matthew Wild
afbef6406b prosodyctl: check turn: Fail with error if our own address is supplied for the ping test 2022-03-19 11:09:10 +00:00
Matthew Wild
d0bd1e71d9 prosodyctl: check config: Skip bare JID components in orphan check 2022-03-19 09:28:27 +00:00
Matthew Wild
681ac46aae prosodyctl: check turn: warn about external port mismatches behind NAT
Some NATs don't preserve port numbers, which can cause the TURN server's
reported relay address to be incorrect (the TURN server has no way to predict
what the external port is, so it can't be corrected in config like an IP
mismatch can).
2022-03-11 20:33:03 +00:00
Matthew Wild
9a86373fd1 prosodyctl: check turn: compare correct addresses for relay mismatch detection (thanks Zash) 2022-03-05 20:47:40 +00:00
Matthew Wild
046b4085cb prosodyctl: check turn: Add check for private IP returned from STUN. 2022-03-05 20:34:58 +00:00
Matthew Wild
f7adea5040 prosodyctl: check turn: improve warning text to suggest issues 2022-03-05 20:34:24 +00:00
Matthew Wild
750f3a78d5 prosodyctl: check turn: fix traceback when server does not provide realm/nonce
As coturn when installed out of the box on Debian (because auth isn't enabled?)
2022-03-05 20:32:47 +00:00
Matthew Wild
08777eb3d6 prosodyctl: check turn: fix formatting of multiple warnings 2022-03-05 20:31:17 +00:00
Matthew Wild
c2af455ac0 prosodyctl: check turn: always show debug info even if test fails 2022-03-05 16:07:47 +00:00
Matthew Wild
2320d07021 prosodyctl: check turn: Clearer error when unable to resolve external service host 2022-03-05 16:06:39 +00:00
Matthew Wild
0babcb6c06 prosodyctl: check: include TURN checks by default 2022-03-05 11:53:53 +00:00
Matthew Wild
5af6db124a prosodyctl: check: Slightly improved argument handling 2022-03-05 11:36:38 +00:00
Matthew Wild
1af4939c11 prosodyctl: check turn: show relayed address(es) in verbose mode 2022-03-05 11:31:22 +00:00
Matthew Wild
9df580f997 prosodyctl: check turn: Allow specifying port for the ping service 2022-03-05 11:15:25 +00:00
Matthew Wild
357c7e0142 prosodyctl: check turn: Add support for testing data relay with an external STUN server via --ping 2022-03-05 11:10:18 +00:00
Matthew Wild
b47c7951d5 Merge config-updates+check-turn from timber 2022-03-04 16:33:41 +00:00
Matthew Wild
b6bf4788aa prosodyctl: check dns: Allow admin to specify undiscoverable external IPs in config 2022-03-02 16:12:28 +00:00
Matthew Wild
79d9ce56ac prosodyctl: check dns: List discovered addresses for diagnostic purposes
It is very common to get the "unknown address" warning with this command, but
people do not always understand it, or know how to debug it. Now we clearly
show the addresses that prosodyctl discovered.
2022-03-02 16:02:42 +00:00
Matthew Wild
7198c65a15 util.prosodyctl: check: warn about unreferenced components, suggest disco_items 2022-03-02 15:45:24 +00:00
Matthew Wild
0fe2f4a527 util.prosodyctl: Warn about enabled public registration in 'check config' 2022-03-02 15:22:12 +00:00
Matthew Wild
e01f2cf25f util.prosodyctl: check turn: New command to verify STUN/TURN service is operational 2022-03-04 15:28:44 +00:00