aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_storage_sql: Remove module status on unknown 'debug' levelKim Alvefur2023-01-311-1/+0
* mod_storage_sql: Silence luacheck warningKim Alvefur2023-01-301-1/+1
* mod_storage_sql: Record connection to database as module statusKim Alvefur2023-01-301-0/+6
* mod_admin_shell: Match substring in muc:affiliations() like muc:occupants()Kim Alvefur2023-01-301-1/+1
* mod_admin_shell: Sort MUC users by relation and JIDKim Alvefur2023-01-291-18/+51
* mod_admin_shell: Make Role and Affiliation columns the same width for aestheticsKim Alvefur2023-01-291-2/+2
* mod_admin_shell: Use tables to present MUC usersKim Alvefur2023-01-291-2/+18
* mod_admin_shell: Factor out room retrieval into common functionKim Alvefur2023-01-291-18/+18
* mod_admin_shell: Add muc:affiliations(room) command to list membershipsKim Alvefur2023-01-291-0/+28
* mod_admin_shell: Add muc:occupants(room) command to list occupantsKim Alvefur2023-01-291-1/+30
* mod_muc_mam: Use higher precision timestampsKim Alvefur2023-01-211-1/+1
* Merge 0.12->trunkKim Alvefur2023-01-212-8/+25
|\
| * mod_muc_mam: Copy "include total" behavior from mod_mamKim Alvefur2023-01-211-1/+5
| * mod_muc_mam: Add mam#extended form fields #1796 (Thanks Rain)Kim Alvefur2023-01-211-0/+10
| * mod_mam,mod_muc_mam: Minimize differences (reorder, copy some comments)Kim Alvefur2023-01-212-8/+11
* | MUC: Add note about non-existant room methodKim Alvefur2023-01-201-1/+1
* | mod_admin_socket: Fix typo in commentsKim Alvefur2023-01-201-1/+1
* | Merge 0.12->trunkKim Alvefur2023-01-191-0/+1
|\|
| * mod_smacks: Log something when hibernation startsKim Alvefur2023-01-191-0/+1
* | mod_storage_sql: Support SQLite3 without LuaDBIKim Alvefur2023-01-191-1/+8
* | Merge 0.12->trunkKim Alvefur2023-01-101-2/+2
|\|
| * mod_invites: Prefer landing page over xmpp URI in shell commandKim Alvefur2023-01-101-2/+2
* | Merge 0.12->trunkKim Alvefur2023-01-061-14/+12
|\|
| * mod_storage_sql: Fix #1639Kim Alvefur2023-01-011-14/+12
* | Merge 0.12->trunkKim Alvefur2022-12-291-1/+0
|\|
| * mod_storage_sql: Don't avoid initialization under prosodyctl (fix #1787)Kim Alvefur2022-12-291-1/+0
* | mod_s2s_auth_certs: Validate certificates against secure SRV targetsKim Alvefur2022-12-221-0/+10
* | Revert unintentionally committed parts of 12bd40b8e105Kim Alvefur2022-12-211-10/+0
* | mod_s2s: Retrieve stanza size limit from peer for bidi connectionsKim Alvefur2022-11-091-0/+7
* | mod_s2s: Advertise stream features on bidi connectionsKim Alvefur2022-10-201-0/+6
* | mod_s2s_bidi: Add provisions for advertising features to bidi peersKim Alvefur2022-10-201-1/+3
* | mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits AdvertisementKim Alvefur2022-10-203-4/+16
* | mod_s2s: Avoid sending too large stanzasKim Alvefur2021-03-161-0/+5
* | mod_s2s: Record stanza size limit advertised by other serversKim Alvefur2021-03-161-0/+4
* | mod_s2s: Advertise stanza size limit to other serversKim Alvefur2021-03-161-0/+5
* | mod_c2s: Advertise stanza size limit to clientsKim Alvefur2021-03-161-0/+4
* | mod_smacks: Factor out resumption token table key generationKim Alvefur2022-11-131-4/+8
* | Merge 0.12->trunkKim Alvefur2022-12-1234-520/+1211
|\ \ | |/ |/|
| * mod_smacks: Only track resumable sessionsKim Alvefur2022-11-181-1/+3
| * Merge 0.12->trunkMatthew Wild2022-10-311-4/+11
| |\
| * \ Merge 0.12->trunkKim Alvefur2022-10-241-1/+5
| |\ \
| * | | mod_blocklist: Add option 'migrate_legacy_blocking' to disable migration from...Kim Alvefur2022-10-171-0/+8
| * | | mod_c2s: Include stream attributes in stream-features eventMatthew Wild2022-10-141-1/+1
| * | | mod_tokenauth: Allow attaching an arbitrary data table to a tokenMatthew Wild2022-10-131-1/+2
| * | | 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