Mercurial > prosody-hg
view teal-src/util/array.d.tl @ 12900:5484debdfdfe
mod_auth_internal_hashed: Refactor to prepare for disabling users
Moving this out will make space for a dynamic check whether a particular
user is disabled or not, which is one possible response to abuse of
account privileges.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 22 Feb 2023 13:27:08 +0100 |
| parents | 33b7e7bd83fd |
| children |
line wrap: on
line source
local record array_t<T> { T } end local record lib metamethod __call : function () : array_t end return lib
