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
/
s2s
/
s2sout.lib.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
s2sout.lib: Check whether lua-socket supports IPv6
Florian Zeitz
2012-04-28
1
-0
/
+4
|
*
mod_s2s/s2sout.lib: Fix imports and some undefined variables
Matthew Wild
2012-04-28
1
-3
/
+5
|
*
mod_s2s: Add "::" as a IPv6 interface (thanks darkrain)
Florian Zeitz
2012-03-26
1
-1
/
+1
|
*
mod_s2s/s2sout.lib: Log message instead of traceback when s2s isn't ↵
Matthew Wild
2012-03-14
1
-1
/
+4
|
|
|
|
configured for any ports
*
mod_s2s: Collect s2s sources from portmanager and get local address if necessary
Florian Zeitz
2012-03-11
1
-13
/
+30
|
*
s2smanager, mod_s2s: Move import of dns_max_depth to mod_s2s
Kim Alvefur
2012-03-11
1
-0
/
+2
|
*
Merge Zash with Florob and Maranda
Matthew Wild
2012-02-24
1
-5
/
+6
|
\
|
*
mod_s2s, s2sout.lib: import cert verify and add another fallback method in ↵
Marco Cirillo
2012-02-24
1
-1
/
+1
|
|
|
|
|
|
|
|
case socket.local_addresses isn't there.
|
*
s2sout.lib: import utils/functionality once in s2smanager.
Florian Zeitz
2012-02-24
1
-2
/
+14
|
|
*
|
s2sout.lib: Fix wrong variable name
Kim Alvefur
2012-02-23
1
-1
/
+1
|
|
*
|
s2sout.lib: Add locals for source interfaces
Kim Alvefur
2012-02-23
1
-0
/
+3
|
|
*
|
s2sout.lib: Import various util.*
Kim Alvefur
2012-02-23
1
-0
/
+6
|
/
*
s2smanager, mod_s2s, mod_s2s/s2sout: Split connection handling out of ↵
Matthew Wild
2012-01-23
1
-0
/
+314
s2smanager into mod_s2s, and further split connection logic for s2sout to a module lib, s2sout.lib.lua