| Commit message (Expand) | Author | Age | Files | Lines |
* | modulemanager, moduleapi: Switch to new pluginloader interface | Matthew Wild | 2022-02-04 | 1 | -2/+2 |
* | moduleapi: Support stripping of multi-word from module names | Matthew Wild | 2021-12-22 | 1 | -1/+1 |
* | mod_cron: Add a 'weekly' job frequency | Kim Alvefur | 2021-12-03 | 1 | -0/+5 |
* | core.moduleapi: Add API for adding daily or hourly tasks via mod_cron | Kim Alvefur | 2021-11-21 | 1 | -0/+15 |
* | mod_admin_shell: List collected metrics in module:info | Kim Alvefur | 2021-11-24 | 1 | -0/+2 |
* | core.moduleapi: Fix name of renamed API in log message | Kim Alvefur | 2021-11-18 | 1 | -1/+1 |
* | core.moduleapi: Ensure module:send_iq() handler priority over mod_iq | Kim Alvefur | 2021-09-24 | 1 | -2/+2 |
* | core.moduleapi: Enable full JID origin queries with module:send_iq() | Kim Alvefur | 2021-09-24 | 1 | -2/+11 |
* | core.moduleapi: Filter out unrelated direct replies to module:send_iq | Kim Alvefur | 2021-09-24 | 1 | -1/+4 |
* | Statistics: Rewrite statistics backends to use OpenMetrics | Jonas Schäfer | 2021-04-18 | 1 | -19/+26 |
* | core.moduleapi: Return resource path from module:get_directory() (API BC) | Kim Alvefur | 2020-10-09 | 1 | -2/+2 |
* | core.moduleapi: Use resource path for :load_resource() | Kim Alvefur | 2020-10-07 | 1 | -1/+1 |
* | core.moduleapi: Allow passing a config table trough :measure | Kim Alvefur | 2019-01-04 | 1 | -2/+2 |
* | moduleapi: Rename argument to silence luacheck | Kim Alvefur | 2020-04-01 | 1 | -2/+2 |
* | moduleapi: Fix handling of replies to :send_iq from internal modules | Kim Alvefur | 2020-03-22 | 1 | -1/+10 |
* | core.moduleapi: Hook correct event type in some cases | Kim Alvefur | 2020-01-16 | 1 | -1/+2 |
* | core.moduleapi: Rename local name for util.error for consistency | Kim Alvefur | 2019-12-30 | 1 | -6/+6 |
* | core.moduleapi: Fix error context in :send_iq API | Kim Alvefur | 2019-12-30 | 1 | -1/+1 |
* | core.moduleapi: Restructure send_iq method for more atomic cleanup | Kim Alvefur | 2019-08-21 | 1 | -16/+23 |
* | core.moduleapi: Uppercase "IQ stanza" for consistency | Kim Alvefur | 2019-08-21 | 1 | -1/+1 |
* | moduleapi: Log suppressed status priority and message when not overriding | Matthew Wild | 2019-03-26 | 1 | -1/+1 |
* | moduleapi: Remove overly-verbose debug logging on module status change | Matthew Wild | 2019-03-26 | 1 | -1/+0 |
* | moduleapi: New API for modules to set a status | Matthew Wild | 2019-03-19 | 1 | -0/+31 |
* | core.moduleapi: Use convenience function for creating error object from stanza | Kim Alvefur | 2018-12-30 | 1 | -3/+1 |
* | core.moduleapi: Use util.error for :send_iq errors | Kim Alvefur | 2018-12-30 | 1 | -5/+21 |
* | core.moduleapi: Move util imports to top | Kim Alvefur | 2018-12-30 | 1 | -2/+4 |
* | core.moduleapi: Add a promise-based API for tracking IQ stanzas (fixes #714) | Kim Alvefur | 2018-12-28 | 1 | -0/+65 |
* | moduleapi: Use pack from util.table | Kim Alvefur | 2018-12-08 | 1 | -1/+1 |
* | moduleapi: Prevent loading disabled module as dependency of enabled one | Kim Alvefur | 2018-10-25 | 1 | -3/+3 |
* | core.moduleapi: Remove redundant condition | Kim Alvefur | 2018-10-18 | 1 | -1/+1 |
* | moduleapi: Remove multiple-parameters feature from module:shared() | Matthew Wild | 2018-08-08 | 1 | -25/+24 |
* | moduleapi: Use :send API from :broadcast for compactness | Kim Alvefur | 2018-07-14 | 1 | -1/+1 |
* | moduleapi: Lazy-load statsmanager on demand | Kim Alvefur | 2018-07-07 | 1 | -1/+1 |
* | moduleapi: Lazy-load configmanager on demand simplify dependency graph | Kim Alvefur | 2018-07-07 | 1 | -1/+1 |
* | moduleapi: Remove unused and undocumented :has_feature and :has_identity | Kim Alvefur | 2018-02-23 | 1 | -14/+0 |
* | moduleapi: Warn if a module being loaded as a dependency has been disabled | Kim Alvefur | 2017-12-27 | 1 | -0/+3 |
* | Merge 0.10->trunk | Kim Alvefur | 2017-03-16 | 1 | -15/+8 |
|\ |
|
| * | core.moduleapi: Factor out code for getting a scalar config option | Kim Alvefur | 2017-03-15 | 1 | -15/+8 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-03-06 | 1 | -2/+4 |
|\| |
|
| * | core: Split some very long lines [luacheck] | Kim Alvefur | 2017-03-04 | 1 | -2/+4 |
* | | Merge 0.10->trunk | Matthew Wild | 2016-08-31 | 1 | -1/+1 |
|\| |
|
| * | moduleapi: 'duration' became 'times' | Matthew Wild | 2016-08-31 | 1 | -1/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2016-04-07 | 1 | -2/+2 |
|\| |
|
| * | moduleapi: Allow an origin session to be passed to module:send() | Kim Alvefur | 2016-04-06 | 1 | -2/+2 |
* | | Merge 0.10->trunk | Kim Alvefur | 2016-02-18 | 1 | -1/+1 |
|\| |
|
| * | loggingmanager,modulemanager,moduleapi: Ignore warning about accessing _G.unp... | Kim Alvefur | 2016-02-18 | 1 | -1/+1 |
| * | loggingmanager,modulemanager,moduleapi: Localize unpack compatible with Lua 5.2+ | Kim Alvefur | 2016-02-18 | 1 | -1/+2 |
* | | moduleapi: Silence luacheck warning about unused 'id' parameter | Matthew Wild | 2016-02-05 | 1 | -1/+1 |
* | | Merge 0.10->trunk | Matthew Wild | 2016-02-05 | 1 | -0/+14 |
|\| |
|
| * | moduleapi: Add API method for getting a file path | Kim Alvefur | 2016-02-04 | 1 | -0/+14 |