Software /
code /
prosody
Log
plugins/mod_s2s/s2sout.lib.lua @ 5112:8b94a8d92cf3
description | author | age |
---|---|---|
mod_s2s: Check that an SRV reply isn't empty. | Kim Alvefur | Mon, 03 Sep 2012 04:22:40 +0200 |
mod_s2s/s2sout.lib: Use %s to insert strings into log messages instead of concatenation | Matthew Wild | Mon, 23 Jul 2012 13:29:33 +0100 |
mod_s2s/s2sout.lib: Fix indentation | Matthew Wild | Sun, 22 Jul 2012 16:29:52 +0100 |
mod_s2s/s2sout.lib: Don't wait for both v4 and v6 DNS responses if we only send one (e.g. because v6 is disabled) | Matthew Wild | Sun, 22 Jul 2012 16:17:04 +0100 |
mod_s2s: Remove check for socket.tcp6() | Kim Alvefur | Tue, 29 May 2012 18:04:29 +0200 |
mod_s2s: Only do AAAA lookup if IPv6 is available, and A if IPv4 is available. | Kim Alvefur | Tue, 29 May 2012 18:02:48 +0200 |
mod_s2s, s2sout.lib: Send stream header in onconnect() | Matthew Wild | Thu, 24 May 2012 03:08:42 +0100 |