aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* util.prosodyctl.cert: Look for certs matching 'http_host'Kim Alvefur2022-01-271-0/+4
* util.prosodyctl.check: Fix use of LuaSocket URL parserKim Alvefur2022-01-271-1/+1
* util.prosodyctl.check: Add HTTP related DNS checksKim Alvefur2022-01-271-8/+41
* util.prosodyctl.cert: Look for certificates in a consistent orderKim Alvefur2022-01-261-0/+9
* mod_pubsub: Allow configuring summary templatesKim Alvefur2022-01-241-6/+11
* mod_pubsub: Use the util.xtemplate to render Atom summaryKim Alvefur2022-01-241-9/+3
* util.xtemplate: Yet another string template libraryKim Alvefur2022-01-242-0/+187
* mod_pubsub: Use the 'pubsub#type' setting to pick summary generatorKim Alvefur2022-01-241-1/+2
* mod_tls: Set ALPN on outgoing connectionsKim Alvefur2022-01-251-1/+2
* mod_admin_shell: Add command to show current user rolesKim Alvefur2022-01-231-0/+20
* mod_admin_shell: Add help section about rolesKim Alvefur2022-01-231-0/+12
* mod_s2s: Retrieve TLS context for outgoing Direct TLS connections from mod_tlsKim Alvefur2022-01-212-8/+17
* mod_s2s: Enable outgoing Direct TLS connectionsKim Alvefur2022-01-212-3/+10
* net.connect: Allow passing TLS context from resolverKim Alvefur2022-01-211-1/+2
* net.resolvers.chain: A resolver for combining other resolversKim Alvefur2022-01-211-0/+38
* Merge 0.11->trunkKim Alvefur2022-01-201-13/+5
|\
| * util.xml: Deduplicate handlers for restricted XML0.11.13Kim Alvefur2022-01-201-12/+5
| * util.xml: Break reference to help the GC (fix #1711)Kim Alvefur2022-01-201-5/+4
| * Added tag 0.11.12 for changeset 783056b4e448Matthew Wild2022-01-130-0/+0
| * util.xml: Do not allow doctypes, comments or processing instructions0.11.12Jonas Schäfer2022-01-102-3/+56
* | util.prosodyctl.cert: Check success of copy operations, warn on failKim Alvefur2022-01-191-4/+9
* | util.prosodyctl.cert: Pass variables via formatting instead of concatenationKim Alvefur2022-01-191-5/+5
* | tools/xep227toprosody: Remove obsolete tool in favor of storage driverKim Alvefur2022-01-181-269/+0
* | core.certmanager: Use 'tls_profile' instead of 'tls_preset' to match document...Kim Alvefur2022-01-181-3/+3
* | core.certmanager: Apply TLS preset before global settings (thanks Menel)Kim Alvefur2022-01-181-1/+1
* | mod_storage_xep0227: Fix luacheck warningMatthew Wild2022-01-171-1/+1
* | mod_storage_xep0227: Fix traceback during iteration of driver storesMatthew Wild2022-01-171-1/+1
* | mod_storage_xep0227: Fix file export (missing parameter) from refactor in 270...Matthew Wild2022-01-171-1/+1
* | mod_http: Increase severity of loading unreachable http modulesKim Alvefur2022-01-151-1/+1
* | mod_http: Skip querying portmanager when http_external_url when is setKim Alvefur2021-11-271-8/+17
* | util.jid: Explicitly check for nil rather than falsyKim Alvefur2022-01-152-14/+25
* | mod_storage_xep0227: treat roster metadata pseudo-entry correctlyJonas Schäfer2022-01-151-1/+1
* | mod_storage_xep0227: be defensive against empty vCardJonas Schäfer2022-01-151-1/+1
* | mod_http: Limit unencrypted http port (5280) to loopback by defaultKim Alvefur2022-01-152-0/+2
* | mod_cron: Allow for a small amount of timer driftKim Alvefur2022-01-152-2/+2
* | mod_storage_xep0227: Fix luacheck warningsMatthew Wild2022-01-141-2/+2
* | mod_storage_xep0227: Add API to iterate all stores of a userMatthew Wild2022-01-141-7/+23
* | mod_storage_xep0227: Skip self-contacts on roster importMatthew Wild2022-01-141-11/+15
* | util.xml: Do not allow doctypes, comments or processing instructionsJonas Schäfer2022-01-102-3/+56
* | mod_http_file_share: Always measure total disk usage for statistics!Kim Alvefur2022-01-111-49/+46
* | mod_bookmarks: Fix traceback on attempt to convert invalid bookmarkKim Alvefur2022-01-111-4/+9
* | mod_bookmarks: Block publishing to older XEP-0402 v0.3.0 nodeKim Alvefur2022-01-101-1/+8
* | mod_storage_xep0227: Fix writing non-user dataKim Alvefur2022-01-101-2/+3
* | mod_storage_xep0227: Ignore luacheck warningMatthew Wild2022-01-101-1/+1
* | mod_storage_xep0227: Support for exporting nodes with no stored configurationMatthew Wild2022-01-101-0/+3
* | mod_storage_xep0227: Allow overriding the input/output layer for XEP-0227 dataMatthew Wild2022-01-101-27/+49
* | mod_bookmarks: Skip migration of legacy data when emptyKim Alvefur2022-01-101-1/+1
* | mod_bookmarks: Make sure legacy bookmarks node exists to hold access modelKim Alvefur2022-01-101-19/+28
* | mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411Kim Alvefur2022-01-092-0/+43
* | util.prosodyctl.cert: Fix boolean logic bugKim Alvefur2022-01-091-1/+1