index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
mod_s2s
/
s2sout.lib.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Backout 63f5870f9afe, no longer needed since Windows is currently unsupported
Kim Alvefur
2016-01-21
1
-24
/
+22
|
*
mod_s2s/s2sout: Use the local address assigned to UDP sockets instead of ↵
Kim Alvefur
2015-05-13
1
-22
/
+24
|
|
|
|
util.net to enumerate possible source addresses
*
mod_s2s/s2sout: Remove now unused config option dns_max_depth
Kim Alvefur
2015-05-13
1
-1
/
+0
|
*
net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2s
Kim Alvefur
2015-04-24
1
-12
/
+0
|
*
mod_s2s: Log a warning if no local addresses are found, as this breaks s2sout
Kim Alvefur
2014-02-09
1
-0
/
+3
|
*
mod_s2s/s2sout.lib: Remove unused variables and imports
Matthew Wild
2013-06-18
1
-6
/
+2
|
*
mod_s2s/s2sout.lib: Remove reference to undefined global
Matthew Wild
2013-06-18
1
-1
/
+0
|
*
mod_s2s/s2sout.lib: Use new util.net.local_addresses() to fetch local ↵
Matthew Wild
2013-06-18
1
-12
/
+5
|
|
|
|
interface addresses
*
mod_s2s/s2sout.lib: Only attempt to create an IPv6 socket if LuaSocket ↵
Matthew Wild
2013-06-18
1
-2
/
+5
|
|
|
|
supports IPv6
*
util.rfc{3484,6724}: Update to RFC 6724
Florian Zeitz
2013-04-30
1
-3
/
+3
|
*
mod_s2s: Reset secure flag on new connection attempt
Kim Alvefur
2013-03-25
1
-0
/
+4
|
*
mod_s2s: Keep the dns answer object around a while so plugins can look at it
Kim Alvefur
2013-03-23
1
-1
/
+1
|
*
mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for ↵
Kim Alvefur
2013-03-16
1
-7
/
+1
|
|
|
|
opening streams
*
mod_s2s: Check that an SRV reply isn't empty.
Kim Alvefur
2012-09-03
1
-1
/
+1
|
*
mod_s2s/s2sout.lib: Use %s to insert strings into log messages instead of ↵
Matthew Wild
2012-07-23
1
-3
/
+3
|
|
|
|
concatenation
*
mod_s2s/s2sout.lib: Fix indentation
Matthew Wild
2012-07-22
1
-60
/
+60
|
*
mod_s2s/s2sout.lib: Don't wait for both v4 and v6 DNS responses if we only ↵
Matthew Wild
2012-07-22
1
-8
/
+7
|
|
|
|
send one (e.g. because v6 is disabled)
*
mod_s2s: Remove check for socket.tcp6()
Kim Alvefur
2012-05-29
1
-4
/
+0
|
*
mod_s2s: Only do AAAA lookup if IPv6 is available, and A if IPv4 is available.
Kim Alvefur
2012-05-29
1
-1
/
+17
|
*
mod_s2s, s2sout.lib: Send stream header in onconnect()
Matthew Wild
2012-05-24
1
-2
/
+0
|
*
s2smanager, mod_s2s: Move checking DNS timeout option to mod_s2s
Kim Alvefur
2012-05-10
1
-0
/
+2
|
*
Rename plugins/s2s/ to plugins/mod_s2s/
Matthew Wild
2012-05-04
1
-0
/
+352