Software /
code /
prosody
Diff
.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 |
line wrap: on
line diff
--- a/.luacheckrc Tue Oct 05 15:36:38 2021 +0200 +++ b/.luacheckrc Sun Jul 16 19:49:12 2023 +0200 @@ -77,6 +77,7 @@ "module.get_option_inherited_set", "module.get_option_number", "module.get_option_path", + "module.get_option_period", "module.get_option_scalar", "module.get_option_set", "module.get_option_string",