Software /
code /
prosody
Comparison
.luacheckrc @ 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 | 13201:65fb0d7a2312 |
child | 13211:4d4f9e42bcf8 |
comparison
equal
deleted
inserted
replaced
13203:aa6c2692a4be | 13204:c9ef35fab0b1 |
---|---|
75 "module.get_option_boolean", | 75 "module.get_option_boolean", |
76 "module.get_option_enum", | 76 "module.get_option_enum", |
77 "module.get_option_inherited_set", | 77 "module.get_option_inherited_set", |
78 "module.get_option_number", | 78 "module.get_option_number", |
79 "module.get_option_path", | 79 "module.get_option_path", |
80 "module.get_option_period", | |
80 "module.get_option_scalar", | 81 "module.get_option_scalar", |
81 "module.get_option_set", | 82 "module.get_option_set", |
82 "module.get_option_string", | 83 "module.get_option_string", |
83 "module.get_status", | 84 "module.get_status", |
84 "module.handle_items", | 85 "module.handle_items", |