Oops, never added the tests for s2smanager to the repo
[prosody.git] / core /
2008-11-20 Matthew WildRemove or comment useless prints, or change them to...
2008-11-20 Matthew WildDon't error reply to stanzas direct over the s2s stream...
2008-11-20 Matthew WildUse a stanza for c2s stream features instead of an...
2008-11-20 Matthew WildLog number of open sessions on session creation
2008-11-20 Matthew WildRemove a debug print() from xmlhandlers
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-19 Matthew WildDon't error if streamopened/streamclosed callback is...
2008-11-19 Matthew WildExtra checks before sending error replies to incoming...
2008-11-19 Matthew WildFix sending of unavailable presence on disconnect
2008-11-18 Matthew WildWe have SRV resolving \o/
2008-11-18 Matthew WildSmall fix for servermanager
2008-11-18 Matthew Wild*ahem* Yes, move along please... though really, quite...
2008-11-18 Matthew Wildsession:disconnect() -> session:close() for consistency...
2008-11-18 Matthew WildRemove useless check for unavailable presence (which...
2008-11-18 Matthew WildQuite some changes, to:
2008-11-18 Matthew WildAllow us to close client connections, with or without...
2008-11-17 Waqas HussainFixed s2s manager's send queue to not store recieved...
2008-11-17 Waqas HussainSend unsubscribe and unsubscribed on roster item delete...
2008-11-17 Waqas HussainAdding logging for outbound presence broadcasts (change...
2008-11-17 Waqas HussainAdding logging for outbound presence broadcasts
2008-11-17 Waqas HussainSecond fix for broadcasting presence of available resou...
2008-11-17 Waqas HussainFix for broadcasting presence of available resources...
2008-11-17 Waqas HussainMoved presence subscription code from stanza_router...
2008-11-16 Matthew WildMerge with waqas
2008-11-16 Waqas HussainRemoved unused function send_to_session from sessionman...
2008-11-16 Waqas HussainFixed servermanager to use session.send for sending...
2008-11-15 Waqas HussainFixed sessionmanager to not send session in place of...
2008-11-15 Waqas HussainFixed sessionmanager to use appropriate method for...
2008-11-15 Matthew WildMerge with myself (!)
2008-11-15 Matthew WildIf iq child element has no xmlns, use parent's
2008-11-15 Matthew WildMerge from waqas
2008-11-15 Waqas HussainCode cleanup for resource binding
2008-11-15 Matthew WildMerge new SASL code from Tobias and Waqas
2008-11-15 Matthew WildFix routing of outbound iq stanzas
2008-11-15 Tobias MarkmannMerging my new SASL code with Waqas' adjusted saslauth...
2008-11-15 Matthew WildReturn registered host table when registering a component
2008-11-15 Waqas HussainLog how many queued stanzas we send
2008-11-15 Matthew WildMerge from waqas
2008-11-15 Waqas HussainSome bugs fixed
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 WildOnly reply with errors if the stanza is not an error...
2008-11-14 Matthew WildUpdate rostermanager to use new logger
2008-11-14 Matthew WildA treat for Linux users ;)
2008-11-14 Matthew WildFix outgoing s2s from components. Fixes #16
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 Waqas HussainAdded error replies for unhandled stanzas
2008-11-13 Waqas HussainAdded basic offline message support
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 Waqas HussainFixed typo
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 Waqas HussainHack to allow s2s stanzas to work until we do proper...
2008-11-09 Matthew WildPrevent slow connects for s2s from blocking for so...
2008-11-08 Waqas HussainWe now fail if modules fail to load at startup.
2008-11-08 Waqas HussainUpdated usermanager with DIGEST-MD5 support
2008-11-08 Matthew WildFix some very misleading logging
2008-11-08 Matthew WildJust committing this warning, because I want to know...
2008-11-08 Matthew WildMerge from waqas
2008-11-08 Matthew WildFix for checking components, but we need to look at...
2008-11-08 Waqas HussainRedirecting all stanzas not from origin of type s2sin...
2008-11-06 Waqas HussainShortened log output for incoming stanzas and an added...
2008-11-06 Waqas HussainReworked the way lxmppd.cfg is used
2008-11-04 Matthew WildRe-applying my changes to componentmanager. Sigh.
2008-11-04 Waqas HussainAdding component support. Again...
2008-11-04 Matthew Wild/me glares at waqas for messing up the repo
2008-11-04 Waqas Hussain/me glares at MattJ
2008-11-04 Matthew WildPart 2 of internal components. Should have mentioned...
2008-11-04 Matthew WildPart one of internal component support
2008-11-04 Waqas HussainCommented a buggy check
2008-11-04 Waqas HussainInternal component support
2008-11-04 Matthew WildMerge (for some reason)
2008-11-03 Waqas HussainA little whitespace fix
2008-11-02 Matthew WildRemove obsolete stanza_dispatch.lua
2008-11-02 Matthew Wildmerge from waqas
2008-11-02 Waqas HussainPriority based message routing, etc
2008-11-02 Waqas HussainAdded resource priority handling, etc
2008-11-02 Matthew WildFix for previous commit (again)
2008-11-02 Matthew WildFix for previous commit
next