log core/moduleapi.lua @ 13498:aefbc76ac8d2

age author description
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