aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.12->trunkKim Alvefur2024-08-181-0/+1
|\
| * core.moduleapi: Default labels to empty list to fix error if omittedKim Alvefur2024-08-181-0/+1
* | mod_csi: Optimize metrics collection (prematurely)Kim Alvefur2024-08-181-9/+10
* | mod_csi: Rename unused loop variables to '_' [luacheck]Kim Alvefur2024-08-171-2/+2
* | mod_csi: Count how many sessions are using CSI and their stateKim Alvefur2024-08-171-0/+20
* | mod_s2s_bidi: Include empty list of labels in metricsKim Alvefur2024-08-161-3/+3
* | Merge 0.12->trunkKim Alvefur2024-08-161-0/+3
|\|
| * net.http: Throw error if missing TLS context for HTTPS requestKim Alvefur2024-08-081-0/+3
* | mod_s2s_bidi: Collect some metricsKim Alvefur2024-08-111-0/+7
* | mod_auth_internal_{hashed,plain}: Respect flag for disabled accounts in test_...Kim Alvefur2024-08-092-0/+6
* | mod_c2s,mod_s2s: Advertise idle-seconds per XEP-0478Kim Alvefur2024-08-032-8/+37
* | core.certmanager: Include ffdhe2048 from RFC 7919 as default DH paramKim Alvefur2024-07-121-1/+13
* | util.sslconfig: Support DH parameters as literal stringKim Alvefur2024-07-122-3/+16
* | Merge 0.12->trunkKim Alvefur2024-07-110-0/+0
|\|
| * util.xtemplate: Fix error on applying each() to zero stanzasKim Alvefur2024-07-112-2/+6
* | util.xtemplate: Fix error on applying each() to zero stanzasKim Alvefur2024-07-113-2/+10
* | Merge 0.12->trunkKim Alvefur2024-07-071-1/+16
|\|
| * net.server_event: Add 'wrapserver' APIKim Alvefur2024-07-071-1/+16
* | MUC: Don't default component admins to being room ownersMatthew Wild2024-06-182-1/+5
* | MUC: Add per-room PM restriction functionality (thanks Wirlaburla)Matthew Wild2024-05-232-0/+127
* | Merge 0.12->trunkKim Alvefur2024-06-121-0/+2
|\|
| * scansion: Enable blocklist compat during tests to fix CIKim Alvefur2024-06-121-0/+2
* | scansion: Add roster groups setting to pubsub form in testsKim Alvefur2024-06-124-0/+6
* | util.prosodyctl: Use notify socket to wait for Prosody to be readyKim Alvefur2024-05-191-0/+24
* | net.server_epoll: Add support for systemd socket activationKim Alvefur2024-05-142-0/+41
* | Merge 0.12->trunkKim Alvefur2024-04-271-2/+7
|\|
| * mod_admin_shell: Allow matching on host or bare JID in c2s:showKim Alvefur2023-03-311-2/+2
| * mod_blocklist: Drop blocked messages without error, option to restore complia...Kim Alvefur2024-04-271-2/+7
* | mod_pep: Implement 'roster' (group) access_modelKim Alvefur2023-12-034-2/+26
* | mod_announce: Suppress luacheck warningsMatthew Wild2024-04-261-3/+3
* | mod_announce: Add shell commands and APIs for sending to all/online/rolesMatthew Wild2024-04-241-3/+85
* | prosodyctl shell: Fix invocation with 3+ command argumentsMatthew Wild2024-04-241-1/+1
* | mod_blocklist: Fix fix signal for letting stanzas passKim Alvefur2024-04-231-2/+0
* | mod_blocklist: Check JID of mediated MUC invite sender against blocklistMatthew Wild2024-04-221-1/+16
* | mod_saslauth: Log when tls-exporter is NOT supported, as well as when it isMatthew Wild2024-04-171-0/+2
* | net.unbound: Show canonical name in textual format (e.g. in shell)Kim Alvefur2024-04-141-1/+5
* | mod_http_file_share: Fix expiry disabled check for new config APIKim Alvefur2024-04-081-1/+1
* | util.startup: Fix notifying config-reload to systemdKim Alvefur2024-04-081-1/+1
* | mod_version: Fix uname result style (thanks riau)Kim Alvefur2024-04-071-3/+3
* | mod_server_contact_info: Sort form fields to please scansionKim Alvefur2024-04-061-1/+2
* | mod_version: Handle access denied from uname()Kim Alvefur2024-04-061-1/+6
* | mod_admin_shell: Add connection created timeaidan2024-04-031-0/+12
* | Merge 0.12->trunkKim Alvefur2024-04-041-2/+2
|\|
| * mod_invites_adhoc: Fix result form type (thanks betarays)Kim Alvefur2024-04-041-2/+2
* | util.startup: Support systemd Type=notify service typeKim Alvefur2024-04-042-0/+35
* | MUC: Fix legacy hats (thanks nicoco)Kim Alvefur2024-03-281-2/+8
* | MUC: Switch to official XEP-0317 namespace for Hats (including compat) (thank...Kim Alvefur2024-03-282-3/+12
* | util.startup: Fix exiting on pidfile troubleKim Alvefur2024-03-271-3/+3
* | Merge 0.12->trunkMatthew Wild2024-03-271-0/+51
|\|
| * prosodyctl check: Warn about invalid domain names in the config fileMatthew Wild2024-03-271-0/+51