Commit graph

17 commits

Author SHA1 Message Date
Kim Alvefur
d0424f6f4e mod_s2s, mod_dialback: Rename event to s2s-authenticate-legacy 2012-03-03 13:28:33 +01:00
Kim Alvefur
9af8ea363b mod_s2s, mod_dialback: Event on pre-XMPP streams, so we can try dialback. 2012-03-03 01:35:39 +01:00
Kim Alvefur
82925c2003 mod_s2s: return true when we sent the stanza, or initiated a new s2sout 2012-03-03 00:14:48 +01:00
Kim Alvefur
8f72c46ae0 mod_s2s: Split send_to_host() into two route/remote hooks, one for already exsisting sessions and one for non-existent. 2012-03-03 00:03:06 +01:00
Kim Alvefur
f1e9bb68bd mod_s2s: Add missing local table.insert 2012-03-01 00:14:53 +01:00
Marco Cirillo
74bff42057 s2smanager, mod_s2s: clear up ip_hosts after s2s is marked as established, remove useless space from mod_s2s code 2012-02-24 18:03:27 +00:00
Matthew Wild
b178521e82 Merge backout 2012-02-24 16:25:45 +00:00
Matthew Wild
b51c0bea3f Backed out changeset aba47e6dff43 2012-02-24 16:25:38 +00:00
Matthew Wild
b26626109f Merge Zash with Florob and Maranda 2012-02-24 16:23:46 +00:00
Marco Cirillo
0f9c104f0c mod_s2s: prevent attempting to reconnect when the stream is gracefully closed and fix TB by checking session.conn is set (racy racy?) 2012-02-24 15:36:36 +00:00
Marco Cirillo
c5f76e99d9 mod_s2s, s2sout.lib: import cert verify and add another fallback method in case socket.local_addresses isn't there. 2012-02-24 15:34:25 +00:00
Florian Zeitz
eda5f26eb4 mod_s2s: port functionality once in s2smanager. 2012-02-24 15:21:21 +00:00
Kim Alvefur
7a3928f68e mod_s2s: Attach send function to session 2012-02-23 23:04:59 +01:00
Kim Alvefur
5ddde9afe6 mod_s2s: Initiate connections 2012-02-23 23:03:28 +01:00
Kim Alvefur
364c78e249 mod_s2s: Fix typo 2012-02-22 23:14:21 +01:00
Kim Alvefur
6193d32da9 mod_s2s: Add some missing imports 2012-02-22 23:12:57 +01:00
Matthew Wild
f851289311 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 2012-01-23 16:28:20 +00:00