aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util.poll: Include unistd.h only for epollKim Alvefur2023-02-101-1/+1
* Merge 0.12->trunkMatthew Wild2023-02-093-10/+15
|\
| * net.http.parser: Improve handling of responses without content-lengthMatthew Wild2023-02-092-9/+14
| * net.http: Add missing log parameterMatthew Wild2023-02-091-1/+1
* | Merge 0.12->trunkMatthew Wild2023-02-091-4/+11
|\|
| * sessionmanager: Improve logging around session destructionMatthew Wild2023-02-091-3/+10
| * core.sessionmanager: Mark session as destroyed to prevent reentryKim Alvefur2023-01-191-0/+1
| * core.sessionmanager: Skip log when (not) destroying destroyed sessionsKim Alvefur2023-01-191-2/+1
* | util.crypto: Preemptively silence 'strict-prototypes' warningKim Alvefur2023-01-311-1/+1
* | mod_storage_sql: Remove module status on unknown 'debug' levelKim Alvefur2023-01-311-1/+0
* | core.moduleapi: Fix passing variable to loggingKim Alvefur2023-01-311-1/+1
* | mod_storage_sql: Silence luacheck warningKim Alvefur2023-01-301-1/+1
* | mod_storage_sql: Record connection to database as module statusKim Alvefur2023-01-303-4/+18
* | 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-292-1/+29
* | mod_admin_shell: Add muc:occupants(room) command to list occupantsKim Alvefur2023-01-292-1/+31
* | Merge 0.12->trunkKim Alvefur2023-01-223-7/+7
|\|
| * util.startup: Close state on exit to ensure GC finalizers are calledKim Alvefur2023-01-222-5/+5
| * util.prosodyctl.shell: Close state on exit to fix saving shell historyKim Alvefur2023-01-221-2/+2
* | 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
* | util.dnsregistry: Remove unintentional 'Unassigned' recordKim Alvefur2023-01-201-2/+1
* | tools/dnsregistry: Fix to ignore unassigned entriesKim Alvefur2023-01-201-1/+1
* | MUC: Add note about non-existant room methodKim Alvefur2023-01-201-1/+1
* | util.struct: Fix typo in commentKim Alvefur2023-01-201-1/+1
* | mod_admin_socket: Fix typo in commentsKim Alvefur2023-01-202-2/+2
* | Merge 0.12->trunkKim Alvefur2023-01-191-0/+1
|\|
| * mod_smacks: Log something when hibernation startsKim Alvefur2023-01-191-0/+1
* | luacheck: Remove long gone mod_storage_sql1 from excludesKim Alvefur2023-01-191-2/+0
* | util.sqlite3: Skip prepared statements when no parameters are givenKim Alvefur2022-08-011-0/+10
* | util.sqlite3: Create util.error registry from headersKim Alvefur2021-10-011-35/+44
* | mod_storage_sql: Support SQLite3 without LuaDBIKim Alvefur2023-01-192-1/+9
* | util.sqlite3: SQLite3-only variant of util.sql using LuaSQLite3Kim Alvefur2022-08-011-0/+390
* | util.hashes: Silence compiler warning about char pointer signednessKim Alvefur2023-01-171-1/+1
* | Merge 0.12->trunkKim Alvefur2023-01-141-4/+8
|\|
| * prosodyctl check dns: Check for Direct TLS SRV records even if not configured...Kim Alvefur2023-01-141-4/+8
* | spec: Suppress some harmless luacheck warnings in testsMatthew Wild2023-01-132-0/+3
* | util.paseto: Add support for v3.local tokensMatthew Wild2023-01-132-18/+289
* | util.paseto: Fix omitted parameterMatthew Wild2023-01-131-1/+1
* | util.paseto: Stricter base64 decoding, as per specMatthew Wild2023-01-131-0/+11
* | util.crypto: Add support for AES-256-CTRMatthew Wild2023-01-132-21/+61
* | util.hashes: Add HKDF-HMAC-SHA256/HKDF-HMAC-SHA384Matthew Wild2023-01-132-0/+97
* | Merge 0.12->trunkKim Alvefur2023-01-101-2/+2
|\|