mod_http_file_share: Fix to take retention time into account
|
Kim Alvefur |
2021-12-04 |
mod_http_file_share: Improve consistency of terminology in logging
|
Kim Alvefur |
2021-12-04 |
mod_http_file_share: Rename variable for clarity
|
Kim Alvefur |
2021-12-04 |
mod_http_file_share: Fix deletion counter
|
Kim Alvefur |
2021-12-04 |
mod_http_file_share: Back out 876e1b6d6ae4
|
Kim Alvefur |
2021-12-03 |
mod_http_file_share: Recalculate total storage usage weekly instead of daily
|
Kim Alvefur |
2021-12-03 |
mod_cron: Add a 'weekly' job frequency
|
Kim Alvefur |
2021-12-03 |
mod_cron: Initialize timestamp of new tasks to start of period
|
Kim Alvefur |
2021-12-03 |
mod_cron: Follow convention of imports at the top
|
Kim Alvefur |
2021-12-03 |
mod_http_file_share: Keep track of total storage use across restarts
|
Kim Alvefur |
2021-12-03 |
mod_http_file_share: Fix measuring total storage use before it was known
|
Kim Alvefur |
2021-12-03 |
mod_smacks: Refactor, simplify, optimize
|
Kim Alvefur |
2021-12-03 |
mod_smacks: Use function to construct error reply
|
Kim Alvefur |
2021-12-02 |
mod_cron: Initialize daily tasks so they run around midnight UTC
|
Kim Alvefur |
2021-12-02 |
mod_http_file_share: Keep global storage use accurate longer.
|
Kim Alvefur |
2021-11-29 |
mod_http_file_share: Merge file expiry loops
|
Kim Alvefur |
2021-11-29 |
mod_http_file_share: Limit query to time since last expiry
|
Kim Alvefur |
2021-11-29 |
mod_admin_shell: List periodic tasks in module:info
|
Kim Alvefur |
2021-11-22 |
mod_http_file_share: Switch to mod_cron for periodic tasks
|
Kim Alvefur |
2021-11-22 |
mod_muc_mam: Switch to mod_cron for message expiry
|
Kim Alvefur |
2021-11-22 |
mod_mam: Switch to new cron API
|
Kim Alvefur |
2021-11-21 |
core.moduleapi: Add API for adding daily or hourly tasks via mod_cron
|
Kim Alvefur |
2021-11-21 |
mod_cron: Initial commit of periodic task runner
|
Kim Alvefur |
2021-11-21 |
mod_smacks: Remove obsolete comment
|
Kim Alvefur |
2021-12-02 |
mod_smacks: Avoid duplicated queueing using flag on session instead of stanza
|
Kim Alvefur |
2021-12-02 |
mod_smacks: Remove dead conditional
|
Kim Alvefur |
2021-12-02 |
mod_smacks: Ensure hibernating session is not connected
|
Kim Alvefur |
2021-12-02 |
mod_smacks: Reorder imports etc
|
Kim Alvefur |
2021-12-01 |