Remove or comment useless prints, or change them to log()
[prosody.git] / core / s2smanager.lua
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/