core.moduleapi: Parse period min/max arguments
|
Kim Alvefur |
Sat, 22 Jul 2023 12:08:01 +0200 |
core.moduleapi: Fix min/maxinteger fallback for Lua 5.2
|
Kim Alvefur |
Mon, 17 Jul 2023 02:32:47 +0200 |
core.moduleapi: Add min/max range support to :get_option_period
|
Kim Alvefur |
Mon, 17 Jul 2023 00:37:44 +0200 |
moduleapi: Add :get_option_integer()
|
Kim Alvefur |
Mon, 17 Jul 2023 00:09:41 +0200 |
core.moduleapi: Accept boolean false to disable period setting
|
Kim Alvefur |
Sun, 16 Jul 2023 21:04:42 +0200 |
core.moduleapi: Log error for unexpected types (booleans?) set as periods
|
Kim Alvefur |
Sun, 16 Jul 2023 21:02:24 +0200 |
core.moduleapi: Turn negative periods or "never" into infinity
|
Kim Alvefur |
Sun, 16 Jul 2023 21:01:31 +0200 |
core.moduleapi: Improve handling of different types in :get_option_period
|
Kim Alvefur |
Sun, 16 Jul 2023 20:59:27 +0200 |
core.moduleapi: Add :get_option_period for parsing time intervals
|
Kim Alvefur |
Sun, 16 Jul 2023 19:49:12 +0200 |
core.moduleapi: Allow specifying an acceptable range for number options
|
Kim Alvefur |
Tue, 05 Oct 2021 15:36:38 +0200 |
moduleapi: Add enum config option method
|
Kim Alvefur |
Sat, 16 Jan 2021 20:40:14 +0100 |
moduleapi: Add luacheck annotation to suppress warning about unused self
|
Matthew Wild |
Sat, 01 Apr 2023 12:30:29 +0100 |
moduleapi: Add module:once() to execute a function after module load/startup
|
Matthew Wild |
Sat, 01 Apr 2023 11:59:50 +0100 |
moduleapi: Add 'peek' to :may() and new :could() helper to suppress logging
|
Matthew Wild |
Sun, 26 Mar 2023 14:06:04 +0100 |
moduleapi: may: Fail early if a local session has no role assigned
|
Matthew Wild |
Sat, 25 Mar 2023 19:38:41 +0000 |
core: Prefix module imports with prosody namespace
|
Kim Alvefur |
Fri, 17 Mar 2023 16:23:07 +0100 |
core.moduleapi: Record reverse dependencies
|
Kim Alvefur |
Sun, 05 Mar 2023 14:07:08 +0100 |
core.moduleapi: Fix passing variable to logging
|
Kim Alvefur |
Tue, 31 Jan 2023 07:48:21 +0100 |
core.moduleapi: Check for local role-aware sessions before e.g. s2s
|
Kim Alvefur |
Mon, 29 Aug 2022 11:47:31 +0200 |
mod_authz_internal, and more: New iteration of role API
|
Matthew Wild |
Wed, 17 Aug 2022 16:38:53 +0100 |
moduleapi: Stricter type check for actor in permission check
|
Kim Alvefur |
Wed, 20 Jul 2022 13:08:07 +0200 |
moduleapi: Remove redundant expansion of ':' prefix in permission names
|
Kim Alvefur |
Wed, 20 Jul 2022 13:07:04 +0200 |
moduleapi: Distribute permissions set from global modules to all hosts
|
Kim Alvefur |
Wed, 20 Jul 2022 13:05:35 +0200 |
core.moduleapi: Expand permission name ':' prefix earlier
|
Kim Alvefur |
Wed, 15 Jun 2022 23:04:17 +0200 |
core.moduleapi: Fixup method name
|
Kim Alvefur |
Wed, 15 Jun 2022 23:03:15 +0200 |
Switch to a new role-based authorization framework, removing is_admin()
|
Matthew Wild |
Wed, 15 Jun 2022 12:15:01 +0100 |
compat: Use table.pack (there since Lua 5.2) over our util.table
|
Kim Alvefur |
Mon, 11 Jul 2022 19:15:24 +0200 |
compat: Remove handling of Lua 5.1 location of 'unpack' function
|
Kim Alvefur |
Mon, 11 Jul 2022 19:07:38 +0200 |
core.moduleapi: Fix 'global' property via :context() - #1748
0.12
|
Kim Alvefur |
Wed, 27 Apr 2022 17:18:46 +0200 |
modulemanager, moduleapi: Switch to new pluginloader interface
|
Matthew Wild |
Fri, 04 Feb 2022 14:11:46 +0000 |
moduleapi: Support stripping of multi-word from module names
|
Matthew Wild |
Wed, 22 Dec 2021 14:40:42 +0000 |
mod_cron: Add a 'weekly' job frequency
|
Kim Alvefur |
Fri, 03 Dec 2021 09:05:41 +0100 |
core.moduleapi: Add API for adding daily or hourly tasks via mod_cron
|
Kim Alvefur |
Sun, 21 Nov 2021 18:13:21 +0100 |
mod_admin_shell: List collected metrics in module:info
|
Kim Alvefur |
Wed, 24 Nov 2021 20:03:38 +0100 |
core.moduleapi: Fix name of renamed API in log message
|
Kim Alvefur |
Thu, 18 Nov 2021 16:26:54 +0100 |
core.moduleapi: Ensure module:send_iq() handler priority over mod_iq
|
Kim Alvefur |
Fri, 24 Sep 2021 20:26:21 +0200 |
core.moduleapi: Enable full JID origin queries with module:send_iq()
|
Kim Alvefur |
Fri, 24 Sep 2021 20:17:31 +0200 |
core.moduleapi: Filter out unrelated direct replies to module:send_iq
|
Kim Alvefur |
Fri, 24 Sep 2021 20:12:16 +0200 |
Statistics: Rewrite statistics backends to use OpenMetrics
|
Jonas Schäfer |
Sun, 18 Apr 2021 11:47:41 +0200 |
core.moduleapi: Return resource path from module:get_directory() (API BC)
|
Kim Alvefur |
Fri, 09 Oct 2020 16:37:15 +0200 |
core.moduleapi: Use resource path for :load_resource()
|
Kim Alvefur |
Wed, 07 Oct 2020 16:10:51 +0200 |
core.moduleapi: Allow passing a config table trough :measure
|
Kim Alvefur |
Fri, 04 Jan 2019 07:00:45 +0100 |
moduleapi: Rename argument to silence luacheck
|
Kim Alvefur |
Wed, 01 Apr 2020 22:32:50 +0200 |
moduleapi: Fix handling of replies to :send_iq from internal modules
|
Kim Alvefur |
Sun, 22 Mar 2020 22:32:26 +0100 |
core.moduleapi: Hook correct event type in some cases
|
Kim Alvefur |
Thu, 16 Jan 2020 16:30:26 +0100 |
core.moduleapi: Rename local name for util.error for consistency
|
Kim Alvefur |
Mon, 30 Dec 2019 09:54:49 +0100 |
core.moduleapi: Fix error context in :send_iq API
|
Kim Alvefur |
Mon, 30 Dec 2019 09:53:10 +0100 |
core.moduleapi: Restructure send_iq method for more atomic cleanup
|
Kim Alvefur |
Wed, 21 Aug 2019 23:18:08 +0200 |
core.moduleapi: Uppercase "IQ stanza" for consistency
|
Kim Alvefur |
Wed, 21 Aug 2019 23:15:05 +0200 |
moduleapi: Log suppressed status priority and message when not overriding
|
Matthew Wild |
Tue, 26 Mar 2019 17:22:56 +0000 |
moduleapi: Remove overly-verbose debug logging on module status change
|
Matthew Wild |
Tue, 26 Mar 2019 17:22:25 +0000 |
moduleapi: New API for modules to set a status
|
Matthew Wild |
Tue, 19 Mar 2019 09:04:40 +0000 |
core.moduleapi: Use convenience function for creating error object from stanza
|
Kim Alvefur |
Sun, 30 Dec 2018 20:35:20 +0100 |
core.moduleapi: Use util.error for :send_iq errors
|
Kim Alvefur |
Sun, 30 Dec 2018 16:03:15 +0100 |
core.moduleapi: Move util imports to top
|
Kim Alvefur |
Sun, 30 Dec 2018 14:26:58 +0100 |
core.moduleapi: Add a promise-based API for tracking IQ stanzas (fixes #714)
|
Kim Alvefur |
Fri, 28 Dec 2018 20:51:31 +0100 |
moduleapi: Use pack from util.table
|
Kim Alvefur |
Sat, 08 Dec 2018 16:35:00 +0100 |
moduleapi: Prevent loading disabled module as dependency of enabled one
|
Kim Alvefur |
Thu, 25 Oct 2018 17:11:10 +0200 |
core.moduleapi: Remove redundant condition
|
Kim Alvefur |
Thu, 18 Oct 2018 00:49:29 +0200 |
moduleapi: Remove multiple-parameters feature from module:shared()
|
Matthew Wild |
Wed, 08 Aug 2018 08:19:01 +0100 |