Commit Graph

30 Commits (a5affc4e5d4639700b8a4ea34b2bf8d350e5ab74)

Author SHA1 Message Date
Paul Aurich 7f2d31106e mod_s2s: Queuing a stanza constitutes handling it. 14 years ago
Matthew Wild fa8c54baeb mod_c2s, mod_s2s: Drop default_port and default_mode from listener objects (default_port is deprecated, and default_mode already defaults to *a) 14 years ago
Matthew Wild 8496bd382a mod_c2s, mod_s2s: Add multiplex support 14 years ago
Matthew Wild 829f9e2224 mod_c2s: Use module:add_item() to add the net-provider for portmanager 14 years ago
Kim Alvefur dce18041d0 mod_s2s: Don't bounce sendq on failed connections since it's handled by s2smanager 14 years ago
Florian Zeitz 0348adf69e mod_s2s: Remove obsolete default_interface 14 years ago
Marco Cirillo 3bb6cff7d4 mod_s2s: remove conn sessions clearing redundancy and leave it only in listener.ondisconnect 14 years ago
Matthew Wild f340820df2 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 14 years ago
Kim Alvefur 5a5adc7aa9 mod_s2s: Log the entire stream header. 14 years ago
Kim Alvefur 3ee4c78cd8 mod_dialback, mod_s2s: Log initiation of dialback in mod_dialback 14 years ago
Kim Alvefur cb1eb75a47 mod_s2s, mod_dialback: Rename event to s2s-authenticate-legacy 14 years ago
Kim Alvefur 71528cdc37 mod_s2s, mod_dialback: Event on pre-XMPP streams, so we can try dialback. 14 years ago
Kim Alvefur 8dd4570ed5 mod_s2s: return true when we sent the stanza, or initiated a new s2sout 14 years ago
Kim Alvefur ee772304c5 mod_s2s: Split send_to_host() into two route/remote hooks, one for already exsisting sessions and one for non-existent. 14 years ago
Kim Alvefur dce98578a0 mod_s2s: Add missing local table.insert 14 years ago
Marco Cirillo bbc4c94fc2 s2smanager, mod_s2s: clear up ip_hosts after s2s is marked as established, remove useless space from mod_s2s code 14 years ago
Matthew Wild dc4689b625 Backed out changeset aba47e6dff43 14 years ago
Marco Cirillo 39a677bc8a mod_s2s: prevent attempting to reconnect when the stream is gracefully closed and fix TB by checking session.conn is set (racy racy?) 14 years ago
Marco Cirillo e69011927e mod_s2s, s2sout.lib: import cert verify and add another fallback method in case socket.local_addresses isn't there. 14 years ago
Florian Zeitz 48f64ab12c mod_s2s: port functionality once in s2smanager. 14 years ago
Kim Alvefur af7783a114 mod_s2s: Attach send function to session 14 years ago
Kim Alvefur 4db93777bd mod_s2s: Initiate connections 14 years ago
Kim Alvefur bf57acbdca mod_s2s: Fix typo 14 years ago
Kim Alvefur db7c1869ae mod_s2s: Add some missing imports 14 years ago
Matthew Wild 68bf2a3956 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 14 years ago