aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_cron.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_cron: Fix log format to account for float that was integer beforeKim Alvefur2024-02-241-1/+1
* mod_cron: Allow configuring various "internal" delay parametersMatthew Wild2024-02-201-2/+10
* mod_cron: Rebuild with new LuaFormatter settings (tabs!)Kim Alvefur2023-11-301-77/+59
* mod_cron: Update Teal source and rebuildMatthew Wild2023-11-301-77/+75
* mod_cron: Rename variable to fix shadowing (#luacheck)Matthew Wild2023-11-301-2/+2
* mod_cron: Add shell command to list registered cron tasks with statusMatthew Wild2023-11-301-0/+28
* mod_cron: Make task frequencies configurable in overly generic mannerKim Alvefur2023-10-221-5/+4
* mod_cron: Remove unused import [luacheck]Kim Alvefur2023-10-151-1/+0
* mod_cron: Load last task run time inside task runner to fix asyncKim Alvefur2023-10-141-10/+28
* mod_cron: Revert bbd3ac65640dKim Alvefur2023-07-301-4/+0
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-2/+2
* mod_cron: Fix recording last task run time #1751Kim Alvefur2022-05-051-0/+1
* mod_cron: Allow for a small amount of timer driftKim Alvefur2022-01-151-1/+1
* mod_cron: Expose the One Timer via module environmentKim Alvefur2021-12-041-1/+1
* mod_cron: Add a 'weekly' job frequencyKim Alvefur2021-12-031-1/+1
* mod_cron: Initialize timestamp of new tasks to start of periodKim Alvefur2021-12-031-2/+2
* mod_cron: Follow convention of imports at the topKim Alvefur2021-12-031-1/+2
* mod_cron: Initialize daily tasks so they run around midnight UTCKim Alvefur2021-12-031-0/+4
* mod_cron: Initial commit of periodic task runnerKim Alvefur2021-11-211-0/+59