aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mod_storage_sql: Drop archive timestamp precision pending schema updateKim Alvefur2022-08-141-1/+2
* | mod_mam: Store archives with sub-second precision timestampsKim Alvefur2022-08-141-2/+2
* | mod_admin_shell: Remove obsolete module:load() argument from 0.8 timeKim Alvefur2022-08-051-2/+2
* | mod_tls: Record STARTTLS state so it can be shown in ShellKim Alvefur2022-08-022-1/+6
* | Merge 0.12->trunkKim Alvefur2022-07-292-6/+3
|\|
| * mod_storage_sql: Fix summary API with Postgres (fixes #1766)Kim Alvefur2022-07-221-4/+2
| * mod_http_files: Log warning about legacy modules using mod_http_filesKim Alvefur2022-07-171-2/+1
* | Merge 0.12->trunkKim Alvefur2022-07-272-2/+6
|\|
| * mod_bookmarks: Reduce error about not having bookmarks to debug (thanks tom)Kim Alvefur2022-07-261-1/+5
| * mod_storage_sql: Fix bypass of load procedure under prosodyctlKim Alvefur2022-07-261-1/+1
* | mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760)Kim Alvefur2022-06-011-0/+15
* | compat: Remove handling of Lua 5.1 location of 'unpack' functionKim Alvefur2022-07-115-5/+5
* | mod_storage_sql: Remove Lua 5.1 compatibility hackKim Alvefur2022-07-021-2/+1
* | mod_mam: Silence luacheck (yay warnings in CI but not locally)Kim Alvefur2022-06-141-1/+1
* | mod_mam: Clarify comment (thanks chili-b)Kim Alvefur2022-06-141-2/+6
* | mod_csi_simple: Collect stats on number of stanzas per flushKim Alvefur2022-06-141-0/+5
* | mod_admin_shell: Show session id ping reply cameKim Alvefur2022-06-131-1/+1
* | Merge 0.12->trunkKim Alvefur2022-06-131-1/+1
|\|