aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_smacks: Change boolean attribute from '1' to 'true' for compatibilityMatthew Wild2022-10-071-1/+1
* mod_tokenauth: Remove expired tokens from storageMatthew Wild2022-10-061-0/+2
* mod_tokenauth: Invalidate tokens issued before most recent password changeMatthew Wild2022-10-061-0/+6
* mod_authz_internal: Fix warning due to global useKim Alvefur2022-10-041-1/+1
* Backed out changeset 1bc2220cd6ecJonas Schäfer2022-10-031-1/+2
* mod_authz_internal: Allow specifying default role for public (remote) usersMatthew Wild2022-09-291-0/+3
* Backed out changeset 73a45ba6e3f1 in favour of 427dd01f0864Matthew Wild2022-09-291-3/+6
* mod_muc: Better map restrict_room_creation to role permissions (behaviour cha...Matthew Wild2022-09-291-21/+8
* mod_authz_internal: Allow configuring role of local-server/parent-host usersMatthew Wild2022-09-291-1/+17
* muc: Re-allow non-admins to configure persistence (thanks Meaz)Matthew Wild2022-09-281-6/+3
* mod_admin_shell: Fix display of session without role (thanks Link Mauve)Kim Alvefur2022-09-231-1/+1
* mod_saslauth: Put <sasl-channel-binding> in stream:features per XEP-0440 0.4.0Matthew Wild2022-09-211-4/+4
* mod_storage_sql: Strip timestamp precision in queries to fix error (thanks mu...Kim Alvefur2022-09-071-2/+2
* mod_http_file_share: Use correct variable name (thanks riau.sni)Matthew Wild2022-09-041-3/+3
* mod_saslauth: Fix incorrect variable name introduced in 27a4a7e64831Matthew Wild2022-09-031-1/+1
* mod_smacks: Set session flag during successful enableMatthew Wild2022-09-031-0/+1
* mod_smacks: Add type field to results so actions can be later distinguishedMatthew Wild2022-09-031-1/+2
* mod_saslauth: Only announce bind feature if no resource yet boundMatthew Wild2022-09-031-1/+1
* mod_http_file_share: Switch to new util.jwt APIMatthew Wild2022-07-111-32/+32
* mod_smacks: Set session.smacks after sending <enabled/> to fix tracebackMatthew Wild2022-08-291-2/+1
* mod_smacks: Use new :add_error() in last remaining error result constructionMatthew Wild2022-08-291-2/+1
* mod_smacks: Split enable handling to stages, to allow easier SASL2 integrationMatthew Wild2022-08-291-21/+48
* mod_component: Require 'from' attribute on stanzas by defaultMatthew Wild2022-08-281-16/+13
* mod_external_services: Update tools.ietf.org URLKim Alvefur2022-08-271-1/+1
* mod_smacks: Split resumption into multiple stages, to simplify ISR integrationMatthew Wild2022-08-261-63/+82
* mod_s2s: Simplify conditionals since all sessions should have .host nowKim Alvefur2022-08-261-1/+1
* Merge 0.12->trunkKim Alvefur2022-08-261-2/+2
|\
| * mod_s2s: Fix firing buffer drain eventsKim Alvefur2022-08-261-2/+2
* | mod_smacks: Don't close resuming session when failed due to overflowMatthew Wild2022-08-261-7/+8
* | mod_smacks: Long overdue cleanup of resumption code, fixes some old TODOsMatthew Wild2022-08-262-51/+21
* | mod_admin_shell: Rename variable to avoid confusion with global functionKim Alvefur2022-08-251-7/+7
* | mod_admin_shell: Fix output from user:roles()Kim Alvefur2022-08-251-0/+1
* | mod_admin_shell: Ensure account has role before it is usableKim Alvefur2022-08-181-8/+16
* | mod_auth_insecure: Store creation and update timestamps on accountKim Alvefur2022-08-181-1/+3
* | mod_admin_shell: Update help for user:create to reflect singular role argumentKim Alvefur2022-08-181-1/+1
* | mod_auth_internal_hashed: Allow creating disabled account without passwordKim Alvefur2022-08-181-2/+2
* | mod_admin_shell: Update with new role management commands and help textMatthew Wild2022-08-181-39/+52
* | mod_authz_internal: Expose convenience method to test if user can assume roleMatthew Wild2022-08-181-0/+12
* | mod_authz_internal, and more: New iteration of role APIMatthew Wild2022-08-173-38/+132
* | mod_admin_shell: Show session role in c2s:showKim Alvefur2022-08-151-1/+10
* | mod_tokenauth: New API that better fits how modules are using token authMatthew Wild2022-07-201-12/+40
* | mod_authz_internal: Use util.roles, some API changes and config supportMatthew Wild2022-07-191-63/+96
* | usermanager, mod_auth_*: Add get_account_info() returning creation/update timeMatthew Wild2022-07-122-2/+28
* | Switch to a new role-based authorization framework, removing is_admin()Matthew Wild2022-06-1511-122/+191
* | mod_saslauth: Rename field from 'scope'->'role'Matthew Wild2022-06-151-1/+1
* | Merge 0.12->trunkMatthew Wild2022-08-181-4/+8
|\|
| * mod_admin_shell: Switch names for user role management commandsKim Alvefur2022-08-151-4/+8
* | util.stanza: Add method for extracting a single attribute valueKim Alvefur2022-08-171-2/+1
* | mod_time: Remove obsolete XEP-0090 supportKim Alvefur2022-08-151-14/+0
* | mod_time: Return sub-second precision timestampsKim Alvefur2022-08-141-1/+2