| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | mod_storage_sql: Silence luacheck warning | Kim Alvefur | 2023-01-30 | 1 | -1/+1 |
* | | mod_storage_sql: Record connection to database as module status | Kim Alvefur | 2023-01-30 | 1 | -0/+6 |
* | | mod_admin_shell: Match substring in muc:affiliations() like muc:occupants() | Kim Alvefur | 2023-01-30 | 1 | -1/+1 |
* | | mod_admin_shell: Sort MUC users by relation and JID | Kim Alvefur | 2023-01-29 | 1 | -18/+51 |
* | | mod_admin_shell: Make Role and Affiliation columns the same width for aesthetics | Kim Alvefur | 2023-01-29 | 1 | -2/+2 |
* | | mod_admin_shell: Use tables to present MUC users | Kim Alvefur | 2023-01-29 | 1 | -2/+18 |
* | | mod_admin_shell: Factor out room retrieval into common function | Kim Alvefur | 2023-01-29 | 1 | -18/+18 |
* | | mod_admin_shell: Add muc:affiliations(room) command to list memberships | Kim Alvefur | 2023-01-29 | 1 | -0/+28 |
* | | mod_admin_shell: Add muc:occupants(room) command to list occupants | Kim Alvefur | 2023-01-29 | 1 | -1/+30 |
* | | mod_muc_mam: Use higher precision timestamps | Kim Alvefur | 2023-01-21 | 1 | -1/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-01-21 | 2 | -8/+25 |
|\| |
|
| * | mod_muc_mam: Copy "include total" behavior from mod_mam | Kim Alvefur | 2023-01-21 | 1 | -1/+5 |
| * | mod_muc_mam: Add mam#extended form fields #1796 (Thanks Rain) | Kim Alvefur | 2023-01-21 | 1 | -0/+10 |
| * | mod_mam,mod_muc_mam: Minimize differences (reorder, copy some comments) | Kim Alvefur | 2023-01-21 | 2 | -8/+11 |
* | | MUC: Add note about non-existant room method | Kim Alvefur | 2023-01-20 | 1 | -1/+1 |
* | | mod_admin_socket: Fix typo in comments | Kim Alvefur | 2023-01-20 | 1 | -1/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-01-19 | 1 | -0/+1 |
|\| |
|
| * | mod_smacks: Log something when hibernation starts | Kim Alvefur | 2023-01-19 | 1 | -0/+1 |
* | | mod_storage_sql: Support SQLite3 without LuaDBI | Kim Alvefur | 2023-01-19 | 1 | -1/+8 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-01-10 | 1 | -2/+2 |
|\| |
|
| * | mod_invites: Prefer landing page over xmpp URI in shell command | Kim Alvefur | 2023-01-10 | 1 | -2/+2 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-01-06 | 1 | -14/+12 |
|\| |
|
| * | mod_storage_sql: Fix #1639 | Kim Alvefur | 2023-01-01 | 1 | -14/+12 |
* | | 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 |