| Commit message (Expand) | Author | Age | Files | Lines |
* | net.server_epoll: Use correct connection timeout when initiating Direct TLS | Kim Alvefur | 9 days | 1 | -1/+1 |
* | portmanager: Use alternate host (if any) for SNI (many thanks Zaak!) | Matthew Wild | 9 days | 1 | -1/+1 |
* | mod_tls: Collect full certificate chain validation information | Kim Alvefur | 10 days | 1 | -1/+2 |
* | mod_s2s: Handle single message from chain validation | Kim Alvefur | 10 days | 1 | -9/+15 |
* | mod_s2s: Deal with OpenSSL changing spelling in strings | Kim Alvefur | 10 days | 1 | -1/+1 |
* | mod_tls: Enable Prosody's certificate checking for incoming s2s connections (... | Matthew Wild | 10 days | 1 | -1/+4 |
* | prosodyctl: Fix spacing in warning message | Matthew Wild | 10 days | 1 | -0/+1 |
* | mod_roster: Fix shell commands when a component is involved (fixes #1908) | Kim Alvefur | 11 days | 1 | -1/+1 |
* | mod_admin_shell, prosodyctl shell: Report command failure when no password en... | Matthew Wild | 11 days | 2 | -2/+12 |
* | util.adminstream: Fix traceback on double-close (fixes #1913) | Matthew Wild | 11 days | 1 | -2/+2 |
* | core.portmanager: Restore use of per-host 'ssl' for SNI hosts. Fixes #1915. | Kim Alvefur | 13 days | 1 | -10/+14 |
* | doap: Add XEP-0333 | Kim Alvefur | 2025-03-23 | 3 | -2/+9 |
* | doap: Add XEP-0334 | Kim Alvefur | 2025-03-23 | 3 | -2/+9 |
* | doap: Add XEP-0156 and mod_http_altconnect | Kim Alvefur | 2025-03-23 | 1 | -0/+9 |
* | mod_http_file_share: Explicitly reject all unsupported ranges | Kim Alvefur | 2025-03-23 | 1 | -0/+3 |
* | mod_http_file_share: Fix off by one in Range response | Kim Alvefur | 2025-03-23 | 1 | -2/+3 |
* | mod_storage_sql: Drop legacy index without confirmation to ease upgrades | Kim Alvefur | 2025-03-23 | 1 | -10/+6 |
* | core.usermanager: Fix COMPAT layer for legacy is_admin() function | Kim Alvefur | 2025-03-22 | 1 | -1/+2 |
* | core.storagemanager: Fix tests by removing an assert that upset luarocks | Kim Alvefur | 2025-03-19 | 1 | -1/+1 |
* | mod_storage_sql: Fix indentation | Kim Alvefur | 2025-03-19 | 1 | -28/+28 |
* | prosodyctl check: Be more robust against invalid disco_items, and show warning | Matthew Wild | 2025-03-17 | 1 | -4/+32 |
* | mod_http_file_share: Improve error reporting by using util.error more | Kim Alvefur | 2025-03-16 | 1 | -9/+30 |
* | Added tag 13.0.0 for changeset a8ad0741632d | Matthew Wild | 2025-03-13 | 0 | -0/+0 |
* | CHANGES: 13.0.0 release date13.0.0 | Matthew Wild | 2025-03-13 | 1 | -0/+2 |
* | CHANGES: Fix 13.0.0 version number | Matthew Wild | 2025-03-13 | 1 | -1/+1 |
* | prosodyctl shell: More reliable detection of REPL/interactive mode (fixes #1895) | Matthew Wild | 2025-03-13 | 2 | -7/+5 |
* | mod_admin_shell: Remove outdated help text (fixes #1898) | Matthew Wild | 2025-03-13 | 1 | -7/+2 |
* | prosodyctl check features: Report size limit for HTTP upload | Matthew Wild | 2025-03-13 | 1 | -3/+21 |
* | prosodyctl check features: Add descriptions to features | Matthew Wild | 2025-03-13 | 1 | -3/+17 |
* | mod_websocket: Merge session close handling changes from mod_c2s (bug fixes) | Matthew Wild | 2025-03-11 | 1 | -11/+17 |
* | mod_c2s: Code formatting change | Matthew Wild | 2025-03-11 | 1 | -2/+6 |
* | CHANGES: Add list of new modules | Matthew Wild | 2025-03-11 | 1 | -0/+9 |
* | util.argparse: Fix bug (regression?) in argument parsing with --foo=bar | Matthew Wild | 2025-03-11 | 2 | -2/+12 |
* | mod_storage_internal: Use UUIDv7 for message ids | Matthew Wild | 2025-03-10 | 1 | -2/+2 |
* | usermanager: Add info logging for all usermanager account changes | Matthew Wild | 2025-03-10 | 1 | -1/+10 |
* | util.sasl: Preserve 'userdata' field between clones | Matthew Wild | 2025-03-06 | 1 | -3/+8 |
* | mod_external_services: Also use TURN REST credential algo for 'turns' (thanks... | Matthew Wild | 2025-03-01 | 1 | -0/+1 |
* | net.server_epoll: Improve readability of DANE noise | Kim Alvefur | 2025-02-27 | 1 | -1/+1 |
* | certmanager: Add more debug logging around cert indexing | Matthew Wild | 2025-02-24 | 1 | -2/+6 |
* | mod_component: Don't return error reply for errors, fixes #1897 | Kim Alvefur | 2025-02-22 | 1 | -1/+3 |
* | mod_bosh,mod_websocket: Don't load mod_http_altconnect in global context | Kim Alvefur | 2025-02-22 | 2 | -2/+6 |
* | prosodyctl: check features: stop searching after finding a matching component | Matthew Wild | 2025-02-22 | 1 | -0/+1 |
* | core.configmanager: Pass name and line number in context | Kim Alvefur | 2025-02-22 | 1 | -5/+4 |
* | core.configmanager: Fix reporting delayed warnings from global section | Kim Alvefur | 2025-02-22 | 1 | -10/+5 |
* | core.configmanager: Remove dependency on 'prosody' global for Credential | Kim Alvefur | 2025-02-22 | 2 | -4/+21 |
* | mod_invites: Hide --group flag unless mod_invites_groups is enabled | Matthew Wild | 2025-02-17 | 1 | -1/+6 |
* | mod_invites: Fix traceback when no flags passed | Matthew Wild | 2025-02-17 | 1 | -6/+6 |
* | mod_invites: Deprecate 'mod_invites generate' in favour of new shell commands | Matthew Wild | 2025-02-17 | 1 | -108/+61 |
* | mod_admin_shell: Improve help listing in non-REPL mode | Matthew Wild | 2025-02-17 | 1 | -2/+36 |
* | mod_admin_shell: Fix simple command execution (e.g. help) | Matthew Wild | 2025-02-17 | 1 | -3/+15 |