aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added tag 13.0.1 for changeset e78e79f1b5f5origin/13.013.0Matthew Wild45 hours0-0/+0
* mod_admin_shell: Visual tweaks to the output of debug:cert_index()13.0.1Matthew Wild45 hours1-2/+9
* .luacheckrc: Ignore config files in spec/tlsMatthew Wild45 hours1-0/+5
* certmanager: Remove obsolete index log (replaced by shell command)Matthew Wild45 hours1-1/+0
* mod_admin_shell: Add debug:cert_index() commandMatthew Wild2 days1-0/+50
* certmanager: Improve logging for all cases where certs are skippedMatthew Wild2 days1-1/+5
* spec/tls: Add TLS/certificate integration testsMatthew Wild2 days13-0/+237
* portmanager: Add debug log message to state which certificate we end up usingMatthew Wild2 days1-0/+1
* portmanager: Take automatic cert selection into account when setting SNI certMatthew Wild2 days1-1/+2
* prosodyctl check certs: Use correct hostname in warning message about HTTPSMatthew Wild3 days1-1/+1
* net.server_epoll: Use correct connection timeout when initiating Direct TLSKim Alvefur3 days1-1/+1
* portmanager: Use alternate host (if any) for SNI (many thanks Zaak!)Matthew Wild3 days1-1/+1
* mod_tls: Collect full certificate chain validation informationKim Alvefur4 days1-1/+2
* mod_s2s: Handle single message from chain validationKim Alvefur4 days1-9/+15
* mod_s2s: Deal with OpenSSL changing spelling in stringsKim Alvefur4 days1-1/+1
* mod_tls: Enable Prosody's certificate checking for incoming s2s connections (...Matthew Wild4 days1-1/+4
* prosodyctl: Fix spacing in warning messageMatthew Wild4 days1-0/+1
* mod_roster: Fix shell commands when a component is involved (fixes #1908)Kim Alvefur5 days1-1/+1
* mod_admin_shell, prosodyctl shell: Report command failure when no password en...Matthew Wild5 days2-2/+12
* util.adminstream: Fix traceback on double-close (fixes #1913)Matthew Wild5 days1-2/+2
* core.portmanager: Restore use of per-host 'ssl' for SNI hosts. Fixes #1915.Kim Alvefur7 days1-10/+14
* doap: Add XEP-0333Kim Alvefur13 days3-2/+9
* doap: Add XEP-0334Kim Alvefur13 days3-2/+9
* doap: Add XEP-0156 and mod_http_altconnectKim Alvefur13 days1-0/+9
* mod_http_file_share: Explicitly reject all unsupported rangesKim Alvefur13 days1-0/+3
* mod_http_file_share: Fix off by one in Range responseKim Alvefur13 days1-2/+3
* mod_storage_sql: Drop legacy index without confirmation to ease upgradesKim Alvefur13 days1-10/+6
* core.usermanager: Fix COMPAT layer for legacy is_admin() functionKim Alvefur2025-03-221-1/+2
* core.storagemanager: Fix tests by removing an assert that upset luarocksKim Alvefur2025-03-191-1/+1
* mod_storage_sql: Fix indentationKim Alvefur2025-03-191-28/+28
* prosodyctl check: Be more robust against invalid disco_items, and show warningMatthew Wild2025-03-171-4/+32
* mod_http_file_share: Improve error reporting by using util.error moreKim Alvefur2025-03-161-9/+30
* Added tag 13.0.0 for changeset a8ad0741632dMatthew Wild2025-03-130-0/+0
* CHANGES: 13.0.0 release date13.0.0Matthew Wild2025-03-131-0/+2
* CHANGES: Fix 13.0.0 version numberMatthew Wild2025-03-131-1/+1
* prosodyctl shell: More reliable detection of REPL/interactive mode (fixes #1895)Matthew Wild2025-03-132-7/+5
* mod_admin_shell: Remove outdated help text (fixes #1898)Matthew Wild2025-03-131-7/+2
* prosodyctl check features: Report size limit for HTTP uploadMatthew Wild2025-03-131-3/+21
* prosodyctl check features: Add descriptions to featuresMatthew Wild2025-03-131-3/+17
* mod_websocket: Merge session close handling changes from mod_c2s (bug fixes)Matthew Wild2025-03-111-11/+17
* mod_c2s: Code formatting changeMatthew Wild2025-03-111-2/+6
* CHANGES: Add list of new modulesMatthew Wild2025-03-111-0/+9
* util.argparse: Fix bug (regression?) in argument parsing with --foo=barMatthew Wild2025-03-112-2/+12
* mod_storage_internal: Use UUIDv7 for message idsMatthew Wild2025-03-101-2/+2
* usermanager: Add info logging for all usermanager account changesMatthew Wild2025-03-101-1/+10
* util.sasl: Preserve 'userdata' field between clonesMatthew Wild2025-03-061-3/+8
* mod_external_services: Also use TURN REST credential algo for 'turns' (thanks...Matthew Wild2025-03-011-0/+1
* net.server_epoll: Improve readability of DANE noiseKim Alvefur2025-02-271-1/+1
* certmanager: Add more debug logging around cert indexingMatthew Wild2025-02-241-2/+6
* mod_component: Don't return error reply for errors, fixes #1897Kim Alvefur2025-02-221-1/+3