aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* plugins: Update for namespace bump in XEP-0353 v0.4.0Kim Alvefur2022-01-114-4/+4
* util.prosodyctl.check: Fix reset of libunbound before DNS checksKim Alvefur2022-02-011-1/+1
* doap: Let's say XEP-0368 support is complete nowKim Alvefur2022-01-311-1/+1
* util.prosodyctl.check: Fix A/AAAA check for proxy65 and httpKim Alvefur2022-01-301-2/+2
* util.prosodyctl.check: Include multiplexed ports in DNS checks #1704Kim Alvefur2022-01-301-0/+13
* mod_admin_shell: Add descriptions of each column to 'help columns'Kim Alvefur2022-01-301-5/+35
* mod_admin_shell: Use exact match instead of Lua patterns in c2s,s2s:showKim Alvefur2022-01-301-2/+2
* mod_http_file_share: Use alternate syntax for filename in Content-DispositionKim Alvefur2022-01-291-1/+2
* mod_admin_shell: Fix traceback on rendering graph of stats without extra labelsKim Alvefur2022-01-291-1/+1
* mod_admin_shell: Add help section about statsKim Alvefur2022-01-291-1/+4
* mod_admin_shell: Add help section about customizing table columnsKim Alvefur2022-01-281-1/+17
* README: Reflow text to ~78 columnsKim Alvefur2022-01-281-9/+9
* INSTALL: Update from site versionKim Alvefur2022-01-281-38/+44
* util.format: Expand explanation of purpose in commentsKim Alvefur2022-01-271-1/+6
* util.format: Skip control code escaping when doing full serializationKim Alvefur2022-01-272-3/+8
* 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