0.2->0.3
[prosody.git] / core / stanza_router.lua
2009-01-30 Matthew Wild0.2->0.3
2009-01-30 Matthew WildGPL->MIT!
2009-01-16 Matthew Wildstanza_router: That'll teach me to not commit at this...
2009-01-16 Matthew WildReplacing pretty_print() with top_tag() for logging
2009-01-14 Waqas HussainStringprep!
2009-01-14 Waqas Hussainstanza_router: Fixed error replies for unhandled stanzas
2008-12-31 Waqas HussainSend host, and not the recipient's JID to module manage...
2008-12-25 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-25 Waqas HussainMore error replies for offline and non-existing users
2008-12-24 Waqas HussainDirected presence
2008-12-24 Waqas HussainChanged order of checking for component hosts to check...
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-06 Matthew WildMerge from waqas/myself
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Waqas HussainFixed: Stopped tryint to send error replies on unauthed...
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew WildInsert copyright/license headers
2008-11-29 Tobias MarkmannAutomated merge.
2008-11-29 Matthew WildMerfe from Tobias
2008-11-29 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-11-29 Waqas HussainMoved incoming c2s presence handling from stanza_router...
2008-11-27 Matthew WildBumper commit for the new modulemanager API \o/ Updates...
2008-11-23 Tobias MarkmannMerging with main branch.
2008-11-21 Matthew WildNow possible to specify nil origin to core_route_stanza...
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-19 Matthew WildExtra checks before sending error replies to incoming...
2008-11-17 Waqas HussainMoved presence subscription code from stanza_router...
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 WildMerge from waqas
2008-11-14 Matthew WildOnly reply with errors if the stanza is not an error...
2008-11-14 Matthew WildA treat for Linux users ;)
2008-11-14 Matthew WildI knew it ;) Fix sending error replies over s2s (though...
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-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 Waqas HussainHack to allow s2s stanzas to work until we do proper...
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-04 Matthew Wild/me glares at waqas for messing up the repo
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 Wildmerge from waqas
2008-11-02 Waqas HussainPriority based message routing, etc
2008-11-02 Waqas HussainAdded resource priority handling, etc
2008-11-01 Matthew WildAnother fix for s2s (well, let's say it was more for...
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 WildWas a bit hasty to remove send_s2s() from stanza_router...
2008-10-30 Matthew Wildsends2s -> s2s_session.send(), s2s_session.send() ...
2008-10-26 Matthew WildMerge presence/subscription support from waqas
2008-10-25 Matthew WildLog when an incoming dialback verification request...
2008-10-25 Waqas HussainBug fixes and checks for presence subscriptions, etc
2008-10-25 Waqas HussainOutbound presence subscription
2008-10-25 Waqas HussainRouting code reorganization
2008-10-24 Waqas HussainInbound subscription request
2008-10-24 Waqas HussainInbound unsubscribe
2008-10-24 Waqas HussainInbound subscription cancellation
2008-10-24 Waqas HussainInbound subscription approval
2008-10-24 Waqas HussainMinor fixes, comments
2008-10-24 Matthew WildFix nil concat for good this time (\!)
2008-10-24 Matthew WildFix nil concat when non-existant user is probed (another)
2008-10-24 Matthew WildFix nil concat when non-existant user is probed
2008-10-24 Matthew WildMerge from waqas
2008-10-24 Matthew WildMerging more s2s
2008-10-24 Matthew WildPartial s2s commit
2008-10-24 Matthew Wilds2s works! \o/ \o/
2008-10-24 Matthew Wildworking incoming s2s \o/
2008-10-24 Matthew Wildworking outgoing s2s \o/
2008-10-24 Matthew Wilddialback keys now verified
2008-10-23 Waqas HussainMoved some code and removed unnecessary checks.
2008-10-23 Waqas HussainPresence fixes (again)
2008-10-23 Matthew WildNo need to comment out s2s in this branch
2008-10-23 Matthew WildBacked out changeset 98e9fea75e5b
2008-10-23 Matthew WildBacked out changeset 37b3e9ed8918 (again)
2008-10-23 Matthew WildBacked out changeset a0fc73d5f48c
2008-10-23 Matthew WildBacked out changeset 8f17ba74823c
2008-10-23 Matthew WildReverting stanza_router to non-conflicted version
2008-10-23 Matthew WildMaking the best attempt out of a bad merge from waqas
2008-10-23 Matthew WildInitial s2s stuff
2008-10-23 Waqas HussainAdded TODO
2008-10-23 Waqas HussainMerged from Matthew
2008-10-23 Waqas HussainMerged from Matthew
2008-10-23 Waqas HussainPresence fixes
next