mod_storage_sql2: Do an early return and drop an indentation level
[prosody.git] / plugins / mod_s2s /
2012-07-22 Matthew WildMerge with Zash
2012-07-22 Matthew WildMerge 0.9->trunk
2012-07-22 Matthew Wildmod_s2s: Don't call ondisconnect manually, don't call...
2012-07-22 Matthew Wildmod_s2s: Don't treat a stanza as delivered if session...
2012-07-22 Matthew Wildmod_s2s: Make unauthed session timeout a little more...
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-13 Matthew Wildmod_s2s: Only try next target if the stream didn't...
2012-05-11 Matthew WildMerge with backout
2012-05-11 Matthew Wildmod_s2s: Remove TODO comment for SASL/TLS on s2s (thank...
2012-05-10 Matthew Wildmod_s2s, mod_auth_anonymous, hostmanager: Remove disall...
2012-05-10 Matthew WildMerge with Zash
2012-05-10 Matthew Wildmod_s2s, s2smanager, mod_dialback: Move addition of...
2012-05-10 Kim Alvefurs2smanager, mod_s2s: Move checking DNS timeout option...
2012-05-04 Matthew Wildmod_s2s: Cache to_host and from_host in local variables...
2012-05-04 Matthew Wildmod_s2s: Add session.send() only to incoming streams...
2012-05-04 Matthew Wildmod_s2s: Become a shared module (yay)
2012-05-03 Matthew WildRename plugins/s2s/ to plugins/mod_s2s/