mod_c2s, mod_s2s: Drop default_port and default_mode from listener objects (default_port is deprecated, and default_mode already defaults to *a)
|
Matthew Wild |
Thu, 15 Mar 2012 16:31:10 +0000 |
Merge with Zash
|
Matthew Wild |
Thu, 15 Mar 2012 03:19:35 +0000 |
mod_s2s: Don't bounce sendq on failed connections since it's handled by s2smanager
|
Kim Alvefur |
Sun, 11 Mar 2012 21:37:55 +0100 |
mod_c2s, mod_s2s: Add multiplex support
|
Matthew Wild |
Thu, 15 Mar 2012 03:05:24 +0000 |
mod_c2s: Use module:add_item() to add the net-provider for portmanager
|
Matthew Wild |
Wed, 14 Mar 2012 21:42:08 +0000 |
mod_s2s: Remove obsolete default_interface
|
Florian Zeitz |
Sun, 11 Mar 2012 20:15:42 +0100 |
Merge with Maranda
|
Matthew Wild |
Thu, 08 Mar 2012 00:18:16 +0000 |
mod_s2s: remove conn sessions clearing redundancy and leave it only in listener.ondisconnect
|
Marco Cirillo |
Mon, 05 Mar 2012 16:39:50 +0000 |
Merge with Zash
|
Matthew Wild |
Wed, 07 Mar 2012 20:11:01 +0000 |
mod_s2s: Log the entire stream header.
|
Kim Alvefur |
Sun, 04 Mar 2012 17:39:19 +0100 |
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
|
Matthew Wild |
Mon, 05 Mar 2012 11:07:10 +0000 |
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_s2s: return true when we sent the stanza, or initiated a new s2sout
|
Kim Alvefur |
Sat, 03 Mar 2012 00:14:48 +0100 |
mod_s2s: Split send_to_host() into two route/remote hooks, one for already exsisting sessions and one for non-existent.
|
Kim Alvefur |
Sat, 03 Mar 2012 00:03:06 +0100 |
mod_s2s: Add missing local table.insert
|
Kim Alvefur |
Thu, 01 Mar 2012 00:14:53 +0100 |
s2smanager, mod_s2s: clear up ip_hosts after s2s is marked as established, remove useless space from mod_s2s code
|
Marco Cirillo |
Fri, 24 Feb 2012 18:03:27 +0000 |
Merge backout
|
Matthew Wild |
Fri, 24 Feb 2012 16:25:45 +0000 |
Backed out changeset aba47e6dff43
|
Matthew Wild |
Fri, 24 Feb 2012 16:25:38 +0000 |
Merge Zash with Florob and Maranda
|
Matthew Wild |
Fri, 24 Feb 2012 16:23:46 +0000 |
mod_s2s: prevent attempting to reconnect when the stream is gracefully closed and fix TB by checking session.conn is set (racy racy?)
|
Marco Cirillo |
Fri, 24 Feb 2012 15:36:36 +0000 |
mod_s2s, s2sout.lib: import cert verify and add another fallback method in case socket.local_addresses isn't there.
|
Marco Cirillo |
Fri, 24 Feb 2012 15:34:25 +0000 |
mod_s2s: port functionality once in s2smanager.
|
Florian Zeitz |
Fri, 24 Feb 2012 15:21:21 +0000 |
mod_s2s: Attach send function to session
|
Kim Alvefur |
Thu, 23 Feb 2012 23:04:59 +0100 |
mod_s2s: Initiate connections
|
Kim Alvefur |
Thu, 23 Feb 2012 23:03:28 +0100 |
mod_s2s: Fix typo
|
Kim Alvefur |
Wed, 22 Feb 2012 23:14:21 +0100 |
mod_s2s: Add some missing imports
|
Kim Alvefur |
Wed, 22 Feb 2012 23:12:57 +0100 |
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
|
Matthew Wild |
Mon, 23 Jan 2012 16:28:20 +0000 |