Comparison

CHANGES @ 13204:c9ef35fab0b1

core.moduleapi: Add :get_option_period for parsing time intervals E.g. for use in mod_mam and others that take an amount of time before some (usually cleanup) action is taken.
author Kim Alvefur <zash@zash.se>
date Sun, 16 Jul 2023 19:49:12 +0200
parent 13203:aa6c2692a4be
child 13211:4d4f9e42bcf8
comparison
equal deleted inserted replaced
13203:aa6c2692a4be 13204:c9ef35fab0b1
40 40
41 ### Module API 41 ### Module API
42 42
43 - Config interface API can require that string values be picked from a provided set 43 - Config interface API can require that string values be picked from a provided set
44 - Acceptable interval can be specified for number options 44 - Acceptable interval can be specified for number options
45 - Method for parsing time periods / intervals from config
45 46
46 ## Changes 47 ## Changes
47 48
48 - Support sub-second precision timestamps 49 - Support sub-second precision timestamps
49 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy 50 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy