Comparison

CHANGES @ 13284:ffd3dadf6247

mod_cron: Make task frequencies configurable in overly generic manner Requested feature for many modules, notably MAM and file sharing.
author Kim Alvefur <zash@zash.se>
date Sun, 22 Oct 2023 18:58:02 +0200
parent 13282:2a65fc6da156
child 13297:7264c4d16072
comparison
equal deleted inserted replaced
13283:1c63b8c3cd9d 13284:ffd3dadf6247
51 - Support sub-second precision timestamps 51 - Support sub-second precision timestamps
52 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy 52 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy
53 - Moved all modules into the Lua namespace `prosody.` 53 - Moved all modules into the Lua namespace `prosody.`
54 - Forwarded header from RFC 7239 supported, disabled by default 54 - Forwarded header from RFC 7239 supported, disabled by default
55 - mod_http_file_share now uses roles framework, affecting access from e.g. components 55 - mod_http_file_share now uses roles framework, affecting access from e.g. components
56 - Intervals of mod_cron managed periodic jobs made configurable
56 57
57 ## Removed 58 ## Removed
58 59
59 - Lua 5.1 support 60 - Lua 5.1 support
60 - XEP-0090 support removed from mod_time 61 - XEP-0090 support removed from mod_time