aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mod_storage_sql: Retrieve all indices to see if the new one existsKim Alvefur5 days1-1/+1
* mod_invites_register: Stricter validation of registration eventsMatthew Wild6 days1-2/+14
* prosodyctl check config: add recommendation to switch from admin_telnet to shellMatthew Wild6 days1-0/+6
* configmanager: Emit config warning when referencing non-existent valueMatthew Wild6 days1-0/+10
* mod_storage_sql: Mark unused argument as suchKim Alvefur7 days1-1/+1
* mod_storage_sql: Handle failure to deploy new UNIQUE indexKim Alvefur7 days1-4/+6
* mod_http: Log problems parsing IP addresses in X-Forwarded-For (Thanks Boris)Kim Alvefur7 days1-3/+11
* mod_http: Fix IP address normalization (Thanks Boris)Kim Alvefur7 days1-1/+1
* mod_storage_sql: Add shell command to create tables and indices (again)Kim Alvefur7 days1-0/+33
* mod_storage_sql: Delay showing SQL library error until attempted loadKim Alvefur9 days1-13/+17
* prosodyctl check config: List modules which Prosody cannot successfully loadMatthew Wild7 days1-0/+19
* modulemanager, util.pluginloader: Improve error message when load fails but s...Matthew Wild7 days2-32/+47
* mod_admin_shell: Add role:list() and role:show() commandsMatthew Wild12 days1-0/+60
* mod_authz_internal: Improve error message when invalid role specifiedMatthew Wild12 days1-1/+5
* Added tag 13.0.1 for changeset e78e79f1b5f5Matthew Wild13 days0-0/+0
* mod_admin_shell: Visual tweaks to the output of debug:cert_index()13.0.1Matthew Wild13 days1-2/+9
* .luacheckrc: Ignore config files in spec/tlsMatthew Wild13 days1-0/+5
* certmanager: Remove obsolete index log (replaced by shell command)Matthew Wild13 days1-1/+0
* mod_admin_shell: Add debug:cert_index() commandMatthew Wild13 days1-0/+50
* certmanager: Improve logging for all cases where certs are skippedMatthew Wild13 days1-1/+5
* spec/tls: Add TLS/certificate integration testsMatthew Wild13 days13-0/+237
* portmanager: Add debug log message to state which certificate we end up usingMatthew Wild13 days1-0/+1
* portmanager: Take automatic cert selection into account when setting SNI certMatthew Wild13 days1-1/+2
* prosodyctl check certs: Use correct hostname in warning message about HTTPSMatthew Wild14 days1-1/+1
* net.server_epoll: Use correct connection timeout when initiating Direct TLSKim Alvefur2025-04-021-1/+1
* portmanager: Use alternate host (if any) for SNI (many thanks Zaak!)Matthew Wild14 days1-1/+1
* mod_tls: Collect full certificate chain validation informationKim Alvefur2025-04-011-1/+2
* mod_s2s: Handle single message from chain validationKim Alvefur2025-04-011-9/+15
* mod_s2s: Deal with OpenSSL changing spelling in stringsKim Alvefur2025-04-011-1/+1
* mod_tls: Enable Prosody's certificate checking for incoming s2s connections (...Matthew Wild2025-04-011-1/+4
* prosodyctl: Fix spacing in warning messageMatthew Wild2025-04-011-0/+1
* mod_roster: Fix shell commands when a component is involved (fixes #1908)Kim Alvefur2025-03-311-1/+1
* mod_admin_shell, prosodyctl shell: Report command failure when no password en...Matthew Wild2025-03-312-2/+12
* util.adminstream: Fix traceback on double-close (fixes #1913)Matthew Wild2025-03-311-2/+2
* core.portmanager: Restore use of per-host 'ssl' for SNI hosts. Fixes #1915.Kim Alvefur2025-03-291-10/+14
* doap: Add XEP-0333Kim Alvefur2025-03-233-2/+9
* doap: Add XEP-0334Kim Alvefur2025-03-233-2/+9
* doap: Add XEP-0156 and mod_http_altconnectKim Alvefur2025-03-231-0/+9
* mod_http_file_share: Explicitly reject all unsupported rangesKim Alvefur2025-03-231-0/+3
* mod_http_file_share: Fix off by one in Range responseKim Alvefur2025-03-231-2/+3
* mod_storage_sql: Drop legacy index without confirmation to ease upgradesKim Alvefur2025-03-231-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