log plugins/s2s/mod_s2s.lua @ 4798:e8bd0a6f45e2

age author description
Sun, 29 Apr 2012 02:24:00 +0200 Kim Alvefur mod_s2s: Don't try to continue attempting to connect when an s2sin is closed
Sat, 28 Apr 2012 08:35:34 -0700 Paul Aurich mod_s2s: Log certificate errors, for troubleshooting goodness
Sat, 28 Apr 2012 16:29:00 +0100 Matthew Wild mod_s2s: Fix import of core_process_stanza. I don't know why I thought it was there (thanks Zash)
Sat, 28 Apr 2012 03:06:14 +0100 Matthew Wild mod_s2s: Fix imports and remove some unused variables
Sat, 28 Apr 2012 02:56:10 +0100 Matthew Wild mod_s2s: Add log() import
Mon, 26 Mar 2012 19:17:09 -0700 Paul Aurich mod_s2s: Queuing a stanza constitutes handling it.
Thu, 15 Mar 2012 16:31:10 +0000 Matthew Wild mod_c2s, mod_s2s: Drop default_port and default_mode from listener objects (default_port is deprecated, and default_mode already defaults to *a)
Thu, 15 Mar 2012 03:19:35 +0000 Matthew Wild Merge with Zash
Sun, 11 Mar 2012 21:37:55 +0100 Kim Alvefur mod_s2s: Don't bounce sendq on failed connections since it's handled by s2smanager
Thu, 15 Mar 2012 03:05:24 +0000 Matthew Wild mod_c2s, mod_s2s: Add multiplex support
Wed, 14 Mar 2012 21:42:08 +0000 Matthew Wild mod_c2s: Use module:add_item() to add the net-provider for portmanager
Sun, 11 Mar 2012 20:15:42 +0100 Florian Zeitz mod_s2s: Remove obsolete default_interface
Thu, 08 Mar 2012 00:18:16 +0000 Matthew Wild Merge with Maranda
Mon, 05 Mar 2012 16:39:50 +0000 Marco Cirillo mod_s2s: remove conn sessions clearing redundancy and leave it only in listener.ondisconnect
Wed, 07 Mar 2012 20:11:01 +0000 Matthew Wild Merge with Zash
Sun, 04 Mar 2012 17:39:19 +0100 Kim Alvefur mod_s2s: Log the entire stream header.
Mon, 05 Mar 2012 11:07:10 +0000 Matthew Wild mod_s2s: streamopened(): Tighter validation around stream 'to' and 'from' attributes, and only set to_host and from_host if they aren't set already and if the session hasn't already been authenticated
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:14:48 +0100 Kim Alvefur mod_s2s: return true when we sent the stanza, or initiated a new s2sout
Sat, 03 Mar 2012 00:03:06 +0100 Kim Alvefur mod_s2s: Split send_to_host() into two route/remote hooks, one for already exsisting sessions and one for non-existent.
Thu, 01 Mar 2012 00:14:53 +0100 Kim Alvefur mod_s2s: Add missing local table.insert
Fri, 24 Feb 2012 18:03:27 +0000 Marco Cirillo s2smanager, mod_s2s: clear up ip_hosts after s2s is marked as established, remove useless space from mod_s2s code
Fri, 24 Feb 2012 16:25:45 +0000 Matthew Wild Merge backout
Fri, 24 Feb 2012 16:25:38 +0000 Matthew Wild Backed out changeset aba47e6dff43
Fri, 24 Feb 2012 16:23:46 +0000 Matthew Wild Merge Zash with Florob and Maranda
Fri, 24 Feb 2012 15:36:36 +0000 Marco Cirillo mod_s2s: prevent attempting to reconnect when the stream is gracefully closed and fix TB by checking session.conn is set (racy racy?)
Fri, 24 Feb 2012 15:34:25 +0000 Marco Cirillo mod_s2s, s2sout.lib: import cert verify and add another fallback method in case socket.local_addresses isn't there.
Fri, 24 Feb 2012 15:21:21 +0000 Florian Zeitz mod_s2s: port functionality once in s2smanager.
Thu, 23 Feb 2012 23:04:59 +0100 Kim Alvefur mod_s2s: Attach send function to session
Thu, 23 Feb 2012 23:03:28 +0100 Kim Alvefur mod_s2s: Initiate connections
Wed, 22 Feb 2012 23:14:21 +0100 Kim Alvefur mod_s2s: Fix typo
Wed, 22 Feb 2012 23:12:57 +0100 Kim Alvefur mod_s2s: Add some missing imports
Mon, 23 Jan 2012 16:28:20 +0000 Matthew Wild s2smanager, mod_s2s, mod_s2s/s2sout: Split connection handling out of s2smanager into mod_s2s, and further split connection logic for s2sout to a module lib, s2sout.lib.lua