aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | usermanager, mod_auth_internal_hashed: Support metadata when disabling a userMatthew Wild2023-11-302-4/+5
* | util.datamanager: Load first item into index earlierKim Alvefur2023-11-271-1/+2
* | mod_mam: Use for loop in metadata queryKim Alvefur2023-11-261-4/+2
* | mod_tokenauth: Ignore invalid grants in storage that have no idMatthew Wild2023-11-291-1/+1
* | mod_invites: Fix linter issuesMatthew Wild2023-11-291-4/+4
* | mod_admin_shell: Fix linter issuesMatthew Wild2023-11-291-24/+26
* | mod_invites: Use new shell-command APIMatthew Wild2023-11-291-22/+25
* | mod_admin_shell: Remove verbose loggingMatthew Wild2023-11-291-4/+0
* | mod_admin_shell: Remove timer:info() (it's been debug:timers() for some time)Matthew Wild2023-11-291-3/+0
* | mod_admin_shell: Support for 'shell-command' items (global and per-host)Matthew Wild2023-11-291-0/+169
* | mod_admin_shell: Refactor help to data structures for extensibilityMatthew Wild2023-11-291-157/+239
* | migrator: Add an escape hatch to allow arbitrary config optionsKim Alvefur2023-11-271-0/+5
* | util.poll: Rename things to clarify poll(2) limitsKim Alvefur2023-11-271-5/+7
* | mod_storage_internal: Clear archive item count cache after experimental trimKim Alvefur2023-11-261-1/+3
* | mod_blocklist: Remove weak cache (and increase default LRU cache size)Kim Alvefur2023-11-261-18/+10
* | mod_storage_internal: Close lazy-loading list abstraction after trimKim Alvefur2023-11-261-0/+6
* | mod_storage_internal: Only close lazy-loading list store abstractionsKim Alvefur2023-11-261-1/+3
* | util.startup: Use prosody. module namespaceKim Alvefur2023-11-241-1/+1
* | net.http.server: Complete async waiter for non-persistent connectionsKim Alvefur2023-11-241-3/+2
* | mod_storage_internal: Close archive list after completion of iterationKim Alvefur2023-11-231-0/+1
* | mod_pubsub: Provide some node properties in summary template #1809Kim Alvefur2023-11-221-1/+11
* | mod_admin_shell: Fix lint [luacheck]Kim Alvefur2023-11-211-10/+8
* | util.async: Clip long line [luacheck]Kim Alvefur2023-11-211-1/+2
* | net.server_epoll: Avoid call to update socket watch flags when nothing changedKim Alvefur2023-11-211-0/+3
* | util.poll: Quadruple number of events retrieved at once from epollKim Alvefur2023-11-211-1/+1
* | mod_admin_shell: Add debug:async() command to show blocked async runnersMatthew Wild2023-11-211-0/+65
* | util.async: Expose default runner functionMatthew Wild2023-11-211-0/+2
* | util.async: Record current work item in the runner objectMatthew Wild2023-11-211-0/+5
* | util.async: Improve debug logging in a few placesMatthew Wild2023-11-211-2/+5
* | util.async: Export a table of currently-waiting runnersMatthew Wild2023-11-211-0/+5
* | util.poll: Return early if given zero timeout and no pending eventsKim Alvefur2023-11-211-0/+6
* | moduleapi: Update Teal specKim Alvefur2023-11-131-1/+4
* | util.prosodyctl.check: Disable https cert check if http_external_url setKim Alvefur2023-11-131-0/+4
* | util.prosodyctl.check: Check cert for HTTPS if http module enabledKim Alvefur2023-11-131-3/+13
* | util.prosodyctl.check: Update conditions for s2s cert checksKim Alvefur2023-11-131-3/+3
* | util.prosodyctl.check: Simplify conditions for c2s and s2s cert checksKim Alvefur2023-11-131-3/+3
* | tools/build-env: Tools for building and testing in a containerKim Alvefur2023-11-123-0/+61
* | mod_s2s_auth_dane_in: Bail out on explicit service denialKim Alvefur2023-11-121-0/+1
* | mod_tokenauth: Include more details in debug logsKim Alvefur2023-11-121-5/+5
* | net.http: Set Connection header based on connection pool usageKim Alvefur2023-11-111-1/+8
* | net.http: Add simple connection poolingKim Alvefur2023-11-111-1/+38
* | mod_storage_sql: Use UUIDv7 as keysKim Alvefur2023-07-171-1/+1
* | util.uuid: Add UUIDv7Kim Alvefur2021-08-152-0/+39
* | util.prosodyctl.check: Try to clarify check for misplaced k=v in modules_enab...Kim Alvefur2023-11-111-2/+2
* | doap: Update XEP-0359 version, no protocol changesKim Alvefur2023-11-111-1/+1
* | doap: Update XEP-0353 version, no change affecting server handlingKim Alvefur2023-11-111-1/+1
* | doap: Update XEP-0313 version, only change align with current mod_mam behaviorKim Alvefur2023-11-111-1/+1
* | doap: Update XEP-0045 version, only minor changesKim Alvefur2023-11-111-1/+1
* | util.startup: Attempt to bring some order to startup/shutdown with util.fsmMatthew Wild2023-11-071-10/+41
* | .luacheckrc: Add module:could()Matthew Wild2023-11-071-0/+1