prosody/core
Kim Alvefur 5e41daac79 core.configmanager: Fix reporting delayed warnings from global section
A Credential in the global section would be stored at
delayed_warnings["*/secret"], but get("example.com","secret") would look
for delayed_warnings["example.com/secret"]

Storing the warnings in the config itself has the unfortunate
side-effect that the config now contains util.error objects, which may
be awkward if something bypasses get(). Should rawget() also do this
filtering? getconfig() too?

Currently this only affects prosodyctl, so maybe it won't be much of a
problem.
2025-02-22 00:08:18 +01:00
..
certmanager.lua core.certmanager: Move LuaSec verification tweaks to mod_s2s 2025-02-15 00:19:01 +01:00
configmanager.lua core.configmanager: Fix reporting delayed warnings from global section 2025-02-22 00:08:18 +01:00
features.lua mod_http_altconnect: Imported from prosody-modules 6d5a19bdd718 w/changes 2025-02-16 13:19:05 +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 moduleapi: Allow soft dependencies via module:depends(mod, true) 2025-02-16 13:29:07 +00:00
modulemanager.lua modulemanager: Remove autoloading of per-platform module 2025-02-13 18:00:54 +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: Include role_name in event for consistency with the 'removed' event 2025-02-13 15:31:37 +00:00