| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | util.prosodyctl.check: Add HTTP related DNS checks | Kim Alvefur | 2022-01-27 | 1 | -8/+41 |
* | util.prosodyctl.cert: Look for certificates in a consistent order | Kim Alvefur | 2022-01-26 | 1 | -0/+9 |
* | mod_pubsub: Allow configuring summary templates | Kim Alvefur | 2022-01-24 | 1 | -6/+11 |
* | mod_pubsub: Use the util.xtemplate to render Atom summary | Kim Alvefur | 2022-01-24 | 1 | -9/+3 |
* | util.xtemplate: Yet another string template library | Kim Alvefur | 2022-01-24 | 2 | -0/+187 |
* | mod_pubsub: Use the 'pubsub#type' setting to pick summary generator | Kim Alvefur | 2022-01-24 | 1 | -1/+2 |
* | mod_tls: Set ALPN on outgoing connections | Kim Alvefur | 2022-01-25 | 1 | -1/+2 |
* | mod_admin_shell: Add command to show current user roles | Kim Alvefur | 2022-01-23 | 1 | -0/+20 |
* | mod_admin_shell: Add help section about roles | Kim Alvefur | 2022-01-23 | 1 | -0/+12 |
* | mod_s2s: Retrieve TLS context for outgoing Direct TLS connections from mod_tls | Kim Alvefur | 2022-01-21 | 2 | -8/+17 |
* | mod_s2s: Enable outgoing Direct TLS connections | Kim Alvefur | 2022-01-21 | 2 | -3/+10 |
* | net.connect: Allow passing TLS context from resolver | Kim Alvefur | 2022-01-21 | 1 | -1/+2 |
* | net.resolvers.chain: A resolver for combining other resolvers | Kim Alvefur | 2022-01-21 | 1 | -0/+38 |
* | Merge 0.11->trunk | Kim Alvefur | 2022-01-20 | 1 | -13/+5 |
|\ |
|
| * | util.xml: Deduplicate handlers for restricted XML0.11.13 | Kim Alvefur | 2022-01-20 | 1 | -12/+5 |
| * | util.xml: Break reference to help the GC (fix #1711) | Kim Alvefur | 2022-01-20 | 1 | -5/+4 |
| * | Added tag 0.11.12 for changeset 783056b4e448 | Matthew Wild | 2022-01-13 | 0 | -0/+0 |
| * | util.xml: Do not allow doctypes, comments or processing instructions0.11.12 | Jonas Schäfer | 2022-01-10 | 2 | -3/+56 |
* | | util.prosodyctl.cert: Check success of copy operations, warn on fail | Kim Alvefur | 2022-01-19 | 1 | -4/+9 |
* | | util.prosodyctl.cert: Pass variables via formatting instead of concatenation | Kim Alvefur | 2022-01-19 | 1 | -5/+5 |
* | | tools/xep227toprosody: Remove obsolete tool in favor of storage driver | Kim Alvefur | 2022-01-18 | 1 | -269/+0 |
* | | core.certmanager: Use 'tls_profile' instead of 'tls_preset' to match document... | Kim Alvefur | 2022-01-18 | 1 | -3/+3 |
* | | core.certmanager: Apply TLS preset before global settings (thanks Menel) | Kim Alvefur | 2022-01-18 | 1 | -1/+1 |
* | | mod_storage_xep0227: Fix luacheck warning | Matthew Wild | 2022-01-17 | 1 | -1/+1 |
* | | mod_storage_xep0227: Fix traceback during iteration of driver stores | Matthew Wild | 2022-01-17 | 1 | -1/+1 |
* | | mod_storage_xep0227: Fix file export (missing parameter) from refactor in 270... | Matthew Wild | 2022-01-17 | 1 | -1/+1 |
* | | mod_http: Increase severity of loading unreachable http modules | Kim Alvefur | 2022-01-15 | 1 | -1/+1 |
* | | mod_http: Skip querying portmanager when http_external_url when is set | Kim Alvefur | 2021-11-27 | 1 | -8/+17 |
* | | util.jid: Explicitly check for nil rather than falsy | Kim Alvefur | 2022-01-15 | 2 | -14/+25 |
* | | mod_storage_xep0227: treat roster metadata pseudo-entry correctly | Jonas Schäfer | 2022-01-15 | 1 | -1/+1 |
* | | mod_storage_xep0227: be defensive against empty vCard | Jonas Schäfer | 2022-01-15 | 1 | -1/+1 |
* | | mod_http: Limit unencrypted http port (5280) to loopback by default | Kim Alvefur | 2022-01-15 | 2 | -0/+2 |
* | | mod_cron: Allow for a small amount of timer drift | Kim Alvefur | 2022-01-15 | 2 | -2/+2 |
* | | mod_storage_xep0227: Fix luacheck warnings | Matthew Wild | 2022-01-14 | 1 | -2/+2 |
* | | mod_storage_xep0227: Add API to iterate all stores of a user | Matthew Wild | 2022-01-14 | 1 | -7/+23 |
* | | mod_storage_xep0227: Skip self-contacts on roster import | Matthew Wild | 2022-01-14 | 1 | -11/+15 |
* | | util.xml: Do not allow doctypes, comments or processing instructions | Jonas Schäfer | 2022-01-10 | 2 | -3/+56 |
* | | mod_http_file_share: Always measure total disk usage for statistics! | Kim Alvefur | 2022-01-11 | 1 | -49/+46 |
* | | mod_bookmarks: Fix traceback on attempt to convert invalid bookmark | Kim Alvefur | 2022-01-11 | 1 | -4/+9 |
* | | mod_bookmarks: Block publishing to older XEP-0402 v0.3.0 node | Kim Alvefur | 2022-01-10 | 1 | -1/+8 |
* | | mod_storage_xep0227: Fix writing non-user data | Kim Alvefur | 2022-01-10 | 1 | -2/+3 |
* | | mod_storage_xep0227: Ignore luacheck warning | Matthew Wild | 2022-01-10 | 1 | -1/+1 |
* | | mod_storage_xep0227: Support for exporting nodes with no stored configuration | Matthew Wild | 2022-01-10 | 1 | -0/+3 |
* | | mod_storage_xep0227: Allow overriding the input/output layer for XEP-0227 data | Matthew Wild | 2022-01-10 | 1 | -27/+49 |
* | | mod_bookmarks: Skip migration of legacy data when empty | Kim Alvefur | 2022-01-10 | 1 | -1/+1 |
* | | mod_bookmarks: Make sure legacy bookmarks node exists to hold access model | Kim Alvefur | 2022-01-10 | 1 | -19/+28 |
* | | mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411 | Kim Alvefur | 2022-01-09 | 2 | -0/+43 |
* | | util.prosodyctl.cert: Fix boolean logic bug | Kim Alvefur | 2022-01-09 | 1 | -1/+1 |
* | | migrator: Support pubsub and pep as a special-case | Kim Alvefur | 2022-01-09 | 2 | -10/+25 |
* | | migrator: Enhance logging | Kim Alvefur | 2022-01-09 | 1 | -4/+11 |