prosody/core
Kim Alvefur f8e73eba98 compat: Use table.pack (there since Lua 5.2) over our util.table
Added in d278a770eddc avoid having to deal with its absence in Lua 5.1.
No longer needed when Lua 5.1 support is dropped.
2022-07-11 19:15:24 +02:00
..
certmanager.lua Merge 0.12->trunk 2022-05-16 11:42:31 +02:00
configmanager.lua core.configmanager: Remove COMPAT for old config format from 2013 2022-05-29 16:06:42 +02:00
features.lua core.features: New module to track and expose the features supported by Prosody 2022-02-04 14:10:34 +00: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 compat: Use table.pack (there since Lua 5.2) over our util.table 2022-07-11 19:15:24 +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 net: isolate LuaSec-specifics 2022-04-27 17:44:14 +02: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 core.sessionmanager: Add a dummy rawsend() method to resting sessions 2021-04-15 15:12:35 +02: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