aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/prosody/plugins
Commit message (Collapse)AuthorAgeFilesLines
* mod_cron: Make task frequencies configurable in overly generic mannerKim Alvefur2023-10-221-5/+5
| | | | Requested feature for many modules, notably MAM and file sharing.
* mod_cron: Fix missing restore method in Teal record definitionKim Alvefur2023-10-221-0/+1
|
* mod_cron: Remove unused import [luacheck]Kim Alvefur2023-10-151-1/+0
| | | | Use of datetime was removed in 6ac5ad578565
* mod_cron: Load last task run time inside task runner to fix asyncKim Alvefur2023-10-141-7/+13
| | | | | This ensures that all interactions with storage happen inside an async thread, allowing async waiting to be performed in storage drivers.
* mod_cron: Revert bbd3ac65640dKim Alvefur2023-07-301-5/+0
| | | | | | | Maybe it is better to run daily and weekly tasks 'now' on the theory that people set these things up during times that are appropriate for maintenance already, so the same time next day or next week might be fine for periodic cleanup.
* teal: Move into prosody namespaceKim Alvefur2023-03-232-0/+284