s2smanager, mod_compression, mod_tls: Changed event.session to event.origin for s2s-stream-features event for consistency.
|
Waqas Hussain |
2010-02-11 |
s2smanager: Update for new server SSL API (don't pass a sslctx)
|
Matthew Wild |
2010-01-31 |
s2smanager: Fix syntax error)
|
Matthew Wild |
2010-01-30 |
s2smanager: require_s2s_encryption -> s2s_require_encryption
|
Matthew Wild |
2010-01-30 |
s2smanager: Make require_s2s_encryption do what it says on the tin
|
Matthew Wild |
2010-01-30 |
s2smanager: Whitespace
|
Matthew Wild |
2010-01-28 |
s2smanager: Log error and fail gracefully if we can't open a socket for an outgoing s2s connection (thanks foucault)
|
Matthew Wild |
2010-01-19 |
s2smanager: No-one noticed that Prosody stopped sending to/from on stream headers recently? :)
|
Matthew Wild |
2010-01-19 |
s2smanager: Split sending of stream header into a :open_stream() method
|
Matthew Wild |
2010-01-09 |
s2smanager: Allow new_outgoing() to create sessions without automatically connecting them (set 3rd parameters to false)
|
Matthew Wild |
2010-01-04 |
s2smanager: Stamp a 'to' on the reply stream:stream. This makes prosody happy.
|
Paul Aurich |
2010-01-03 |
s2smanager, hostmanager: Make dialback secrets per-host
|
Matthew Wild |
2010-01-03 |
s2smanager: Trim trailing whitespace
|
Matthew Wild |
2010-01-03 |
s2smanager: Give reasons to destroy_session in more cases, including when DNS lookup fails
|
Matthew Wild |
2009-12-17 |
Merge with backout branch
|
Matthew Wild |
2009-12-17 |
s2smanager: Send reply stream header only after checking we serve this host (sorry darkrain... :) )
|
Matthew Wild |
2009-12-17 |
Backed out changeset 78c5cb163ea9, to fix another way. Haven't done this for a while :)
|
Matthew Wild |
2009-12-17 |
s2smanager: More whitespace
|
Matthew Wild |
2009-12-17 |
s2smanager: Mark stream as opened sooner, this prevents a duplicated stream header on host-unknown errors (thanks darkrain and his mail server)
|
Matthew Wild |
2009-12-17 |
s2smanager: Whitespace
|
Matthew Wild |
2009-12-17 |
s2smanager: Have both destroy_session and bounce_sendq accept a reason string to include in bounced stanzas
|
Matthew Wild |
2009-12-17 |
s2smanager: Allow configuration of the dialback_secret in the config
|
Matthew Wild |
2009-11-26 |
Merge with 0.6
|
Matthew Wild |
2009-11-25 |
s2smanager: Log warning when trying to send a stanza from a host we don't serve, instead of a traceback (thanks stpeter)
|
Matthew Wild |
2009-11-25 |
s2smanager: Fix syntax error introduced in merge
|
Matthew Wild |
2009-11-22 |
Merge with trunk
|
Matthew Wild |
2009-11-22 |
s2smanager: Update for new net.server API (s2s still doesn't work with libevent for other reasons)
|
Matthew Wild |
2009-11-22 |
s2smanager: Don't log full stanza when sending outwards
|
Matthew Wild |
2009-11-21 |
s2smanager: Don't tostring() the data before sending, sends2s already does this.
|
Matthew Wild |
2009-11-21 |
s2smanager: Fail outgoing s2s connection if hostname does not pass idna_to_ascii(), thanks Flo + waqas
|
Matthew Wild |
2009-11-20 |
s2smanager: Queue db:verify unless we already sent a db:result (if we had then it can could a dialback deadlock). Also remove some redundant code which could cause a db:result to be sent while still negotiating features (e.g. TLS) and break things. Collectively these fix a 'random' s2s failure (usually with ejabberd for some reason) - resulting in an 'unbound prefix' XML error, or 'ssl handshake failure'. Was this commit message long enough? I think so.
|
Matthew Wild |
2009-11-20 |
s2smanager: Use session-specific logger to log outgoing data on outgoing s2s connections
|
Matthew Wild |
2009-10-18 |