prosody/core
Kim Alvefur 2f37c443b8 core.configmanager: Add ways to read config values from files
Inspired by something MattJ said

Allows retrieving config values from files which are expected to be
relative to the config directory, extending on the ENV_ method of
retrieving config values from outside the config file.

- FileLine retrieves the first line, stripping any trailing newline
- FileContents reads the whole file
- FileLines reads lines into an array
2025-01-16 15:05:00 +01:00
..
certmanager.lua core.certmanager: Include ffdhe2048 from RFC 7919 as default DH param 2024-07-12 15:06:42 +02:00
configmanager.lua core.configmanager: Add ways to read config values from files 2025-01-16 15:05:00 +01:00
features.lua features: Add feature for bundled mod_cloud_notify 2025-01-14 12:25:53 +00:00
hostmanager.lua core: Prefix module imports with prosody namespace 2023-03-17 16:23:07 +01:00
loggingmanager.lua core.loggingmanager: Bump expected util.pposix version 2024-11-16 14:35:36 +01:00
moduleapi.lua core.moduleapi: Include source modules when handling items 2025-01-08 08:33:34 +01:00
modulemanager.lua modulemanager: Allow modules to specify supported Lua versions in metadata 2025-01-09 16:44:48 +00:00
portmanager.lua portmanager: Expose API to get at SSL/TLS config for a given interface/port 2022-09-07 11:26:42 +01:00
rostermanager.lua Spelling: Fix various spelling mistakes (thanks timeless) 2022-03-07 00:13:56 +01:00
s2smanager.lua core.s2smanager: Don't remove unrelated session on close of bidi session 2022-06-27 01:22:36 +02:00
sessionmanager.lua sessionmanager: Improve logging around session destruction 2023-02-09 15:09:03 +00:00
stanza_router.lua core: Prefix module imports with prosody namespace 2023-03-17 16:23:07 +01:00
statsmanager.lua core: Prefix module imports with prosody namespace 2023-03-17 16:23:07 +01:00
storagemanager.lua core.storagemanager: Remove 0.10 era sql2 driver COMPAT 2023-09-04 00:38:45 +02:00
usermanager.lua usermanager, mod_auth_internal_hashed: Support metadata when disabling a user 2023-11-30 09:47:00 +00:00