Log

plugins/mod_dialback.lua @ 4846:3bc3498df0a0

description author age
Merge with Maranda Matthew Wild Fri, 11 May 2012 01:53:32 +0100
Merge with backout Matthew Wild Fri, 11 May 2012 01:45:36 +0100
Backed out changeset 9f1fb34cd7f8 - obsoleted by 5ef05f32bc42. Matthew Wild Fri, 11 May 2012 01:39:52 +0100
Merge with backout Matthew Wild Fri, 11 May 2012 01:32:46 +0100
Backed out changeset 751510cd558d - obsoleted by 5ef05f32bc42. Matthew Wild Fri, 11 May 2012 01:29:30 +0100
mod_dialback: make change a bit more wide, encompass to and from and reject with proper addressing when neither are there. Marco Cirillo Wed, 09 May 2012 23:09:06 +0000
mod_dialback: add better safe then sorry nameprepping to the from attribute. Marco Cirillo Wed, 09 May 2012 11:25:22 +0000
mod_dialback: COMPAT reset session.send function for servers (e.g. ejabberd) which don't include a from attr when opening the stream. Marco Cirillo Wed, 09 May 2012 02:56:22 +0000
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. Matthew Wild Thu, 10 May 2012 22:59:01 +0100
mod_dialback: Remove unused declaration of xmlns_dialback Matthew Wild Sat, 28 Apr 2012 03:43:27 +0100
mod_dialback, mod_s2s: Log initiation of dialback in mod_dialback Kim Alvefur Sat, 03 Mar 2012 16:45:34 +0100
mod_s2s, mod_dialback: Rename event to s2s-authenticate-legacy Kim Alvefur Sat, 03 Mar 2012 13:28:33 +0100
mod_s2s, mod_dialback: Event on pre-XMPP streams, so we can try dialback. Kim Alvefur Sat, 03 Mar 2012 01:35:39 +0100
mod_dialback: Remove unused import of s2smanager.send_to_host() Kim Alvefur Sat, 03 Mar 2012 00:01:10 +0100
mod_dialback: import util.hashes and functionality once in s2smanager. Florian Zeitz Fri, 24 Feb 2012 15:20:03 +0000
Merge 0.8->trunk Matthew Wild Tue, 07 Jun 2011 01:29:34 +0100
mod_dialback: More robust handling of multiple outstanding dialback requests for the same domain, fixes intermittent s2s with some (patched?) ejabberds Matthew Wild Mon, 06 Jun 2011 22:51:33 +0100
mod_dialback: Remove <optional/> from stream feature, as per latest specs. Waqas Hussain Sat, 07 May 2011 21:16:06 +0500
Merge 0.8->trunk Matthew Wild Tue, 05 Apr 2011 13:26:43 +0100
mod_dialback: Use session:close() on dialback failure instead of s2smanager.destroy_session() (thanks Zash) Matthew Wild Mon, 21 Mar 2011 19:32:51 +0000
s2s: SASL EXTERNAL Paul Aurich Sun, 21 Nov 2010 21:10:43 -0800
mod_dialback: Fixed indentation. Waqas Hussain Sat, 16 Oct 2010 07:08:19 +0500
mod_dialback: Updated to use the new events API. Waqas Hussain Sat, 16 Oct 2010 07:06:16 +0500
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
mod_dialback: Catch s2s-stream-features and add dialback feature Matthew Wild Thu, 08 Oct 2009 23:41:29 +0100
mod_dialback: Initiate dialback on incoming stream:features Matthew Wild Sun, 04 Oct 2009 14:10:24 +0100
Remove version number from copyright headers Matthew Wild Fri, 10 Jul 2009 03:11:45 +0100
mod_dialback: Change FIXME comment to COMPAT Matthew Wild Fri, 12 Jun 2009 11:36:32 +0100
mod_dialback: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible Matthew Wild Thu, 30 Apr 2009 02:45:33 +0100
mod_dialback: Use module logger instead of creating a new one Matthew Wild Thu, 30 Apr 2009 01:37:52 +0100