Log

core/s2smanager.lua @ 441:4089b62b510c

description author age
Log reason for connection failure Matthew Wild 2008-11-26
(Basic) IDNA and SRV fallback support Matthew Wild 2008-11-26
Remove or comment useless prints, or change them to log() Matthew Wild 2008-11-20
Remove version=1.0 on s2s stream headers, again. Matthew Wild 2008-11-20
Remove an old FIXME comment Matthew Wild 2008-11-19
Comments and logging fixes Matthew Wild 2008-11-19
Send version=1.0 again in s2s stream header Matthew Wild 2008-11-19
Fix for setting the correct host on the socket, seems to fix s2s with XCP Matthew Wild 2008-11-19
Don't send version 1.0. Who cares about Gmail? Matthew Wild 2008-11-19
Send version=1.0 in s2s stream header. Send s2s stream:features when in 1.0 mode. Matthew Wild 2008-11-19
Don't attempt to auth connection unless stanzas are being sent across it Matthew Wild 2008-11-19
Log sent s2s stanzas Matthew Wild 2008-11-19
We have SRV resolving \o/ Matthew Wild 2008-11-18
session:disconnect() -> session:close() for consistency with other Lua APIs Matthew Wild 2008-11-18
Quite some changes, to: Matthew Wild 2008-11-18
Fixed s2s manager's send queue to not store recieved stanza objects (as these can chnage after the send call) Waqas Hussain 2008-11-17
Log how many queued stanzas we send Waqas Hussain 2008-11-15
Update hostname for identi.ca Matthew Wild 2008-11-14
Remove some old unused (and empty) functions from s2smanager Matthew Wild 2008-11-14
Now outgoing s2s sessions are associated with their from_host, fixes #15 Matthew Wild 2008-11-14
Some more logging fixes Matthew Wild 2008-11-14
Yep, s2s definitely works now. This is just a small fix for logging... Matthew Wild 2008-11-14
I knew it ;) Fix sending error replies over s2s (though we shouldn't be error'ing on stream:features anyway) Matthew Wild 2008-11-14
Print out the stanza also Matthew Wild 2008-11-14
Fix for detecting when we are routing a stanza to ourself (I'm sure this has something to do with you, waqas...) Matthew Wild 2008-11-14
Another small fix, for logging in s2smanager Matthew Wild 2008-11-14
Another small fix, for logging in s2smanager Matthew Wild 2008-11-14
Mmm, s2s fixed :) Matthew Wild 2008-11-14
Missed importing a function in last commit Matthew Wild 2008-11-13
Change sending reply stream header to use top_tag() Matthew Wild 2008-11-13
Some s2s fixes. Now connect() does not block, and stanzas are not lost when connection is slow Matthew Wild 2008-11-12
Move some code about so that we don't leave connections hanging if they hit the connection timeout Matthew Wild 2008-11-09
Prevent slow connects for s2s from blocking for so long Matthew Wild 2008-11-09
Fix some very misleading logging Matthew Wild 2008-11-08
Just committing this warning, because I want to know if the problem really affects us Matthew Wild 2008-11-08
Added resource priority handling, etc Waqas Hussain 2008-11-02
Fix s2s once and for all Matthew Wild 2008-11-01
General fixes for s2s, to make it more robust (I hope), sending data to remote hosts sane (s2ssession.send() works as expected), recycle outgoing dialback connections, etc. Matthew Wild 2008-11-01
sends2s -> s2s_session.send(), s2s_session.send() -> s2s_session.sends2s() Matthew Wild 2008-10-30
Better logging of s2s connections Matthew Wild 2008-10-26
Little tweak for more useful logging of closed s2s sessions Matthew Wild 2008-10-26
Remove misleading log message regarding s2s/dialback Matthew Wild 2008-10-25
other half of previous commit Matthew Wild 2008-10-24
Remove some overly-verbose debug log output Matthew Wild 2008-10-24
Destroy s2s sendqueue when connection is established successfully and data written Matthew Wild 2008-10-24
Hack until we get SRV resolving Matthew Wild 2008-10-24
s2s works! \o/ \o/ s2s Matthew Wild 2008-10-24