| Commit message (Expand) | Author | Age | Files | Lines |
* | core.moduleapi: Record reverse dependencies | Kim Alvefur | 2023-03-05 | 1 | -0/+4 |
* | authz: Add method for retrieving all roles | Kim Alvefur | 2023-03-04 | 1 | -0/+7 |
* | core.usermanager: Fire events when enabling and disabling users | Kim Alvefur | 2023-02-23 | 1 | -2/+10 |
* | core.usermanager: Add methods for enabling and disabling users | Kim Alvefur | 2023-02-23 | 1 | -0/+32 |
* | Merge 0.12->trunk | Matthew Wild | 2023-02-09 | 1 | -4/+11 |
|\ |
|
| * | sessionmanager: Improve logging around session destruction | Matthew Wild | 2023-02-09 | 1 | -3/+10 |
| * | core.sessionmanager: Mark session as destroyed to prevent reentry | Kim Alvefur | 2023-01-19 | 1 | -0/+1 |
| * | core.sessionmanager: Skip log when (not) destroying destroyed sessions | Kim Alvefur | 2023-01-19 | 1 | -2/+1 |
* | | core.moduleapi: Fix passing variable to logging | Kim Alvefur | 2023-01-31 | 1 | -1/+1 |
* | | sessionmanager: Fire event before retiring old session | Matthew Wild | 2022-12-29 | 1 | -3/+4 |
* | | sessionmanager: Pluck sasl_handler from old session when resuming (fixes #1785) | Matthew Wild | 2022-12-29 | 1 | -0/+1 |
* | | core.moduleapi: Check for local role-aware sessions before e.g. s2s | Kim Alvefur | 2022-08-29 | 1 | -9/+9 |
* | | core.usermanager: Link to docs for new role API to make warning more actionable | Kim Alvefur | 2022-08-27 | 1 | -0/+1 |
* | | mod_s2s: Simplify conditionals since all sessions should have .host now | Kim Alvefur | 2022-08-26 | 1 | -2/+2 |
* | | mod_smacks: Long overdue cleanup of resumption code, fixes some old TODOs | Matthew Wild | 2022-08-26 | 1 | -1/+45 |
* | | core.usermanager: Update argument name in authz fallback method | Kim Alvefur | 2022-08-18 | 1 | -1/+1 |
* | | core.usermanager: Remove obsolete authz fallback method | Kim Alvefur | 2022-08-18 | 1 | -1/+0 |
* | | core.usermanager: Add missing methods to fallback authz provider | Kim Alvefur | 2022-08-18 | 1 | -0/+3 |
* | | core.usermanager: Add scoped luacheck ignore rule to reduce clutter | Kim Alvefur | 2022-08-18 | 1 | -11/+12 |
* | | mod_authz_internal: Expose convenience method to test if user can assume role | Matthew Wild | 2022-08-18 | 1 | -0/+8 |
* | | mod_authz_internal, and more: New iteration of role API | Matthew Wild | 2022-08-17 | 3 | -21/+52 |
* | | usermanager: Add back temporary is_admin to warn about deprecated API usage | Matthew Wild | 2022-08-15 | 1 | -0/+19 |
* | | usermanager: Remove concept of global authz provider | Matthew Wild | 2022-08-12 | 1 | -46/+12 |
* | | usermanager: Fix method name of global authz provider (thanks Zash) | Matthew Wild | 2022-08-12 | 1 | -1/+1 |
* | | usermanager: Remove obsolete function from global authz provider | Matthew Wild | 2022-08-11 | 1 | -5/+0 |
* | | features: Add "permissions" feature for role-auth | Matthew Wild | 2022-08-11 | 1 | -0/+2 |
* | | usermanager: Handle local JIDs being passed to get/set_jid_role() | Matthew Wild | 2022-08-01 | 1 | -1/+9 |
* | | core.usermanager: Add missing stub authz methods to global authz provider | Kim Alvefur | 2022-07-20 | 1 | -0/+7 |
* | | moduleapi: Stricter type check for actor in permission check | Kim Alvefur | 2022-07-20 | 1 | -1/+1 |
* | | moduleapi: Remove redundant expansion of ':' prefix in permission names | Kim Alvefur | 2022-07-20 | 1 | -1/+0 |
* | | moduleapi: Distribute permissions set from global modules to all hosts | Kim Alvefur | 2022-07-20 | 1 | -0/+8 |
* | | mod_authz_internal: Use util.roles, some API changes and config support | Matthew Wild | 2022-07-19 | 2 | -32/+50 |
* | | usermanager, mod_auth_*: Add get_account_info() returning creation/update time | Matthew Wild | 2022-07-12 | 1 | -0/+7 |
* | | core.moduleapi: Expand permission name ':' prefix earlier | Kim Alvefur | 2022-06-15 | 1 | -3/+3 |
* | | core.moduleapi: Fixup method name | Kim Alvefur | 2022-06-15 | 1 | -1/+1 |
* | | Switch to a new role-based authorization framework, removing is_admin() | Matthew Wild | 2022-06-15 | 3 | -9/+75 |
* | | compat: Use table.pack (there since Lua 5.2) over our util.table | Kim Alvefur | 2022-07-11 | 1 | -1/+1 |
* | | compat: Remove handling of Lua 5.1 location of 'unpack' function | Kim Alvefur | 2022-07-11 | 1 | -1/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-07-11 | 1 | -1/+1 |
|\| |
|
| * | core.s2smanager: Don't remove unrelated session on close of bidi session | Kim Alvefur | 2022-06-27 | 1 | -1/+1 |
* | | core.configmanager: Remove COMPAT for old config format from 2013 | Kim Alvefur | 2022-05-29 | 1 | -12/+3 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-05-16 | 1 | -2/+2 |
|\| |
|
| * | core.certmanager: Expand debug messages about cert lookups in index | Kim Alvefur | 2022-05-16 | 1 | -2/+2 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-04-27 | 1 | -1/+1 |
|\| |
|
| * | core.moduleapi: Fix 'global' property via :context() - #1748 | Kim Alvefur | 2022-04-27 | 1 | -1/+1 |
* | | net: refactor sslconfig to not depend on LuaSec | Jonas Schäfer | 2022-04-02 | 1 | -1/+1 |
* | | net: isolate LuaSec-specifics | Jonas Schäfer | 2022-04-27 | 2 | -43/+12 |
|/ |
|
* | core.modulemanager: Fix global flag on per-host instances of shared modules (... | Kim Alvefur | 2022-04-04 | 1 | -0/+1 |
* | configmanager: Clearer errors when providing unexpected values after VirtualH... | Matthew Wild | 2022-04-03 | 1 | -0/+5 |
* | configmanager: Add method to report loaded config files (part of #1729 fix) | Matthew Wild | 2022-03-28 | 1 | -0/+7 |