log core/moduleapi.lua @ 13765:7c57fb2ffbb0 13.0

age author description
Sun, 16 Feb 2025 13:29:07 +0000 Matthew Wild moduleapi: Allow soft dependencies via module:depends(mod, true) 13.0
Wed, 08 Jan 2025 08:33:34 +0100 Kim Alvefur core.moduleapi: Include source modules when handling items
Sun, 18 Aug 2024 17:01:47 +0200 Kim Alvefur Merge 0.12->trunk
Sun, 18 Aug 2024 16:58:30 +0200 Kim Alvefur core.moduleapi: Default labels to empty list to fix error if omitted 0.12
Thu, 30 Nov 2023 13:43:23 +0000 Matthew Wild moduleapi: Log error message when ambiguous period spec is found in config
Thu, 30 Nov 2023 10:07:53 +0000 Matthew Wild moduleapi: Rename :once() to :on_ready() for clarity
Tue, 07 Nov 2023 11:53:57 +0000 Matthew Wild moduleapi: may(): Support explicit actor_jid in context object
Sat, 22 Jul 2023 12:08:01 +0200 Kim Alvefur core.moduleapi: Parse period min/max arguments
Mon, 17 Jul 2023 02:32:47 +0200 Kim Alvefur core.moduleapi: Fix min/maxinteger fallback for Lua 5.2
Mon, 17 Jul 2023 00:37:44 +0200 Kim Alvefur core.moduleapi: Add min/max range support to :get_option_period
Mon, 17 Jul 2023 00:09:41 +0200 Kim Alvefur moduleapi: Add :get_option_integer()
Sun, 16 Jul 2023 21:04:42 +0200 Kim Alvefur core.moduleapi: Accept boolean false to disable period setting
Sun, 16 Jul 2023 21:02:24 +0200 Kim Alvefur core.moduleapi: Log error for unexpected types (booleans?) set as periods
Sun, 16 Jul 2023 21:01:31 +0200 Kim Alvefur core.moduleapi: Turn negative periods or "never" into infinity
Sun, 16 Jul 2023 20:59:27 +0200 Kim Alvefur core.moduleapi: Improve handling of different types in :get_option_period
Sun, 16 Jul 2023 19:49:12 +0200 Kim Alvefur core.moduleapi: Add :get_option_period for parsing time intervals
Tue, 05 Oct 2021 15:36:38 +0200 Kim Alvefur core.moduleapi: Allow specifying an acceptable range for number options
Sat, 16 Jan 2021 20:40:14 +0100 Kim Alvefur moduleapi: Add enum config option method
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