prosody/core
Kim Alvefur 65386e9810 core.moduleapi: Default labels to empty list to fix error if omitted
In a host-scoped module in the `if is_scoped` clause the resulting
`array:append(nil)` call throws.
2024-08-18 16:58:30 +02:00
..
certmanager.lua core.certmanager: Validate that 'tls_profile' is one of the valid values 2023-10-27 19:03:59 +02:00
configmanager.lua configmanager: Clearer errors when providing unexpected values after VirtualHost (fixes #1735, thanks arawaks) 2022-04-03 12:56:11 +01:00
features.lua mod_s2s: Add event where resolver for s2sout can be tweaked 2022-08-18 03:26:32 +02:00
hostmanager.lua core.hostmanager: Remove obsolete clearing of srv_hosts 2021-04-06 13:27:18 +02:00
loggingmanager.lua core.loggingmanager: Add FIXME about supporting console logging to stderr 2022-02-02 18:36:08 +01:00
moduleapi.lua core.moduleapi: Default labels to empty list to fix error if omitted 2024-08-18 16:58:30 +02:00
modulemanager.lua core.modulemanager: Fix global flag on per-host instances of shared modules (fix #1736) 2022-04-04 18:44:57 +02:00
portmanager.lua core.portmanager: Fix traceback on attempt to get non-existent service 2022-02-22 13:41:05 +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.stanza_router: Rename variable to be more specific 2021-06-25 15:17:37 +02:00
statsmanager.lua statsmanager: remove "legacy" wording 2021-05-20 14:03:01 +02:00
storagemanager.lua storagemanager, mod_storage_sql: Rename methods to :get_all() and :delete_all() 2020-03-11 16:32:41 +00:00
usermanager.lua usermanager, mod_saslauth: Default to internal_hashed if no auth module specified 2022-02-10 19:54:14 +00:00