Software /
code /
prosody
File
teal-src/util/interpolation.d.tl @ 12150:653a48b5a25b
core.certmanager: Disable DANE name checks (not needed for XMPP)
Pending https://github.com/brunoos/luasec/pull/179
Should not be done globally, but rather only for s2sout, but that would
have to be in mod_tls then.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 16 Sep 2021 09:52:51 +0200 |
parent | 11432:113f3912c7cb |
line wrap: on
line source
local type renderer = function (string, { string : any }) : string local type filter = function (string, any) : string local record lib new : function (string, string, funcs : { string : filter }) : renderer end return lib