s2smanager: Remove srv_hosts from session when connected, this fixes attempting to...
[prosody.git] / core / s2smanager.lua
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...
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-03 Tobias MarkmannMerged with main tip.
2009-03-02 Matthew Wildcore.s2smanager: Remove some old commented code, break...
2009-01-30 Matthew WildUpdate copyright notices for 2009
2009-01-30 Matthew Wild0.2->0.3
2009-01-30 Matthew WildGPL->MIT!
2009-01-29 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-17 Matthew WildPort to new server.lua, quite some changes, but I belie...
2008-12-22 Matthew WildMerge from waqas
2008-12-18 Waqas HussainBounce stanza errors on failed s2s
2008-12-16 Matthew WildMerge from waqas
2008-12-13 Matthew WildAdd support for dialback piggy-backing. Fixes #37....
2008-12-10 Matthew Wild0.1 -> 0.2
2008-12-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-07 Matthew WildSlightly more secure dialback secret generation
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Matthew WildRemove print()s from sessionmanager and s2smanager
2008-12-05 Matthew WildRemove an incorrect line which I didn't add, and fix...
2008-12-05 Matthew WildFix for s2s with jabberd2 (we weren't routing db:verify...
2008-12-05 Matthew WildMerge from waqas
2008-12-05 Matthew WildMerge from waqas
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-04 Matthew WildDon't send stream:features to incoming s2s connections
2008-12-04 Matthew WildFix logger ids for c2s and s2sout
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew WildInsert copyright/license headers
2008-11-28 Matthew WildMerge from waqas
2008-11-28 Matthew WildNo more reading 1 byte at a time from sockets
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Waqas HussainSwitched from md5 to sha256 for dialback key generation
2008-11-26 Matthew WildLog reason for connection failure
2008-11-26 Matthew Wild(Basic) IDNA and SRV fallback support
2008-11-23 Tobias MarkmannMerging with main branch.
2008-11-20 Matthew WildRemove or comment useless prints, or change them to...
2008-11-20 Matthew WildRemove version=1.0 on s2s stream headers, again.
2008-11-19 Matthew WildRemove an old FIXME comment
2008-11-19 Matthew WildComments and logging fixes
2008-11-19 Matthew WildSend version=1.0 again in s2s stream header
2008-11-19 Matthew WildFix for setting the correct host on the socket, seems...
2008-11-19 Matthew WildDon't send version 1.0. Who cares about Gmail?
2008-11-19 Matthew WildSend version=1.0 in s2s stream header. Send s2s stream...
2008-11-19 Matthew WildDon't attempt to auth connection unless stanzas are...
2008-11-19 Matthew WildLog sent s2s stanzas
2008-11-18 Matthew WildWe have SRV resolving \o/
2008-11-18 Matthew Wildsession:disconnect() -> session:close() for consistency...
2008-11-18 Matthew WildQuite some changes, to:
2008-11-17 Waqas HussainFixed s2s manager's send queue to not store recieved...
2008-11-15 Tobias MarkmannMerging my new SASL code with Waqas' adjusted saslauth...
2008-11-15 Waqas HussainLog how many queued stanzas we send
2008-11-15 Matthew WildMerge from waqas
2008-11-14 Matthew WildUpdate hostname for identi.ca
2008-11-14 Matthew WildRemove some old unused (and empty) functions from s2sma...
2008-11-14 Matthew WildNow outgoing s2s sessions are associated with their...
2008-11-14 Matthew WildSome more logging fixes
2008-11-14 Matthew WildYep, s2s definitely works now. This is just a small...
2008-11-14 Matthew WildI knew it ;) Fix sending error replies over s2s (though...
2008-11-14 Matthew WildPrint out the stanza also
2008-11-14 Matthew WildFix for detecting when we are routing a stanza to ourse...
2008-11-14 Matthew WildAnother small fix, for logging in s2smanager
2008-11-14 Matthew WildAnother small fix, for logging in s2smanager
2008-11-14 Matthew WildMmm, s2s fixed :)
2008-11-13 Matthew WildMerge from waqas
2008-11-13 Matthew WildMissed importing a function in last commit
2008-11-13 Matthew WildChange sending reply stream header to use top_tag()
2008-11-12 Matthew WildSome s2s fixes. Now connect() does not block, and stanz...
2008-11-10 Tobias MarkmannMerging.
2008-11-09 Matthew WildMerge from waqas
2008-11-09 Matthew WildMerge from waqas
2008-11-09 Matthew WildMove some code about so that we don't leave connections...
2008-11-09 Matthew WildPrevent slow connects for s2s from blocking for so...
2008-11-08 Matthew WildFix some very misleading logging
2008-11-08 Matthew WildJust committing this warning, because I want to know...
2008-11-02 Matthew Wildmerge from waqas
2008-11-02 Waqas HussainAdded resource priority handling, etc
2008-11-01 Matthew WildFix s2s once and for all
2008-11-01 Matthew WildGeneral fixes for s2s, to make it more robust (I hope...
next