Log

core/moduleapi.lua @ 13136:396db0e7084f

description author age
moduleapi: Add luacheck annotation to suppress warning about unused self Matthew Wild 23 months ago
moduleapi: Add module:once() to execute a function after module load/startup Matthew Wild 23 months ago
moduleapi: Add 'peek' to :may() and new :could() helper to suppress logging Matthew Wild 23 months ago
moduleapi: may: Fail early if a local session has no role assigned Matthew Wild 23 months ago
core: Prefix module imports with prosody namespace Kim Alvefur 24 months ago
core.moduleapi: Record reverse dependencies Kim Alvefur 2023-03-05
core.moduleapi: Fix passing variable to logging Kim Alvefur 2023-01-31
core.moduleapi: Check for local role-aware sessions before e.g. s2s Kim Alvefur 2022-08-29
mod_authz_internal, and more: New iteration of role API Matthew Wild 2022-08-17
moduleapi: Stricter type check for actor in permission check Kim Alvefur 2022-07-20
moduleapi: Remove redundant expansion of ':' prefix in permission names Kim Alvefur 2022-07-20
moduleapi: Distribute permissions set from global modules to all hosts Kim Alvefur 2022-07-20
core.moduleapi: Expand permission name ':' prefix earlier Kim Alvefur 2022-06-15
core.moduleapi: Fixup method name Kim Alvefur 2022-06-15
Switch to a new role-based authorization framework, removing is_admin() Matthew Wild 2022-06-15
compat: Use table.pack (there since Lua 5.2) over our util.table Kim Alvefur 2022-07-11
compat: Remove handling of Lua 5.1 location of 'unpack' function Kim Alvefur 2022-07-11
core.moduleapi: Fix 'global' property via :context() - #1748 0.12 Kim Alvefur 2022-04-27
modulemanager, moduleapi: Switch to new pluginloader interface Matthew Wild 2022-02-04
moduleapi: Support stripping of multi-word from module names Matthew Wild 2021-12-22
mod_cron: Add a 'weekly' job frequency Kim Alvefur 2021-12-03
core.moduleapi: Add API for adding daily or hourly tasks via mod_cron Kim Alvefur 2021-11-21
mod_admin_shell: List collected metrics in module:info Kim Alvefur 2021-11-24
core.moduleapi: Fix name of renamed API in log message Kim Alvefur 2021-11-18
core.moduleapi: Ensure module:send_iq() handler priority over mod_iq Kim Alvefur 2021-09-24
core.moduleapi: Enable full JID origin queries with module:send_iq() Kim Alvefur 2021-09-24
core.moduleapi: Filter out unrelated direct replies to module:send_iq Kim Alvefur 2021-09-24
Statistics: Rewrite statistics backends to use OpenMetrics Jonas Schäfer 2021-04-18
core.moduleapi: Return resource path from module:get_directory() (API BC) Kim Alvefur 2020-10-09
core.moduleapi: Use resource path for :load_resource() Kim Alvefur 2020-10-07