| Commit message (Expand) | Author | Age | Files | Lines |
* | moduleapi: Add luacheck annotation to suppress warning about unused self | Matthew Wild | 2023-04-01 | 1 | -1/+1 |
* | moduleapi: Add module:once() to execute a function after module load/startup | Matthew Wild | 2023-04-01 | 1 | -0/+5 |
* | sessionmanager: Preserve 'since' property of original session after resumption | Matthew Wild | 2023-03-29 | 1 | -0/+1 |
* | moduleapi: Add 'peek' to :may() and new :could() helper to suppress logging | Matthew Wild | 2023-03-26 | 1 | -7/+19 |
* | moduleapi: may: Fail early if a local session has no role assigned | Matthew Wild | 2023-03-25 | 1 | -3/+8 |
* | core.usermanager: Correct formatting of not implemented error | Kim Alvefur | 2023-03-26 | 1 | -4/+4 |
* | core: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-17 | 15 | -103/+103 |
* | features: Add "keyval+" | Matthew Wild | 2023-03-21 | 1 | -0/+2 |
* | storagemanager: Add keyval+ (combined keyval + map) store type | Matthew Wild | 2022-09-27 | 1 | -0/+73 |
* | core.features: Add feature for prosody.loader | Kim Alvefur | 2023-03-18 | 1 | -0/+2 |
* | 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 |