s2smanager, mod_compression, mod_tls: Changed event.session to event.origin for s2s...
[prosody.git] / core / s2smanager.lua
2010-02-11 Waqas Hussains2smanager, mod_compression, mod_tls: Changed event...
2010-02-05 Matthew WildMerge with backout
2010-01-31 Matthew Wilds2smanager: Update for new server SSL API (don't pass...
2010-01-30 Matthew Wilds2smanager: Fix syntax error)
2010-01-30 Matthew Wilds2smanager: require_s2s_encryption -> s2s_require_encry...
2010-01-30 Matthew Wilds2smanager: Make require_s2s_encryption do what it...
2010-01-28 Matthew Wilds2smanager: Whitespace
2010-01-19 Matthew Wilds2smanager: Log error and fail gracefully if we can...
2010-01-19 Matthew Wilds2smanager: No-one noticed that Prosody stopped sending...
2010-01-09 Matthew Wilds2smanager: Split sending of stream header into a ...
2010-01-04 Matthew Wilds2smanager: Allow new_outgoing() to create sessions...
2010-01-03 Paul Aurichs2smanager: Stamp a 'to' on the reply stream:stream...
2010-01-03 Matthew Wilds2smanager, hostmanager: Make dialback secrets per...
2010-01-03 Matthew Wilds2smanager: Trim trailing whitespace
2009-12-17 Matthew Wilds2smanager: Give reasons to destroy_session in more...
2009-12-17 Matthew WildMerge with backout branch
2009-12-17 Matthew Wilds2smanager: Send reply stream header only after checkin...
2009-12-17 Matthew WildBacked out changeset 78c5cb163ea9, to fix another way...
2009-12-17 Matthew Wilds2smanager: More whitespace
2009-12-17 Matthew Wilds2smanager: Mark stream as opened sooner, this prevents...
2009-12-17 Matthew Wilds2smanager: Whitespace
2009-12-17 Matthew Wilds2smanager: Have both destroy_session and bounce_sendq...
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-26 Matthew Wilds2smanager: Allow configuration of the dialback_secret...
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Matthew WildMerge with 0.6 on prosody.im
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Matthew Wilds2smanager: Log warning when trying to send a stanza...
2009-11-22 Matthew Wilds2smanager: Fix syntax error introduced in merge
2009-11-22 Matthew WildMerge with trunk
2009-11-22 Matthew Wilds2smanager: Update for new net.server API (s2s still...
2009-11-21 Matthew Wilds2smanager: Don't log full stanza when sending outwards
2009-11-21 Matthew Wilds2smanager: Don't tostring() the data before sending...
2009-11-20 Matthew Wilds2smanager: Fail outgoing s2s connection if hostname...
2009-11-20 Matthew Wilds2smanager: Queue db:verify unless we already sent...
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-10-18 Matthew Wilds2smanager: Use session-specific logger to log outgoing...
2009-10-17 Matthew Wilds2smanager: Add incoming_s2s to the prosody object
2009-10-16 Matthew Wilds2smanager: Fix access of 'config' global without requi...
2009-10-13 Matthew WildMerge with 0.5
2009-10-13 Waqas HussainMerge with 0.5
2009-10-08 Matthew Wilds2smanager: Make s2s-stream-features a per-host event
2009-10-06 Matthew Wilds2smanager: Don't send version=1.0 in reply to incoming...
2009-10-06 Matthew Wilds2smanager: Improve log message on missing to/from...
2009-10-05 Matthew Wilds2smanager: Mark session as secure if it was negotiatin...
2009-10-04 Paul AurichSpecify XMPP version on response stream to incoming...
2009-10-04 Paul AurichMinor changes; outgoing TLS works.
2009-10-04 Matthew Wilds2smanager: Small comment
2009-10-04 Matthew Wilds2smanager: Don't wait for stream:features from non...
2009-10-04 Matthew Wilds2smanager: Send stream:features for incoming s2s conne...
2009-10-04 Matthew Wilds2smanager: Give outgoing sessions a host field (the...
2009-09-27 Matthew WildMerge with trunk
2009-09-27 Matthew WildMerge with 0.5
2009-09-27 Matthew WildMerge with waqas
2009-09-27 Matthew WildMerge with waqas
2009-09-27 Matthew Wildcore.s2smanager: Always use last record in the DNS...
2009-09-21 Matthew WildMerge with 0.5
2009-09-21 Matthew Wildcore.s2smanager: Don't recurse CNAMEs infinitely :)
2009-09-20 Matthew WildMerge with 0.5
2009-09-20 Matthew WildMerge with 0.5
2009-09-20 Matthew Wilds2smanager: Timeout unauthed s2s connections
2009-09-19 Matthew WildMerge with 0.5
2009-09-19 Matthew Wilds2smanager: Compatibility with domains which use CNAMEs
2009-09-19 Matthew WildMerge with 0.5
2009-09-19 Matthew Wilds2smanager: Pass A-record lookups through adns module
2009-08-20 Matthew WildMerge with 0.5
2009-08-20 Matthew WildUncertain merge with 0.5's SASL
2009-08-18 Matthew WildMerge waqas with Tobias. Eww.
2009-08-16 Matthew Wildcore.s2smanager, xmppserver_listener: Move the responsi...
2009-07-10 Matthew WildRemove version number from copyright headers
2009-07-08 Matthew Wilds2smanager: Fix to correctly bounce stanzas if first...
2009-07-05 Tobias MarkmannMerge with main branch.
2009-07-03 Matthew Wilds2smanager: Log the hostname and address when s2s conne...
2009-07-01 Waqas HussainMerged with trunk
2009-07-01 Matthew WildSend xml:lang in stream headers, fixes #78
2009-06-19 Waqas HussainMerge with trunk
2009-06-19 Matthew WildMerge with waqas via albert!
2009-06-19 Matthew Wilds2smanager: Remove srv_hosts from session when connecte...
2009-06-04 Waqas Hussains2smanager: Use a UUID as the dialback secret
2009-05-26 Matthew Wilds2smanager: Timeout DNS requests after 60 seconds ...
2009-05-26 Matthew Wilds2smanager: Only send reply </stream:stream> when conne...
2009-04-30 Matthew WildMerge with 0.4
2009-04-30 Matthew Wilds2smanager: Miscellaneous logging improvements, changin...
2009-04-20 Matthew WildMerge
2009-04-20 Matthew Wildcore.s2smanager: Buffer data sent before connection
2009-04-20 Matthew Wildcore.s2smanager: Logging improvements
2009-04-12 Matthew Wildcore.s2smanager: Don't initiate dialback if we don...
2009-04-10 Matthew WildRemove more debugging code which was accidentally commi...
2009-04-10 Matthew Wildcore.s2smanager: Remove some debugging
2009-04-10 Matthew WildMerge
2009-04-10 Matthew WildMerge
2009-04-08 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-08 Matthew Wildcore.s2smanager: Look away... wait for it... now! Hopef...
2009-04-06 Matthew Wildcore.s2smanager: Check for valid host and port before...
2009-04-05 Matthew Wildsessionmanager, s2smanager, mod_component: Send reply...
2009-03-30 Matthew WildAutomated merge with ssh://hg@prosody.im/prosody-hg
2009-03-30 Waqas HussainFixed: Some nil access bugs
2009-03-29 Waqas HussainFixed: s2smanager: Apply nameprep on hostnames passed...
next