plugins/mod_dialback.lua
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Tue, 13 Jul 2021 23:27:26 +0200 Kim Alvefur mod_dialback: Tweak wording in a comment
Thu, 13 May 2021 11:17:13 +0100 Matthew Wild Merge 0.11->trunk
Wed, 12 May 2021 17:22:02 +0200 Kim Alvefur mod_dialback: Remove d-w-d feature 0.11 0.11.9
Sun, 23 Jun 2019 16:16:26 +0200 Kim Alvefur mod_dialback: Use correct host for certificate check (fixes #1381) 0.11
Wed, 12 May 2021 14:00:53 +0100 Matthew Wild mod_dialback: Use constant-time comparison with hmac 0.11
Wed, 21 Apr 2021 17:11:58 +0200 Jonas Schäfer s2s et al.: Add counters for connection state transitions
Sat, 02 Nov 2019 15:40:20 +0100 Kim Alvefur mod_dialback: Fix potential traceback in case of missing addressing
Sat, 02 Nov 2019 15:27:53 +0100 Kim Alvefur mod_dialback: Abort early if request is missing addressing attributes
Sun, 04 Feb 2018 01:40:11 +0100 Kim Alvefur Merge 0.10->trunk
Sun, 04 Feb 2018 01:17:22 +0100 Kim Alvefur mod_dialback: Ignore unused arguments [luacheck]
Sun, 04 Feb 2018 01:16:43 +0100 Kim Alvefur mod_dialback: Expand abbrevation
Sun, 04 Feb 2018 01:16:28 +0100 Kim Alvefur mod_dialback: Split long line [luacheck]
Sun, 04 Feb 2018 01:06:40 +0100 Kim Alvefur mod_dialback: Use renamed API for hooking non-stanza tags
Sun, 04 Feb 2018 01:13:27 +0100 Kim Alvefur Backed out changeset 89c42aff8510: The problem in ejabberd has reportedly been resolved and this change causes more problems than it solves (fixes #1006)
Tue, 05 Dec 2017 12:30:13 +0100 Kim Alvefur mod_dialback: Use non-deprecated API
Tue, 05 Dec 2017 12:26:57 +0100 Kim Alvefur mod_dialback: Split long line [luacheck]
Tue, 05 Dec 2017 12:21:51 +0100 Kim Alvefur mod_dialback: Copy function from mod_s2s instead of depending on it, which made it harder to disable s2s (fixes #1050)
Wed, 27 Jan 2016 20:32:01 +0000 Matthew Wild Merge 0.9->0.10
Tue, 19 Jan 2016 21:31:02 +0100 Kim Alvefur mod_dialback: Follow XEP-0185 and use HMAC
Tue, 19 Jan 2016 21:31:02 +0100 Kim Alvefur mod_dialback: Follow XEP-0185 and use HMAC
Tue, 23 Sep 2014 14:23:01 +0200 Kim Alvefur mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL EXTERNAL failure
Mon, 01 Sep 2014 20:20:05 +0200 Kim Alvefur mod_dialback: Move d-w-d after to/from validation
Wed, 09 Jul 2014 02:04:16 +0200 Kim Alvefur mod_dialback: Respect dwd config option
Fri, 04 Jul 2014 23:04:56 +0200 Kim Alvefur mod_dialback.lua: Only check certificates on secure connections
Fri, 04 Jul 2014 21:48:25 +0200 Kim Alvefur mod_dialback: Short-circuit dialback auth if certificate is considered valid
Thu, 03 Jul 2014 15:38:53 +0200 Kim Alvefur mod_dialback: Keep the same dialback secret across module reloads
Thu, 22 May 2014 15:21:22 +0200 Kim Alvefur hostmanager, mod_dialback: Move generation of dialback secret out of core
Sat, 10 Aug 2013 19:53:22 +0200 Kim Alvefur mod_dialback: Change level of some log statements to be more appropriate
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Fri, 22 Mar 2013 14:18:23 +0000 Matthew Wild s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authenticated() to mod_s2s, and plugins now signal authentication via the s2s-authenticated event
Sun, 10 Mar 2013 11:25:05 +0000 Matthew Wild mod_s2s, mod_dialback: Rename s2s-authenticate-legacy event to s2sout-authenticate-legacy for clarity. Also, hello!
Wed, 05 Sep 2012 16:51:16 +0200 Kim Alvefur mod_dialback: Correctly check if a connection was destroyed (thanks iron)
Fri, 27 Jul 2012 20:29:32 +0100 Matthew Wild mod_dialback: Ignore <db:verify/> with a 'type' attribute on incoming connections, instead of interpreting them as a request to verify a key
Mon, 23 Jul 2012 17:32:33 +0100 Matthew Wild Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages
Fri, 15 Jun 2012 02:53:57 +0500 Waqas Hussain mod_dialback: Skip an unnecessary nameprep.
Fri, 11 May 2012 14:24:05 +0100 Matthew Wild mod_dialback: Remove a remaining usage of string.format, ick.
Fri, 11 May 2012 02:04:29 +0100 Matthew Wild mod_dialback: Final sweep to get nameprep + error handling in order (hopefully)
Fri, 11 May 2012 01:54:36 +0100 Matthew Wild mod_dialback: Fix logic bug - we should have both a to and from at this point
Fri, 11 May 2012 01:53:32 +0100 Matthew Wild Merge with Maranda
Fri, 11 May 2012 01:45:36 +0100 Matthew Wild Merge with backout
Fri, 11 May 2012 01:39:52 +0100 Matthew Wild Backed out changeset 9f1fb34cd7f8 - obsoleted by 5ef05f32bc42.
Fri, 11 May 2012 01:32:46 +0100 Matthew Wild Merge with backout
Fri, 11 May 2012 01:29:30 +0100 Matthew Wild Backed out changeset 751510cd558d - obsoleted by 5ef05f32bc42.
Wed, 09 May 2012 23:09:06 +0000 Marco Cirillo mod_dialback: make change a bit more wide, encompass to and from and reject with proper addressing when neither are there.
Wed, 09 May 2012 11:25:22 +0000 Marco Cirillo mod_dialback: add better safe then sorry nameprepping to the from attribute.
Wed, 09 May 2012 02:56:22 +0000 Marco Cirillo mod_dialback: COMPAT reset session.send function for servers (e.g. ejabberd) which don't include a from attr when opening the stream.
Thu, 10 May 2012 22:59:01 +0100 Matthew Wild mod_s2s, s2smanager, mod_dialback: Move addition of session.send() on s2sin to after they are authenticated (thus from mod_s2s to s2smanager). Update mod_dialback to fire route/remote directly, as session.send() is no longer available for s2sin_unauthed. Fixes #291.
Sat, 28 Apr 2012 03:43:27 +0100 Matthew Wild mod_dialback: Remove unused declaration of xmlns_dialback
Sat, 03 Mar 2012 16:45:34 +0100 Kim Alvefur mod_dialback, mod_s2s: Log initiation of dialback in mod_dialback
Sat, 03 Mar 2012 13:28:33 +0100 Kim Alvefur mod_s2s, mod_dialback: Rename event to s2s-authenticate-legacy
Sat, 03 Mar 2012 01:35:39 +0100 Kim Alvefur mod_s2s, mod_dialback: Event on pre-XMPP streams, so we can try dialback.
Sat, 03 Mar 2012 00:01:10 +0100 Kim Alvefur mod_dialback: Remove unused import of s2smanager.send_to_host()
Fri, 24 Feb 2012 15:20:03 +0000 Florian Zeitz mod_dialback: import util.hashes and functionality once in s2smanager.
Tue, 07 Jun 2011 01:29:34 +0100 Matthew Wild Merge 0.8->trunk
Mon, 06 Jun 2011 22:51:33 +0100 Matthew Wild mod_dialback: More robust handling of multiple outstanding dialback requests for the same domain, fixes intermittent s2s with some (patched?) ejabberds
Sat, 07 May 2011 21:16:06 +0500 Waqas Hussain mod_dialback: Remove <optional/> from stream feature, as per latest specs.
Tue, 05 Apr 2011 13:26:43 +0100 Matthew Wild Merge 0.8->trunk
Mon, 21 Mar 2011 19:32:51 +0000 Matthew Wild mod_dialback: Use session:close() on dialback failure instead of s2smanager.destroy_session() (thanks Zash)
Sun, 21 Nov 2010 21:10:43 -0800 Paul Aurich s2s: SASL EXTERNAL
less more (0) -60 tip