Matthew Wild
|
3c8c0f2e94
|
Merge with 0.9
|
2012-01-26 18:48:21 +00:00 |
|
Paul Aurich
|
fdd51ac3ff
|
s2smanager: Log the host when marking it authenticated
|
2012-01-24 14:58:54 -08:00 |
|
Matthew Wild
|
f851289311
|
s2smanager, mod_s2s, mod_s2s/s2sout: Split connection handling out of s2smanager into mod_s2s, and further split connection logic for s2sout to a module lib, s2sout.lib.lua
|
2012-01-23 16:28:20 +00:00 |
|
Matthew Wild
|
f5b0bf49fd
|
s2smanager: Fix missing import of 'type' (thanks darkrain)
|
2011-12-20 17:36:38 +00:00 |
|
Waqas Hussain
|
06aa3c416e
|
s2smanager: Don't throw an error when the "interface" config option is a string (which it is by default).
|
2011-12-14 06:46:24 +05:00 |
|
Matthew Wild
|
8143f5ff10
|
s2smanager: Remove unused reference to modulemanager
|
2011-12-13 15:40:37 +00:00 |
|
Florian Zeitz
|
d4584664f7
|
s2smanager: Store port specified by SRV records
|
2011-12-07 23:37:56 +01:00 |
|
Matthew Wild
|
5a887a9e66
|
s2smanager: Use config over xmppserver's default interface
|
2011-11-28 14:30:12 +00:00 |
|
Florian Zeitz
|
a71b403617
|
s2smanager, net.dns: Fix handling for NXNAME and SRV target of "."
|
2011-10-26 02:03:33 +02:00 |
|
Florian Zeitz
|
9be7bd1055
|
s2smanager, xmppserver_listener: Support for connecting to other servers via IPv6
|
2011-10-22 18:29:23 +02:00 |
|
Paul Aurich
|
2fa9066d42
|
s2smanager: Update to newer luasec
|
2010-12-06 21:46:50 -08:00 |
|
Matthew Wild
|
cc5269517d
|
s2smanager: Fix letter case in log message (thanks darkrain)
|
2011-06-05 23:55:16 +01:00 |
|
Waqas Hussain
|
9c62d4894f
|
s2smanager: Log reason when destroying a session.
|
2011-05-07 21:15:13 +05:00 |
|
Matthew Wild
|
6d11c941c0
|
s2smanager: Drop some log messages to debug level from info/warn
|
2011-02-22 18:27:31 +00:00 |
|
Waqas Hussain
|
d76f04e84e
|
Merge 0.8->trunk
|
2011-01-29 04:54:08 +05:00 |
|
Matthew Wild
|
215af9f197
|
s2smanager: Change 'Connection failed' error message text to 'Server-to-server connection failed' (thanks Paul)
|
2011-01-26 13:23:39 +00:00 |
|
Matthew Wild
|
59f7814f5f
|
Merge 0.8->trunk
|
2011-01-10 16:55:14 +00:00 |
|
Waqas Hussain
|
2da3143c9d
|
s2smanager: Don't bounce error replies for error and result stanzas.
|
2011-01-10 21:11:06 +05:00 |
|
Matthew Wild
|
84b19928a5
|
s2smanager: Destroy session on immediate failure of a connection attempt (e.g. inability to create sockets)
|
2010-12-24 04:58:09 +00:00 |
|
Matthew Wild
|
ec15ee4979
|
s2smanager: Handle DNS lookup error in response handler
|
2010-12-24 04:57:17 +00:00 |
|
Matthew Wild
|
0f27eda0d6
|
s2smanager: send_to_host(): Handle already-destroyed session and bounce stanza accordingly
|
2010-12-24 04:56:37 +00:00 |
|
Matthew Wild
|
9502dc7be9
|
s2smanager: new_outgoing(): Destroy session if first connection attempt fails immediately (e.g. can't create sockets)
|
2010-12-24 04:56:02 +00:00 |
|
Matthew Wild
|
4d132026d0
|
s2smanager: Give all new outgoing s2s sessions a close method by default (destroy_session)
|
2010-12-24 04:49:30 +00:00 |
|
Matthew Wild
|
40fc886767
|
s2smanager: Add a missing semi-colon
|
2010-12-24 04:48:38 +00:00 |
|
Matthew Wild
|
d47a1f622b
|
s2smanager: destroy_session(): Pass reason to retire_session() and return true on successful destruction
|
2010-12-24 04:48:18 +00:00 |
|
Matthew Wild
|
208c7ca511
|
s2smanager: retire_session(): Add a 'reason' parameter
|
2010-12-24 04:47:18 +00:00 |
|
Matthew Wild
|
c63e6361ad
|
s2smanager: session.send(): Return the result of send_to_host() (and incidentally make this a tail call \o/)
|
2010-12-22 20:39:30 +00:00 |
|
Matthew Wild
|
abb088f7c4
|
s2smanager: send_to_host(): Return false on failure, and true otherwise
|
2010-12-22 20:38:40 +00:00 |
|
Matthew Wild
|
1688fab443
|
s2smanager: Destroy session on immediate failure of a connection attempt (e.g. inability to create sockets)
|
2010-12-24 04:58:09 +00:00 |
|
Matthew Wild
|
8bacb473e3
|
s2smanager: Handle DNS lookup error in response handler
|
2010-12-24 04:57:17 +00:00 |
|
Matthew Wild
|
1f94e00889
|
s2smanager: send_to_host(): Handle already-destroyed session and bounce stanza accordingly
|
2010-12-24 04:56:37 +00:00 |
|
Matthew Wild
|
f6844e23d7
|
s2smanager: new_outgoing(): Destroy session if first connection attempt fails immediately (e.g. can't create sockets)
|
2010-12-24 04:56:02 +00:00 |
|
Matthew Wild
|
1246a8c366
|
s2smanager: Give all new outgoing s2s sessions a close method by default (destroy_session)
|
2010-12-24 04:49:30 +00:00 |
|
Matthew Wild
|
fd62766d14
|
s2smanager: Add a missing semi-colon
|
2010-12-24 04:48:38 +00:00 |
|
Matthew Wild
|
93e5343cdf
|
s2smanager: destroy_session(): Pass reason to retire_session() and return true on successful destruction
|
2010-12-24 04:48:18 +00:00 |
|
Matthew Wild
|
d01658b1af
|
s2smanager: retire_session(): Add a 'reason' parameter
|
2010-12-24 04:47:18 +00:00 |
|
Matthew Wild
|
1547e93d28
|
s2smanager: session.send(): Return the result of send_to_host() (and incidentally make this a tail call \o/)
|
2010-12-22 20:39:30 +00:00 |
|
Matthew Wild
|
3c4f63db51
|
s2smanager: send_to_host(): Return false on failure, and true otherwise
|
2010-12-22 20:38:40 +00:00 |
|
Kim Alvefur
|
49298b499e
|
core.s2smanager, mod_console, mod_saslauth, util.certverification: rename util.certverification to util.x509
|
2010-12-12 02:03:32 +01:00 |
|
Matthew Wild
|
37cf0024b2
|
s2smanager: Check for getpeercertificate availability (for old LuaSecs)
|
2010-11-27 22:07:44 +00:00 |
|
Paul Aurich
|
ef8bc026b4
|
s2s: SASL EXTERNAL
|
2010-11-21 21:10:43 -08:00 |
|
Paul Aurich
|
bb78d91827
|
s2smanager: Compatibility hack for when not using dialback
|
2010-11-21 21:02:31 -08:00 |
|
Waqas Hussain
|
b7e51a203d
|
Monster whitespace commit (beware the whitespace monster).
|
2010-10-16 23:00:42 +05:00 |
|
Matthew Wild
|
ac64b6c978
|
s2smanager: Don't fire s2sin-destroyed for sessions that were never fully established (thanks Thomas)
|
2010-09-05 18:00:21 +01:00 |
|
Matthew Wild
|
fa3d0fcbba
|
s2smanager: Fire s2s{in,out}-destroyed when s2s connections are destroyed
|
2010-09-05 12:13:49 +01:00 |
|
Matthew Wild
|
8bbe120e4b
|
s2smanager: Fire s2s{in,out}-established when new s2s connections are ready
|
2010-08-30 04:37:53 +01:00 |
|
Matthew Wild
|
85921c4877
|
sessionmanager, s2smanager: Give resting sessions a pass-through filter, fixes #202
|
2010-08-22 21:23:37 +01:00 |
|
Matthew Wild
|
3e7d7bbfc9
|
s2smanager: Remove dependency on eventmanager
|
2010-08-03 10:57:27 +01:00 |
|
Matthew Wild
|
effb4e1b72
|
s2smanager: brackets, just to be sure :)
|
2010-08-03 09:40:06 +01:00 |
|
Matthew Wild
|
02f918526b
|
s2smanager: Only bounce real stanzas on s2s failure, not dialback and friends (thanks elghinn)
|
2010-08-03 09:39:05 +01:00 |
|