stanza_router: Use stanza.attr.from's host instead of origin.host when routing stanza...
[prosody.git] / core / stanza_router.lua
2009-06-14 Waqas Hussainstanza_router: Use stanza.attr.from's host instead...
2009-06-04 Waqas Hussainstanza_router: Remove unused s2s dialback functions
2009-06-04 Waqas HussainMy merge!!!!
2009-06-03 Waqas Hussainstanza_router: workaround for a Pidgin bug which sets...
2009-06-03 Waqas Hussainstanza_router: Remove the 'to' attribute when it's...
2009-06-01 Waqas Hussainstanza_router: Reply with an error on groupchat message...
2009-06-01 Waqas Hussainstanza_router: Don't reply with an error on invalid...
2009-06-01 Waqas Hussainstanza_router: Proper error for clients sending stanzas...
2009-06-01 Matthew WildMerge backout with following commits
2009-06-01 Matthew WildBacked out changeset 98f0e9eadf3b (better fix on the...
2009-06-01 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-31 Matthew Wildstanza_router: Don't route before firing events......
2009-05-31 Matthew Wildstanza_router: Fire global event if host doesn't have...
2009-05-30 Waqas Hussainstanza_router: Fire events for non-jabber:client and...
2009-05-30 Waqas Hussainstanza_router: Changed to use the prosody.events object...
2009-05-30 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-29 Matthew Wildstanza_router: Fix syntax errors
2009-05-29 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-29 Waqas Hussainstanza_router: Fire per-host stanza events
2009-05-28 Matthew Wildstanza_router: Break off resource selection for message...
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildMerge with 0.4
2009-05-21 Matthew WildMerge with 0.4
2009-05-21 Matthew Wildstanza_router: Fix for subscriptions to users on compon...
2009-05-19 Matthew WildMerge with 0.4
2009-05-18 Waqas Hussainstanza_router: Handle outbound presence if inbound...
2009-05-16 Matthew Wildstanza_router: s/conn/stream/ in log message
2009-05-16 Matthew Wildstanza_router: Remove FIXME and replace with meaningful...
2009-05-15 Waqas Hussainstanza_router: Added global function core_post_stanza
2009-05-15 Waqas Hussainstanza_router: Improved message routing order
2009-05-15 Waqas HussainDropped support for resource based components
2009-05-15 Waqas Hussainstanza_router: Removed global function core_handle_stanza
2009-05-15 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-15 Waqas Hussainstanza_router: Cleaner namespace handling
2009-05-15 Waqas Hussainstanza_router: Refactored core_handle_stanza, and added...
2009-05-15 Waqas Hussainstanza_router: Fire events after all checks
2009-05-15 Tobias MarkmannMerging SASL buggy client workaround with current tip.
2009-05-15 Waqas Hussainstanza_router: Removed some unnecessary code
2009-05-15 Waqas Hussainstanza_router: Removed a FIXME
2009-05-15 Waqas Hussainstanza_router: Fixed an invalid stanza check
2009-05-15 Waqas Hussainstanza_router: Remove unnecessary directed presence...
2009-05-15 Waqas Hussainstanza_router: Prevent further processing of a handled...
2009-05-13 Matthew WildMerge with 0.4
2009-05-13 Matthew Wildstanza_router: Bounce stanzas to/from invalid JIDs...
2009-05-09 Matthew Wildstanza_router: Pass session.to_host to modulemanager...
2009-05-06 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-04 Matthew WildMerge with 0.4
2009-05-03 Matthew WildMerge with 0.4
2009-05-03 Matthew WildMerge with 0.4
2009-05-02 Matthew WildMerge with 0.4
2009-05-01 Matthew WildMerge with 0.4
2009-04-30 Matthew WildMerge with 0.4
2009-04-29 Matthew WildMerge with 0.4
2009-04-29 Matthew WildMerge with 0.4
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-22 Matthew Wildstanzarouter: Make _G.hosts local
2009-04-22 Matthew WildMerge with 0.4.1
2009-04-21 Matthew WildMerge with 0.4.1
2009-04-21 Matthew WildMerge with 0.4.1
2009-04-21 Matthew WildMerge with 0.4.1
2009-04-20 Matthew WildMerge
2009-04-20 Matthew WildMerging stable into unstable
2009-04-14 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-14 Waqas HussainStopped using presencemanager in stanza_router
2009-04-14 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-14 Waqas Hussaincore/eventmanager2 - new event manager
2009-04-08 Matthew WildMerge
2009-04-08 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-06 Waqas HussainFixed: Send correct error reply for IQs directed at...
2009-04-06 Waqas HussainFixed: Issue with presence error routing
2009-03-30 Matthew WildAutomated merge with ssh://hg@prosody.im/prosody-hg
2009-03-29 Waqas HussainFixed: stanza_router: Respond with correct stanza error...
2009-03-21 Matthew Wildcore.stanza_router: Allow routing from components
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-14 Matthew WildMerge
2009-03-14 Matthew WildDon't reject some valid IQs. Thanks to elmex for spotting.
2009-03-03 Tobias MarkmannMerged with main tip.
2009-03-02 Matthew Wildcore.stanza_router: Don't bounce errors to iq type...
2009-02-28 Matthew Wildcore.stanza_router: Reply with error to groupchat messa...
2009-02-11 Matthew Wildstanza_router: Fix handling of iq from c2s to bare...
2009-02-11 Matthew WildMerge with waqas for MUC/routing fixes
2009-02-11 Waqas HussainChange the to attribute of messages to the recipients...
2009-02-11 Waqas HussainStanza router: Message to bare JID fixes
2009-02-11 Waqas HussainFixed: Some presence stanzas from local users were...
2009-02-11 Waqas HussainFixed directed presence handling to work correctly...
2009-02-09 Matthew Wildstanza_router: Fix for when clients don't specify prior...
2009-01-30 Matthew WildUpdate copyright notices for 2009
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/
next