Automated merge with http://waqas.ath.cx:8000/
[prosody.git] / core / s2smanager.lua
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...
2008-10-30 Matthew Wildsends2s -> s2s_session.send(), s2s_session.send() ...
2008-10-26 Matthew WildBetter logging of s2s connections
2008-10-26 Matthew WildMerge presence/subscription support from waqas
2008-10-26 Matthew WildLittle tweak for more useful logging of closed s2s...
2008-10-25 Matthew WildRemove misleading log message regarding s2s/dialback
2008-10-24 Matthew Wildother half of previous commit
2008-10-24 Matthew WildRemove some overly-verbose debug log output
2008-10-24 Matthew WildDestroy s2s sendqueue when connection is established...
2008-10-24 Matthew WildHack until we get SRV resolving
2008-10-24 Matthew WildMerge from waqas
2008-10-24 Matthew WildPartial s2s commit
2008-10-24 Matthew Wilds2s works! \o/ \o/