| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_smacks: Set session.smacks after sending <enabled/> to fix traceback | Matthew Wild | 2022-08-29 | 1 | -2/+1 |
* | mod_smacks: Use new :add_error() in last remaining error result construction | Matthew Wild | 2022-08-29 | 1 | -2/+1 |
* | mod_smacks: Split enable handling to stages, to allow easier SASL2 integration | Matthew Wild | 2022-08-29 | 1 | -21/+48 |
* | mod_component: Require 'from' attribute on stanzas by default | Matthew Wild | 2022-08-28 | 1 | -16/+13 |
* | mod_external_services: Update tools.ietf.org URL | Kim Alvefur | 2022-08-27 | 1 | -1/+1 |
* | mod_smacks: Split resumption into multiple stages, to simplify ISR integration | Matthew Wild | 2022-08-26 | 1 | -63/+82 |
* | mod_s2s: Simplify conditionals since all sessions should have .host now | Kim Alvefur | 2022-08-26 | 1 | -1/+1 |
* | Merge 0.12->trunk | Kim Alvefur | 2022-08-26 | 1 | -2/+2 |
|\ |
|
| * | mod_s2s: Fix firing buffer drain events | Kim Alvefur | 2022-08-26 | 1 | -2/+2 |
* | | mod_smacks: Don't close resuming session when failed due to overflow | Matthew Wild | 2022-08-26 | 1 | -7/+8 |
* | | mod_smacks: Long overdue cleanup of resumption code, fixes some old TODOs | Matthew Wild | 2022-08-26 | 2 | -51/+21 |
* | | mod_admin_shell: Rename variable to avoid confusion with global function | Kim Alvefur | 2022-08-25 | 1 | -7/+7 |
* | | mod_admin_shell: Fix output from user:roles() | Kim Alvefur | 2022-08-25 | 1 | -0/+1 |
* | | mod_admin_shell: Ensure account has role before it is usable | Kim Alvefur | 2022-08-18 | 1 | -8/+16 |
* | | mod_auth_insecure: Store creation and update timestamps on account | Kim Alvefur | 2022-08-18 | 1 | -1/+3 |
* | | mod_admin_shell: Update help for user:create to reflect singular role argument | Kim Alvefur | 2022-08-18 | 1 | -1/+1 |
* | | mod_auth_internal_hashed: Allow creating disabled account without password | Kim Alvefur | 2022-08-18 | 1 | -2/+2 |
* | | mod_admin_shell: Update with new role management commands and help text | Matthew Wild | 2022-08-18 | 1 | -39/+52 |
* | | mod_authz_internal: Expose convenience method to test if user can assume role | Matthew Wild | 2022-08-18 | 1 | -0/+12 |
* | | mod_authz_internal, and more: New iteration of role API | Matthew Wild | 2022-08-17 | 3 | -38/+132 |
* | | mod_admin_shell: Show session role in c2s:show | Kim Alvefur | 2022-08-15 | 1 | -1/+10 |
* | | mod_tokenauth: New API that better fits how modules are using token auth | Matthew Wild | 2022-07-20 | 1 | -12/+40 |
* | | mod_authz_internal: Use util.roles, some API changes and config support | Matthew Wild | 2022-07-19 | 1 | -63/+96 |
* | | usermanager, mod_auth_*: Add get_account_info() returning creation/update time | Matthew Wild | 2022-07-12 | 2 | -2/+28 |
* | | Switch to a new role-based authorization framework, removing is_admin() | Matthew Wild | 2022-06-15 | 11 | -122/+191 |
* | | mod_saslauth: Rename field from 'scope'->'role' | Matthew Wild | 2022-06-15 | 1 | -1/+1 |
* | | Merge 0.12->trunk | Matthew Wild | 2022-08-18 | 1 | -4/+8 |
|\| |
|
| * | mod_admin_shell: Switch names for user role management commands | Kim Alvefur | 2022-08-15 | 1 | -4/+8 |
* | | util.stanza: Add method for extracting a single attribute value | Kim Alvefur | 2022-08-17 | 1 | -2/+1 |
* | | mod_time: Remove obsolete XEP-0090 support | Kim Alvefur | 2022-08-15 | 1 | -14/+0 |
* | | mod_time: Return sub-second precision timestamps | Kim Alvefur | 2022-08-14 | 1 | -1/+2 |
* | | mod_storage_sql: Drop archive timestamp precision pending schema update | Kim Alvefur | 2022-08-14 | 1 | -1/+2 |
* | | mod_mam: Store archives with sub-second precision timestamps | Kim Alvefur | 2022-08-14 | 1 | -2/+2 |
* | | mod_admin_shell: Remove obsolete module:load() argument from 0.8 time | Kim Alvefur | 2022-08-05 | 1 | -2/+2 |
* | | mod_tls: Record STARTTLS state so it can be shown in Shell | Kim Alvefur | 2022-08-02 | 2 | -1/+6 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-07-29 | 2 | -6/+3 |
|\| |
|
| * | mod_storage_sql: Fix summary API with Postgres (fixes #1766) | Kim Alvefur | 2022-07-22 | 1 | -4/+2 |
| * | mod_http_files: Log warning about legacy modules using mod_http_files | Kim Alvefur | 2022-07-17 | 1 | -2/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-07-27 | 2 | -2/+6 |
|\| |
|
| * | mod_bookmarks: Reduce error about not having bookmarks to debug (thanks tom) | Kim Alvefur | 2022-07-26 | 1 | -1/+5 |
| * | mod_storage_sql: Fix bypass of load procedure under prosodyctl | Kim Alvefur | 2022-07-26 | 1 | -1/+1 |
* | | mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760) | Kim Alvefur | 2022-06-01 | 1 | -0/+15 |
* | | compat: Remove handling of Lua 5.1 location of 'unpack' function | Kim Alvefur | 2022-07-11 | 5 | -5/+5 |
* | | mod_storage_sql: Remove Lua 5.1 compatibility hack | Kim Alvefur | 2022-07-02 | 1 | -2/+1 |
* | | mod_mam: Silence luacheck (yay warnings in CI but not locally) | Kim Alvefur | 2022-06-14 | 1 | -1/+1 |
* | | mod_mam: Clarify comment (thanks chili-b) | Kim Alvefur | 2022-06-14 | 1 | -2/+6 |
* | | mod_csi_simple: Collect stats on number of stanzas per flush | Kim Alvefur | 2022-06-14 | 1 | -0/+5 |
* | | mod_admin_shell: Show session id ping reply came | Kim Alvefur | 2022-06-13 | 1 | -1/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-06-13 | 1 | -1/+1 |
|\| |
|
| * | mod_smacks: Fix #1761 by setting a flag earlier | Kim Alvefur | 2022-06-12 | 1 | -1/+1 |