aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mod_user_account_management: Add support for soft-deletion of accounts via IBRMatthew Wild2023-11-301-13/+137
* moduleapi: Log error message when ambiguous period spec is found in configMatthew Wild2023-11-301-1/+9
* util.human.io: Don't accept ambiguous durations by defaultMatthew Wild2023-11-302-4/+49
* mod_cron: Update Teal source and rebuildMatthew Wild2023-11-302-77/+101
* mod_cron: Rename variable to fix shadowing (#luacheck)Matthew Wild2023-11-301-2/+2
* mod_cron: Add shell command to list registered cron tasks with statusMatthew Wild2023-11-301-0/+28
* mod_saslauth: Allow plugins to override return SASL condition/textMatthew Wild2023-11-301-1/+3
* luacheckrc, mod_http_file_share: Update for module API change (once->on_ready)Matthew Wild2023-11-302-2/+2
* modulemanager: Allow modules to expose module.ready - to be called after initMatthew Wild2023-11-301-0/+4
* moduleapi: Rename :once() to :on_ready() for clarityMatthew Wild2023-11-301-1/+7
* 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