mod_s2s: Log a warning if no local addresses are found, as this breaks s2sout
[prosody.git] / plugins / mod_s2s / s2sout.lib.lua
2014-02-09 Kim Alvefurmod_s2s: Log a warning if no local addresses are found...
2013-06-18 Matthew Wildmod_s2s/s2sout.lib: Remove unused variables and imports
2013-06-18 Matthew Wildmod_s2s/s2sout.lib: Remove reference to undefined global
2013-06-18 Matthew Wildmod_s2s/s2sout.lib: Use new util.net.local_addresses...
2013-06-18 Matthew Wildmod_s2s/s2sout.lib: Only attempt to create an IPv6...
2013-05-01 Matthew WildMerge with Florob
2013-04-30 Florian Zeitzutil.rfc{3484,6724}: Update to RFC 6724
2013-03-25 Kim Alvefurmod_s2s: Reset secure flag on new connection attempt
2013-03-23 Kim Alvefurmod_s2s: Keep the dns answer object around a while...
2013-03-20 Matthew WildMerge 0.9->trunk
2013-03-16 Kim AlvefurMerge 0.9->trunk
2013-03-16 Kim Alvefurmod_s2s, mod_saslauth, mod_compression: Refactor to...
2012-09-10 Matthew WildMerge 0.9->trunk
2012-09-03 Kim Alvefurmod_s2s: Check that an SRV reply isn't empty.
2012-07-23 Matthew Wildmod_s2s/s2sout.lib: Use %s to insert strings into log...
2012-07-22 Matthew WildMerge with Maranda
2012-07-22 Matthew WildMerge with Zash
2012-07-22 Matthew WildMerge 0.9->trunk
2012-07-22 Matthew Wildmod_s2s/s2sout.lib: Fix indentation
2012-07-22 Matthew WildMerge 0.9->trunk
2012-07-22 Matthew Wildmod_s2s/s2sout.lib: Don't wait for both v4 and v6 DNS...
2012-05-29 Kim Alvefurmod_s2s: Remove check for socket.tcp6()
2012-05-29 Kim Alvefurmod_s2s: Only do AAAA lookup if IPv6 is available,...
2012-05-24 Matthew Wildmod_s2s, s2sout.lib: Send stream header in onconnect()
2012-05-11 Matthew WildMerge with backout
2012-05-10 Matthew WildMerge with Zash
2012-05-10 Kim Alvefurs2smanager, mod_s2s: Move checking DNS timeout option...
2012-05-03 Matthew WildRename plugins/s2s/ to plugins/mod_s2s/