<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://hg.omfa.de/prosody-hg/</link>
    <language>en-us</language>

    <title>prosody-hg: plugins/mod_saslauth.lua history</title>
    <description>plugins/mod_saslauth.lua revision history</description>
    <item>
    <title>mod_saslauth: Use fully qualified import here too</title>
    <link>http://hg.omfa.de/prosody-hg/log/411649d03ad8/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Use fully qualified import here too<br/>
<br/>
Looks like I forgot to update these when merging the channel binding<br/>
changes after the great renamening.<br/>
<br/>
Ref #1223]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 24 Nov 2024 14:53:49 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Log when tls-exporter is NOT supported, as well as when it is</title>
    <link>http://hg.omfa.de/prosody-hg/log/3027c2634a44/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Log when tls-exporter is NOT supported, as well as when it is]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 17 Apr 2024 16:47:38 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Fire event per SASL step</title>
    <link>http://hg.omfa.de/prosody-hg/log/33e5edbd6a4a/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Fire event per SASL step<br/>
<br/>
This matches the behaviour of the newer mod_sasl2 implementation. It allows<br/>
plugins to observe (and potentially, with caution, modify) the SASL exchange.]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Tue, 05 Dec 2023 11:39:11 +0000</pubDate>
</item>
<item>
    <title>mod_saslauth: Fire event at start of authentication attempt</title>
    <link>http://hg.omfa.de/prosody-hg/log/b7dc45d704fa/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Fire event at start of authentication attempt<br/>
<br/>
As extension point for rate limiting and similar checks, so they can<br/>
hook a single event instead of &lt;{sasl1}auth&gt; or stream features, which<br/>
might not be fired in case of SASL2 or e.g. HTTP based login.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 01 Dec 2023 23:43:18 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Allow plugins to override return SASL condition/text</title>
    <link>http://hg.omfa.de/prosody-hg/log/2738dda885bb/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Allow plugins to override return SASL condition/text]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 30 Nov 2023 11:22:40 +0000</pubDate>
</item>
<item>
    <title>mod_saslauth: Clear 'auto' from endpoint hash var, it's not a real hash (thanks tmolitor)</title>
    <link>http://hg.omfa.de/prosody-hg/log/c5767b7528ac/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Clear 'auto' from endpoint hash var, it's not a real hash (thanks tmolitor)]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 26 Oct 2023 18:30:47 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth, mod_c2s: Disable tls-server-end-point channel binding by default</title>
    <link>http://hg.omfa.de/prosody-hg/log/38c95544b7ee/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth, mod_c2s: Disable tls-server-end-point channel binding by default<br/>
<br/>
This channel binding method is now enabled when a hash is manually set in the<br/>
config, or it attempts to discover the hash automatically if the value is the<br/>
special string &quot;auto&quot;.<br/>
<br/>
A related change to mod_c2s prevents complicated certificate lookups in the<br/>
client connection hot path - this work now happens only when this channel<br/>
binding method is used. I'm not aware of anything else that uses ssl_cfg (vs<br/>
ssl_ctx).<br/>
<br/>
Rationale for disabling by default:<br/>
<br/>
- Minor performance impact in automatic cert detection<br/>
- This method is weak against a leaked/stolen private key (other methods such<br/>
  as 'tls-exporter' would not be compromised in such a case)<br/>
<br/>
Rationale for keeping the implementation:<br/>
<br/>
- For some deployments, this may be the only method available (e.g. due to<br/>
  TLS offloading in another process/server).]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 26 Oct 2023 15:14:39 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Fix traceback in tls-server-end-point channel binding</title>
    <link>http://hg.omfa.de/prosody-hg/log/9a371b046e58/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Fix traceback in tls-server-end-point channel binding]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 26 Oct 2023 14:40:48 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Actively close cert file after reading</title>
    <link>http://hg.omfa.de/prosody-hg/log/8b3da19b0aea/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Actively close cert file after reading<br/>
<br/>
Explicit &gt; implicit]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Tue, 24 Oct 2023 09:24:01 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Fix read format string (thanks tmolitor)</title>
    <link>http://hg.omfa.de/prosody-hg/log/63419a628c69/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Fix read format string (thanks tmolitor)]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Tue, 24 Oct 2023 09:23:31 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Get correct 'tls-server-end-point' with new LuaSec API</title>
    <link>http://hg.omfa.de/prosody-hg/log/288ddca37639/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Get correct 'tls-server-end-point' with new LuaSec API<br/>
<br/>
MattJ contributed new APIs for retrieving the actually used certificate<br/>
and chain to LuaSec, which are not in a release at the time of this<br/>
commit.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 23 Oct 2022 02:49:05 +0200</pubDate>
</item>
<item>
    <title>mod_saslauth: Derive hash from certificate per tls-server-end-point</title>
    <link>http://hg.omfa.de/prosody-hg/log/aa17086a9c8a/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Derive hash from certificate per tls-server-end-point<br/>
<br/>
This originally used a WIP implementation of cert:sigalg(), a method to<br/>
retrieve certificate signature algorithm, but it was never submitted<br/>
upstream. https://github.com/Zash/luasec/tree/zash/sigalg<br/>
<br/>
cert:getsignaturename() was merged in<br/>
https://github.com/brunoos/luasec/commit/de393417b7c7566caf1e0a0ad54132942ac4f049<br/>
<br/>
XEP-0440 v0.3.0 made implementing tls-server-end-point a MUST]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 29 Jun 2021 00:22:36 +0200</pubDate>
</item>
<item>
    <title>mod_saslauth: Support tls-server-end-point via manually specified hash</title>
    <link>http://hg.omfa.de/prosody-hg/log/0b4c3573b248/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Support tls-server-end-point via manually specified hash<br/>
<br/>
Since this channel binding method is said to enable TLS offloading then<br/>
you need tell Prosody the hash (or the full cert), so this seems like a<br/>
good start.<br/>
<br/>
Support is RECOMMENDED in XEP-0440 version 0.2]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 07 Dec 2020 19:53:26 +0100</pubDate>
</item>
<item>
    <title>plugins: Prefix module imports with prosody namespace</title>
    <link>http://hg.omfa.de/prosody-hg/log/74b9e05af71e/plugins/mod_saslauth.lua</link>
    <description><![CDATA[plugins: Prefix module imports with prosody namespace]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 24 Mar 2023 13:15:28 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Support for SASL handlers forcing a specific resource</title>
    <link>http://hg.omfa.de/prosody-hg/log/44a78985471f/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Support for SASL handlers forcing a specific resource<br/>
<br/>
The token layer supports tokens that are tied to a given resource.]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 01 Mar 2023 12:56:08 +0000</pubDate>
</item>
<item>
    <title>mod_saslauth: Put &lt;sasl-channel-binding&gt; in stream:features per XEP-0440 0.4.0</title>
    <link>http://hg.omfa.de/prosody-hg/log/9f100ab9ffdf/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Put &lt;sasl-channel-binding&gt; in stream:features per XEP-0440 0.4.0]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 21 Sep 2022 15:00:06 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Fix incorrect variable name introduced in 27a4a7e64831</title>
    <link>http://hg.omfa.de/prosody-hg/log/7830db3c38c3/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Fix incorrect variable name introduced in 27a4a7e64831]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 03 Sep 2022 21:25:51 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Only announce bind feature if no resource yet bound</title>
    <link>http://hg.omfa.de/prosody-hg/log/27a4a7e64831/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Only announce bind feature if no resource yet bound<br/>
<br/>
It's now possible to bind during SASL2 negotiation.]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 03 Sep 2022 21:19:00 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Rename field from 'scope'-&gt;'role'</title>
    <link>http://hg.omfa.de/prosody-hg/log/e9865b0cfb89/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Rename field from 'scope'-&gt;'role'<br/>
<br/>
The 'scope' term derives from OAuth, and represents a bundle of permissions.<br/>
We're now setting on the term 'role' for a bundle of permissions.<br/>
<br/>
This change does not affect any public modules I'm aware of.]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 15 Jun 2022 11:47:39 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760)</title>
    <link>http://hg.omfa.de/prosody-hg/log/29685403be32/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760)<br/>
<br/>
Brings back SCRAM-SHA-*-PLUS from its hiatus brought on by the earlier<br/>
channel binding method being undefined for TLS 1.3, and the increasing<br/>
deployment of TLS 1.3.<br/>
<br/>
See 1bfd238e05ad and #1542<br/>
<br/>
Requires future version of LuaSec, once support for this key material<br/>
export method is merged.<br/>
<br/>
See https://github.com/brunoos/luasec/pull/187]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Wed, 01 Jun 2022 15:06:59 +0200</pubDate>
</item>
<item>
    <title>mod_saslauth: Advertise channel bindings via XEP-0440</title>
    <link>http://hg.omfa.de/prosody-hg/log/97af41d580f7/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Advertise channel bindings via XEP-0440<br/>
<br/>
This is useful when there's more than one channel binding in<br/>
circulation, since perhaps there will be varying support for them.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 06 Dec 2020 22:04:43 +0100</pubDate>
</item>
<item>
    <title>net: isolate LuaSec-specifics</title>
    <link>http://hg.omfa.de/prosody-hg/log/7e9ebdc75ce4/plugins/mod_saslauth.lua</link>
    <description><![CDATA[net: isolate LuaSec-specifics<br/>
<br/>
For this, various accessor functions are now provided directly on the<br/>
sockets, which reach down into the LuaSec implementation to obtain the<br/>
information.<br/>
<br/>
While this may seem of little gain at first, it hides the implementation<br/>
detail of the LuaSec+LuaSocket combination that the actual socket and<br/>
the TLS layer are separate objects.<br/>
<br/>
The net gain here is that an alternative implementation does not have to<br/>
emulate that specific implementation detail and &quot;only&quot; has to expose<br/>
LuaSec-compatible data structures on the new functions.]]></description>
    <author>&#74;&#111;&#110;&#97;&#115;&#32;&#83;&#99;&#104;&#228;&#102;&#101;&#114;&#32;&#60;&#106;&#111;&#110;&#97;&#115;&#64;&#119;&#105;&#101;&#108;&#105;&#99;&#107;&#105;&#46;&#110;&#97;&#109;&#101;&#62;</author>
    <pubDate>Wed, 27 Apr 2022 17:44:14 +0200</pubDate>
</item>
<item>
    <title>usermanager, mod_saslauth: Default to internal_hashed if no auth module specified</title>
    <link>http://hg.omfa.de/prosody-hg/log/ed8a4f8dfd27/plugins/mod_saslauth.lua</link>
    <description><![CDATA[usermanager, mod_saslauth: Default to internal_hashed if no auth module specified<br/>
<br/>
The default config was updated in this way long ago, but if no option was<br/>
present in the config, Prosody would load internal_plain.<br/>
<br/>
This change can result in changes (for the better) for people using very old<br/>
configuration files lacking an 'authentication' setting.]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 10 Feb 2022 19:54:14 +0000</pubDate>
</item>
<item>
    <title>various: Require encryption by default for real</title>
    <link>http://hg.omfa.de/prosody-hg/log/38b5b05407be/plugins/mod_saslauth.lua</link>
    <description><![CDATA[various: Require encryption by default for real<br/>
<br/>
These options have been specified (and enabled) in the default config file for<br/>
a long time. However if unspecified in the config, they were not enabled. Now<br/>
they are.<br/>
<br/>
This may result in a change of behaviour for people using very old config<br/>
files that lack the require_encryption options. But that's what we want.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 25 Dec 2021 16:23:40 +0100</pubDate>
</item>
<item>
    <title>s2s et al.: Add counters for connection state transitions</title>
    <link>http://hg.omfa.de/prosody-hg/log/15a3db955ad3/plugins/mod_saslauth.lua</link>
    <description><![CDATA[s2s et al.: Add counters for connection state transitions]]></description>
    <author>&#74;&#111;&#110;&#97;&#115;&#32;&#83;&#99;&#104;&#228;&#102;&#101;&#114;&#32;&#60;&#106;&#111;&#110;&#97;&#115;&#64;&#119;&#105;&#101;&#108;&#105;&#99;&#107;&#105;&#46;&#110;&#97;&#109;&#101;&#62;</author>
    <pubDate>Wed, 21 Apr 2021 17:11:58 +0200</pubDate>
</item>
<item>
    <title>Merge 0.11-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/11186af62c87/plugins/mod_saslauth.lua</link>
    <description><![CDATA[Merge 0.11-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 10 Apr 2021 16:45:44 +0200</pubDate>
</item>
<item>
    <title>mod_saslauth: Use a defined SASL error</title>
    <link>http://hg.omfa.de/prosody-hg/log/549c80feede6/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Use a defined SASL error]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 18 Mar 2021 16:16:54 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Improve code style</title>
    <link>http://hg.omfa.de/prosody-hg/log/a2ba6c0ac8ec/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Improve code style<br/>
<br/>
This many returns deserve their own line.<br/>
<br/>
`session[&quot;sasl_handler&quot;]` style isn't used anywhere else.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 18 Mar 2021 16:17:45 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Don't throw errors in async code when connections are gone</title>
    <link>http://hg.omfa.de/prosody-hg/log/f1abc34414bc/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Don't throw errors in async code when connections are gone<br/>
<br/>
Fixes #1515]]></description>
    <author>&#116;&#109;&#111;&#108;&#105;&#116;&#111;&#114;&#32;&#60;&#116;&#104;&#105;&#108;&#111;&#64;&#101;&#105;&#103;&#104;&#116;&#121;&#115;&#111;&#102;&#116;&#46;&#100;&#101;&#62;</author>
    <pubDate>Thu, 18 Mar 2021 14:30:47 +0100</pubDate>
</item>
<item>
    <title>Merge 0.11-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/5fb6563eee1e/plugins/mod_saslauth.lua</link>
    <description><![CDATA[Merge 0.11-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 23 Nov 2020 21:56:26 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Only advertise channel binding if a finished message is available</title>
    <link>http://hg.omfa.de/prosody-hg/log/992c4498a1e3/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Only advertise channel binding if a finished message is available<br/>
<br/>
In some cases this method returns nothing, unclear why.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 23 Nov 2020 21:52:46 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Disable 'tls-unique' channel binding with TLS 1.3 (closes #1542)</title>
    <link>http://hg.omfa.de/prosody-hg/log/1bfd238e05ad/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Disable 'tls-unique' channel binding with TLS 1.3 (closes #1542)<br/>
<br/>
The 'tls-unique' channel binding is undefined in TLS 1.3 according to a<br/>
single sentence in parenthesis in Apendix C of RFC 8446<br/>
<br/>
This may trigger downgrade protection in clients that were expecting<br/>
channel binding to be available.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 23 Nov 2020 21:42:52 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Pass through any auth scope from the SASL handler to sessionmanager.make_authenticated()</title>
    <link>http://hg.omfa.de/prosody-hg/log/417eadd0f567/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Pass through any auth scope from the SASL handler to sessionmanager.make_authenticated()]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 05 Feb 2020 17:56:44 +0000</pubDate>
</item>
<item>
    <title>mod_saslauth: Set a nicer bounce error explaining SASL EXTERNAL failures</title>
    <link>http://hg.omfa.de/prosody-hg/log/03ff1e614b4d/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Set a nicer bounce error explaining SASL EXTERNAL failures<br/>
<br/>
Better than the previous string concatenation of SASL failure condition<br/>
and optional text sent by the remote server.<br/>
<br/>
Would be nice to have a text per condition, other than the probably most<br/>
common 'not-authorized'.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 07 Dec 2019 22:55:51 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Collect SASL EXTERNAL failures into an util.error object</title>
    <link>http://hg.omfa.de/prosody-hg/log/02ccf2fbf000/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Collect SASL EXTERNAL failures into an util.error object<br/>
<br/>
Will be easier than that concatenated string to extract info out of for<br/>
use elsewhere.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 07 Dec 2019 22:51:43 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Advertise correct set of mechanisms</title>
    <link>http://hg.omfa.de/prosody-hg/log/7a3c04789d5c/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Advertise correct set of mechanisms<br/>
<br/>
Mistakenly iterates over the set of all supported mechanisms instead of<br/>
the one without insecure mechanisms if the connection is insecure.<br/>
<br/>
Not a problem if c2s_require_encryption is true<br/>
<br/>
Introduced in 56a0f68b7797]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 02 Dec 2019 16:00:16 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Demote &quot;no SASL mechanisms&quot; error back to warning</title>
    <link>http://hg.omfa.de/prosody-hg/log/5c6912289ce3/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Demote &quot;no SASL mechanisms&quot; error back to warning<br/>
<br/>
This gets printed before TLS if c2s_require_encryption = false,<br/>
in which case it is just annoying.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 15 Oct 2019 23:38:29 +0200</pubDate>
</item>
<item>
    <title>mod_saslauth: Improve logging of why no SASL mechanisms were offered</title>
    <link>http://hg.omfa.de/prosody-hg/log/8b06d2d51e04/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Improve logging of why no SASL mechanisms were offered]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 15 Oct 2019 22:05:51 +0200</pubDate>
</item>
<item>
    <title>mod_saslauth: Use the power of Set Theory to mange sets of SASL mechanisms</title>
    <link>http://hg.omfa.de/prosody-hg/log/56a0f68b7797/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Use the power of Set Theory to mange sets of SASL mechanisms<br/>
<br/>
This makes sets of excluded mechanisms easily available for use later.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 15 Oct 2019 21:58:10 +0200</pubDate>
</item>
<item>
    <title>mod_saslauth: Log (debug) messages about channel binding</title>
    <link>http://hg.omfa.de/prosody-hg/log/39111f0e83d0/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Log (debug) messages about channel binding]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 15 Oct 2019 21:37:19 +0200</pubDate>
</item>
<item>
    <title>mod_saslauth: Remove useless debug log line</title>
    <link>http://hg.omfa.de/prosody-hg/log/2147942710bb/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Remove useless debug log line<br/>
<br/>
Fairly useless to only log half of SASL messages.<br/>
<br/>
Use mod_stanza_debug instead to get the full exchange.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 13 Oct 2019 00:33:35 +0200</pubDate>
</item>
<item>
    <title>mod_saslauth: Remove commented-out debug log line</title>
    <link>http://hg.omfa.de/prosody-hg/log/780905981542/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Remove commented-out debug log line]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 13 Oct 2019 00:32:58 +0200</pubDate>
</item>
<item>
    <title>plugins: Remove tostring call from logging</title>
    <link>http://hg.omfa.de/prosody-hg/log/0f335815244f/plugins/mod_saslauth.lua</link>
    <description><![CDATA[plugins: Remove tostring call from logging<br/>
<br/>
Taken care of by loggingmanager now<br/>
<br/>
Mass-rewrite using lua pattern like `tostring%b()`]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 30 Jul 2019 02:29:36 +0200</pubDate>
</item>
<item>
    <title>Fix various spelling mistakes [codespell]</title>
    <link>http://hg.omfa.de/prosody-hg/log/02a41315d275/plugins/mod_saslauth.lua</link>
    <description><![CDATA[Fix various spelling mistakes [codespell]]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 03 May 2019 20:54:24 +0200</pubDate>
</item>
<item>
    <title>mod_saslauth: Improve log message when no SASL mechanisms offered (thanks hexa)</title>
    <link>http://hg.omfa.de/prosody-hg/log/f5aa6fdc935e/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Improve log message when no SASL mechanisms offered (thanks hexa)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 24 Nov 2018 02:24:48 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Ignore unused argument [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/c6be9bbd0a1a/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Ignore unused argument [luacheck]]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 04 Feb 2018 01:05:06 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Use renamed API for hooking non-stanzas</title>
    <link>http://hg.omfa.de/prosody-hg/log/e924a99fd435/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Use renamed API for hooking non-stanzas]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 04 Feb 2018 01:03:44 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Pass SASL EXTERNAL failure reason on to be used in error bounces</title>
    <link>http://hg.omfa.de/prosody-hg/log/dd7b8888636e/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Pass SASL EXTERNAL failure reason on to be used in error bounces]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 04 Feb 2018 01:01:50 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Close connection if no fallback kicks in on SASL EXTERNAL failure</title>
    <link>http://hg.omfa.de/prosody-hg/log/149e98f88680/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Close connection if no fallback kicks in on SASL EXTERNAL failure]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 04 Feb 2018 00:58:38 +0100</pubDate>
</item>
<item>
    <title>Backed out changeset 89c42aff8510: The problem in ejabberd has reportedly been resolved and this change causes more problems than it solves (fixes #1006)</title>
    <link>http://hg.omfa.de/prosody-hg/log/e1d274001855/plugins/mod_saslauth.lua</link>
    <description><![CDATA[Backed out changeset 89c42aff8510: The problem in ejabberd has reportedly been resolved and this change causes more problems than it solves (fixes #1006)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 04 Feb 2018 01:13:27 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Log which mechanisms are offered</title>
    <link>http://hg.omfa.de/prosody-hg/log/867679b0fb03/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Log which mechanisms are offered]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 21 Dec 2017 10:15:47 +0100</pubDate>
</item>
<item>
    <title>Merge 0.9-&gt;0.10</title>
    <link>http://hg.omfa.de/prosody-hg/log/97b3ca502547/plugins/mod_saslauth.lua</link>
    <description><![CDATA[Merge 0.9-&gt;0.10]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 14 Sep 2017 02:47:40 +0200</pubDate>
</item>
<item>
    <title>mod_saslauth: Use correct varible name (thanks Roi)</title>
    <link>http://hg.omfa.de/prosody-hg/log/67a9d2de2300/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Use correct varible name (thanks Roi)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 08 Jul 2017 18:21:45 +0200</pubDate>
</item>
<item>
    <title>mod_saslauth: Remove unused argument [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/5d5afaafac0f/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Remove unused argument [luacheck]]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 01 Apr 2017 22:34:15 +0200</pubDate>
</item>
<item>
    <title>mod_saslauth: Fix typoed variable name [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/4e9b307c30dd/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Fix typoed variable name [luacheck]]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 06 Mar 2017 16:05:24 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Switch to hook_tag from hook_stanza which was renamed in 2087d42f1e77</title>
    <link>http://hg.omfa.de/prosody-hg/log/9a938b785bc5/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Switch to hook_tag from hook_stanza which was renamed in 2087d42f1e77]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 06 Mar 2017 15:56:12 +0100</pubDate>
</item>
<item>
    <title>Merge 0.9-&gt;0.10</title>
    <link>http://hg.omfa.de/prosody-hg/log/e520dc0c3af4/plugins/mod_saslauth.lua</link>
    <description><![CDATA[Merge 0.9-&gt;0.10]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 02 Mar 2017 15:21:07 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Log SASL failure reason</title>
    <link>http://hg.omfa.de/prosody-hg/log/6940d6db970b/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Log SASL failure reason]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 02 Mar 2017 15:17:32 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Ignore shadowing of logger [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/2b3d0ab67f7d/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Ignore shadowing of logger [luacheck]]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Wed, 15 Feb 2017 23:04:44 +0100</pubDate>
</item>
<item>
    <title>mod_saslauth: Improve logging as to why when SASL is not offered</title>
    <link>http://hg.omfa.de/prosody-hg/log/08bde6a6fd56/plugins/mod_saslauth.lua</link>
    <description><![CDATA[mod_saslauth: Improve logging as to why when SASL is not offered]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Wed, 15 Feb 2017 23:00:03 +0100</pubDate>
</item>

  </channel>
</rss>
