log core/moduleapi.lua @ 13076:f4e33d17eaa8

age author description
Sat, 01 Apr 2023 12:30:29 +0100 Matthew Wild moduleapi: Add luacheck annotation to suppress warning about unused self
Sat, 01 Apr 2023 11:59:50 +0100 Matthew Wild moduleapi: Add module:once() to execute a function after module load/startup
Sun, 26 Mar 2023 14:06:04 +0100 Matthew Wild moduleapi: Add 'peek' to :may() and new :could() helper to suppress logging
Sat, 25 Mar 2023 19:38:41 +0000 Matthew Wild moduleapi: may: Fail early if a local session has no role assigned
Fri, 17 Mar 2023 16:23:07 +0100 Kim Alvefur core: Prefix module imports with prosody namespace
Sun, 05 Mar 2023 14:07:08 +0100 Kim Alvefur core.moduleapi: Record reverse dependencies
Tue, 31 Jan 2023 07:48:21 +0100 Kim Alvefur core.moduleapi: Fix passing variable to logging
Mon, 29 Aug 2022 11:47:31 +0200 Kim Alvefur core.moduleapi: Check for local role-aware sessions before e.g. s2s
Wed, 17 Aug 2022 16:38:53 +0100 Matthew Wild mod_authz_internal, and more: New iteration of role API
Wed, 20 Jul 2022 13:08:07 +0200 Kim Alvefur moduleapi: Stricter type check for actor in permission check
Wed, 20 Jul 2022 13:07:04 +0200 Kim Alvefur moduleapi: Remove redundant expansion of ':' prefix in permission names
Wed, 20 Jul 2022 13:05:35 +0200 Kim Alvefur moduleapi: Distribute permissions set from global modules to all hosts
Wed, 15 Jun 2022 23:04:17 +0200 Kim Alvefur core.moduleapi: Expand permission name ':' prefix earlier
Wed, 15 Jun 2022 23:03:15 +0200 Kim Alvefur core.moduleapi: Fixup method name
Wed, 15 Jun 2022 12:15:01 +0100 Matthew Wild Switch to a new role-based authorization framework, removing is_admin()