aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | net.server_epoll: Add support for TCP Fast OpenKim Alvefur2021-07-082-0/+10
* | Merge 0.12->trunkKim Alvefur2022-05-161-1/+10
|\|
| * net.unbound: Adjust log level of error to error to errorKim Alvefur2022-05-161-1/+1
| * net.unbound: Disable use of hosts file by default (fixes #1737)Kim Alvefur2022-05-161-0/+9
* | Merge 0.12->trunkKim Alvefur2022-05-161-2/+2
|\|
| * core.certmanager: Expand debug messages about cert lookups in indexKim Alvefur2022-05-161-2/+2
* | Merge 0.12->trunkKim Alvefur2022-05-151-2/+2
|\|
| * mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded)Kim Alvefur2022-05-151-2/+2
* | mod_smacks: Initialize queue before sending <enable>Kim Alvefur2022-05-151-1/+1
* | mod_cron: Remove difference between teal versionKim Alvefur2022-05-151-1/+1
* | teal/moduleapi: Describe timer wrapperKim Alvefur2022-05-151-1/+6
* | Merge 0.12->trunkKim Alvefur2022-05-092-2/+9
|\|
| * util.jsonschema: Lua <5.3 compat here tooKim Alvefur2022-05-091-1/+4
| * util.jsonpointer: Fix Lua <5.3 compatKim Alvefur2022-05-091-1/+5
* | util.async: Add Teal description fileKim Alvefur2022-05-082-1/+43
* | Merge 0.12->trunkKim Alvefur2022-05-083-2/+40
|\|
| * util.jsonpointer: Fix off-by-one in array resolutionKim Alvefur2022-05-082-2/+2
| * util.jsonpointer: Add basic testsKim Alvefur2022-05-081-0/+38
* | mod_s2s: Log queued stanzas for which no error reply is producedKim Alvefur2022-05-071-0/+2
* | mod_s2s: Don't bounce queued error stanzas (thanks Martin)Kim Alvefur2022-05-071-1/+1
* | Merge 0.12->trunkMatthew Wild2022-05-061-1/+5
|\|
| * mod_invites_adhoc: Fall back to generic allow_user_invites for role-less usersMatthew Wild2022-05-061-1/+5
* | Merge 0.12->trunkKim Alvefur2022-05-053-0/+3
|\|
| * mod_cron: Fix recording last task run time #1751Kim Alvefur2022-05-052-0/+2
| * util.prosodyctl.check: turn: Report lack of TURN services as a problem #1749Kim Alvefur2022-05-031-0/+1
* | net.server_select: Restore dependency on LuaSec to soft for testsKim Alvefur2022-04-271-3/+1
* | net.tls_luasec: Harden dependency on LuaSecKim Alvefur2022-04-271-3/+2
* | Merge 0.12->trunkKim Alvefur2022-04-271-1/+1
|\|
| * core.moduleapi: Fix 'global' property via :context() - #1748Kim Alvefur2022-04-271-1/+1
* | mod_tls: pass target hostname to starttlsJonas Schäfer2021-09-171-1/+1
* | mod_tls: tell network backend to stop reading while preparing TLSJonas Schäfer2022-04-021-0/+7
* | mod_tls: Do not offer TLS if the connection is considered secureJonas Schäfer2021-09-171-0/+3
* | net: refactor sslconfig to not depend on LuaSecJonas Schäfer2022-04-026-17/+51
* | net: isolate LuaSec-specificsJonas Schäfer2022-04-2712-82/+237
* | Merge 0.12->trunkMatthew Wild2022-04-252-3/+6
|\|
| * util.argparse: Revise 553c6204fe5b with a different approachMatthew Wild2022-04-252-3/+6
* | Merge 0.12->trunkMatthew Wild2022-04-252-2/+13
|\|
| * util.argparse: Return final 'arg' table with positional arguments for conveni...Matthew Wild2022-04-251-2/+2
| * mod_s2s: Improve robustness of outgoing s2s certificate verificationMatthew Wild2022-04-251-0/+11
* | mod_s2s: Distinguish DANE TLSA errors from generic cert chain errorsKim Alvefur2022-04-251-0/+2
* | mod_s2s: Recognise and report errors with CA or intermediate certsKim Alvefur2022-04-251-0/+8
* | mod_smacks: Improve activation of smacks on outgoing s2sKim Alvefur2022-04-241-21/+16
* | util.crand: Reduce scope here tooKim Alvefur2022-04-231-2/+2
* | util.strbitop: Reduce scope of functionsKim Alvefur2022-04-231-3/+3
* | net.connect: Fix accumulation of connection attempt referencesKim Alvefur2022-04-201-0/+1
* | Merge 0.12->trunkMatthew Wild2022-04-131-2/+2
|\|
| * util.prosodyctl: check turn: ensure a result is always returned from a check ...Matthew Wild2022-04-131-2/+2
* | make: Install stanza watcher library (thanks Menel)Kim Alvefur2022-04-132-2/+4
* | mod_admin_shell: Add watch:stanzas() commandMatthew Wild2022-03-231-0/+38
* | mod_debug_stanzas/watcher: New module library to dynamically 'watch' for stanzasMatthew Wild2022-03-231-0/+220