| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Spelling: Fix various spelling mistakes (thanks timeless) | Kim Alvefur | 2022-03-07 | 1 | -1/+1 |
* | Merge config-updates+check-turn from timber | Matthew Wild | 2022-03-04 | 2 | -14/+4 |
|\ |
|
| * | usermanager, mod_saslauth: Default to internal_hashed if no auth module speci... | Matthew Wild | 2022-02-10 | 1 | -1/+1 |
| * | core.certmanager: Turn soft dependency on LuaSec into a hard | Kim Alvefur | 2022-02-10 | 1 | -13/+3 |
* | | core.portmanager: Fix traceback on attempt to get non-existent service | Kim Alvefur | 2022-02-22 | 1 | -1/+3 |
* | | core.certmanager: Ensure key exists for fullchain | Kim Alvefur | 2022-02-21 | 1 | -1/+1 |
|/ |
|
* | core.certmanager: Relax certificate filename check #1713 | Kim Alvefur | 2022-02-14 | 1 | -8/+2 |
* | core.modulemanager: Save module metadata for potential later use | Kim Alvefur | 2022-02-05 | 1 | -1/+2 |
* | modulemanager: Shorten metadata keys to improve readability and memorability | Matthew Wild | 2022-02-04 | 1 | -5/+5 |
* | modulemanager: Add plugin load filter that reads module metadata from source | Matthew Wild | 2022-02-04 | 1 | -0/+32 |
* | modulemanager, moduleapi: Switch to new pluginloader interface | Matthew Wild | 2022-02-04 | 2 | -4/+9 |