Software /
code /
prosody
Log
plugins/mod_s2s/s2sout.lib.lua @ 5278:f79be67e5666
description | author | age |
---|---|---|
mod_s2s: Check that an SRV reply isn't empty. | Kim Alvefur | 2012-09-03 |
mod_s2s/s2sout.lib: Use %s to insert strings into log messages instead of concatenation | Matthew Wild | 2012-07-23 |
mod_s2s/s2sout.lib: Fix indentation | Matthew Wild | 2012-07-22 |
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 | 2012-07-22 |
mod_s2s: Remove check for socket.tcp6() | Kim Alvefur | 2012-05-29 |
mod_s2s: Only do AAAA lookup if IPv6 is available, and A if IPv4 is available. | Kim Alvefur | 2012-05-29 |
mod_s2s, s2sout.lib: Send stream header in onconnect() | Matthew Wild | 2012-05-24 |
s2smanager, mod_s2s: Move checking DNS timeout option to mod_s2s | Kim Alvefur | 2012-05-10 |
Rename plugins/s2s/ to plugins/mod_s2s/ base plugins/s2s/s2sout.lib.lua@b4e394fa3215 | Matthew Wild | 2012-05-03 |