Commit graph

8 commits

Author SHA1 Message Date
Kim Alvefur
71ad48095d plugins: Use integer config API with interval specification where sensible
Many of these fall into a few categories:
- util.cache size, must be >= 1
- byte or item counts that logically can't be negative
- port numbers that should be in 1..0xffff
2023-07-17 01:38:54 +02:00
Kim Alvefur
1987a7411f plugins: Switch to :get_option_period() for time range options
Improves readability ("1 day" vs 86400) and centralizes validation.
2023-07-16 20:49:33 +02:00
Kim Alvefur
98922d54b1 plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
Matthew Wild
1426d52e39 mod_turn_external: Update status and friendlier handling of missing secret option (fixes #1727) 2022-03-28 10:47:21 +01:00
Kim Alvefur
84f93f2336 mod_turn_external: Fix type of config option (thanks mirux)
There was a separate boolean option to enable TLS before, but it was
merged with the port number option and it seems the typed API interface
got confused.
2022-02-15 21:51:52 +01:00
Kim Alvefur
5ed39f2a09 mod_turn_external: Add option to enable TURN over TLS
Usually on port 443 to avoid restrictive firewalls.

Thanks to Holger for discussion
2022-02-10 15:41:47 +01:00
Kim Alvefur
d92ceb3adb mod_turn_external: Simplify configuration
Much harder to get boolean options wrong than accidentally adding
something unrecognised to a Set.
2022-02-10 15:39:15 +01:00
Kim Alvefur
f36c48ffb0 mod_turn_external: Simple module to offer TURN(+STUN) via mod_external_services 2021-01-21 23:13:37 +01:00