Software /
code /
prosody
Log
plugins/mod_authz_internal.lua @ 12677:3b9771d496ed
description | author | age |
---|---|---|
mod_authz_internal: Expose convenience method to test if user can assume role | Matthew Wild | 2022-08-18 |
mod_authz_internal, and more: New iteration of role API | Matthew Wild | 2022-08-17 |
mod_authz_internal: Use util.roles, some API changes and config support | Matthew Wild | 2022-07-19 |
Switch to a new role-based authorization framework, removing is_admin() | Matthew Wild | 2022-06-15 |
usermanager, mod_authz_internal: Add methods to fetch users/JIDs of given role | Matthew Wild | 2021-08-26 |
mod_authz_internal: Ignore unused argument for now [luachec] | Kim Alvefur | 2021-03-22 |
mod_authz_internal: add support for setting roles of a local user | Jonas Schäfer | 2021-03-22 |
usermanager, mod_authz_*: Merge mod_authz_config and mod_authz_internal into the latter | Matthew Wild | 2020-02-23 |
usermanager, mod_authz_internal: Move admin-checking functionality into a module. Fixes #517 (ish). | Matthew Wild | 2020-01-27 |