| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-12-29 | 1 | -1/+0 |
|\| |
|
| * | mod_storage_sql: Don't avoid initialization under prosodyctl (fix #1787) | Kim Alvefur | 2022-12-29 | 1 | -1/+0 |
* | | mod_s2s_auth_certs: Validate certificates against secure SRV targets | Kim Alvefur | 2022-12-22 | 1 | -0/+10 |
* | | Revert unintentionally committed parts of 12bd40b8e105 | Kim Alvefur | 2022-12-21 | 1 | -10/+0 |
* | | mod_s2s: Retrieve stanza size limit from peer for bidi connections | Kim Alvefur | 2022-11-09 | 1 | -0/+7 |
* | | mod_s2s: Advertise stream features on bidi connections | Kim Alvefur | 2022-10-20 | 1 | -0/+6 |
* | | mod_s2s_bidi: Add provisions for advertising features to bidi peers | Kim Alvefur | 2022-10-20 | 1 | -1/+3 |
* | | mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement | Kim Alvefur | 2022-10-20 | 3 | -4/+16 |
* | | mod_s2s: Avoid sending too large stanzas | Kim Alvefur | 2021-03-16 | 1 | -0/+5 |
* | | mod_s2s: Record stanza size limit advertised by other servers | Kim Alvefur | 2021-03-16 | 1 | -0/+4 |
* | | mod_s2s: Advertise stanza size limit to other servers | Kim Alvefur | 2021-03-16 | 1 | -0/+5 |
* | | mod_c2s: Advertise stanza size limit to clients | Kim Alvefur | 2021-03-16 | 1 | -0/+4 |
* | | mod_smacks: Factor out resumption token table key generation | Kim Alvefur | 2022-11-13 | 1 | -4/+8 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-12-12 | 34 | -520/+1211 |
|\ \
| |/
|/| |
|
| * | mod_smacks: Only track resumable sessions | Kim Alvefur | 2022-11-18 | 1 | -1/+3 |
| * | Merge 0.12->trunk | Matthew Wild | 2022-10-31 | 1 | -4/+11 |
| |\ |
|
| * \ | Merge 0.12->trunk | Kim Alvefur | 2022-10-24 | 1 | -1/+5 |
| |\ \ |
|
| * | | | mod_blocklist: Add option 'migrate_legacy_blocking' to disable migration from... | Kim Alvefur | 2022-10-17 | 1 | -0/+8 |
| * | | | mod_c2s: Include stream attributes in stream-features event | Matthew Wild | 2022-10-14 | 1 | -1/+1 |
| * | | | mod_tokenauth: Allow attaching an arbitrary data table to a token | Matthew Wild | 2022-10-13 | 1 | -1/+2 |
| * | | | mod_smacks: Change boolean attribute from '1' to 'true' for compatibility | Matthew Wild | 2022-10-07 | 1 | -1/+1 |
| * | | | mod_tokenauth: Remove expired tokens from storage | Matthew Wild | 2022-10-06 | 1 | -0/+2 |
| * | | | mod_tokenauth: Invalidate tokens issued before most recent password change | Matthew Wild | 2022-10-06 | 1 | -0/+6 |
| * | | | mod_authz_internal: Fix warning due to global use | Kim Alvefur | 2022-10-04 | 1 | -1/+1 |
| * | | | Backed out changeset 1bc2220cd6ec | Jonas Schäfer | 2022-10-03 | 1 | -1/+2 |
| * | | | mod_authz_internal: Allow specifying default role for public (remote) users | Matthew Wild | 2022-09-29 | 1 | -0/+3 |
| * | | | Backed out changeset 73a45ba6e3f1 in favour of 427dd01f0864 | Matthew Wild | 2022-09-29 | 1 | -3/+6 |
| * | | | mod_muc: Better map restrict_room_creation to role permissions (behaviour cha... | Matthew Wild | 2022-09-29 | 1 | -21/+8 |
| * | | | mod_authz_internal: Allow configuring role of local-server/parent-host users | Matthew Wild | 2022-09-29 | 1 | -1/+17 |
| * | | | muc: Re-allow non-admins to configure persistence (thanks Meaz) | Matthew Wild | 2022-09-28 | 1 | -6/+3 |
| * | | | mod_admin_shell: Fix display of session without role (thanks Link Mauve) | Kim Alvefur | 2022-09-23 | 1 | -1/+1 |
| * | | | mod_saslauth: Put <sasl-channel-binding> in stream:features per XEP-0440 0.4.0 | Matthew Wild | 2022-09-21 | 1 | -4/+4 |
| * | | | mod_storage_sql: Strip timestamp precision in queries to fix error (thanks mu... | Kim Alvefur | 2022-09-07 | 1 | -2/+2 |
| * | | | mod_http_file_share: Use correct variable name (thanks riau.sni) | Matthew Wild | 2022-09-04 | 1 | -3/+3 |
| * | | | mod_saslauth: Fix incorrect variable name introduced in 27a4a7e64831 | Matthew Wild | 2022-09-03 | 1 | -1/+1 |
| * | | | mod_smacks: Set session flag during successful enable | Matthew Wild | 2022-09-03 | 1 | -0/+1 |
| * | | | mod_smacks: Add type field to results so actions can be later distinguished | Matthew Wild | 2022-09-03 | 1 | -1/+2 |
| * | | | mod_saslauth: Only announce bind feature if no resource yet bound | Matthew Wild | 2022-09-03 | 1 | -1/+1 |
| * | | | mod_http_file_share: Switch to new util.jwt API | Matthew Wild | 2022-07-11 | 1 | -32/+32 |
| * | | | 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_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 |