summary
shortlog
changelog
graph
tags
branches
files
Search:
trunk
/ file revisions
file
revisions
annotate
diff
rss
core/stanza_router.lua
2009-06-20
stanza_router: Skip prepping 'from' on c2s origins - #optimization
file
|
diff
|
annotate
2009-06-20
stanza_router: Fixed a corner case where processing could continue after an error reply
file
|
diff
|
annotate
2009-06-20
stanza_router: A little refactoring
file
|
diff
|
annotate
2009-06-14
stanza_router: Remove unused variables
file
|
diff
|
annotate
2009-06-14
stanza_router: Remove all traces of presencemanager
file
|
diff
|
annotate
2009-06-14
stanza_router: Use stanza.attr.from's host instead of origin.host when routing stanzas to remote hosts (fixes problem with sending from node@host components)
file
|
diff
|
annotate
2009-06-04
stanza_router: Remove unused s2s dialback functions
file
|
diff
|
annotate
2009-06-03
stanza_router: workaround for a Pidgin bug which sets 'to' to the SRV result
file
|
diff
|
annotate
2009-06-03
stanza_router: Remove the 'to' attribute when it's value is the bare JID of the local user sending the stanza
file
|
diff
|
annotate
2009-06-01
stanza_router: Reply with an error on groupchat messages to bare JID
file
|
diff
|
annotate
2009-06-01
stanza_router: Don't reply with an error on invalid JIDs in error or result stanzas
file
|
diff
|
annotate
2009-06-01
stanza_router: Proper error for clients sending stanzas after auth but before resource binding
file
|
diff
|
annotate
2009-06-01
Merge backout with following commits
file
|
diff
|
annotate
2009-06-01
Backed out changeset 98f0e9eadf3b (better fix on the way)
file
|
diff
|
annotate
2009-05-31
stanza_router: Don't route before firing events... waqas, is this safe?
file
|
diff
|
annotate
2009-05-31
stanza_router: Fire global event if host doesn't have events, fixes #103
file
|
diff
|
annotate
2009-05-31
stanza_router: Fire events for non-jabber:client and pre-auth stanzas
file
|
diff
|
annotate
2009-05-31
stanza_router: Changed to use the prosody.events object directly, rather than through eventmanager2
file
|
diff
|
annotate
2009-05-29
stanza_router: Fix syntax errors
file
|
diff
|
annotate
2009-05-30
stanza_router: Fire per-host stanza events
file
|
diff
|
annotate
2009-05-28
stanza_router: Break off resource selection for messages into a standalone function
file
|
diff
|
annotate
2009-05-21
Merge with 0.4
file
|
diff
|
annotate
2009-05-21
stanza_router: Fix for subscriptions to users on components [0.4 branch only]
file
|
diff
|
annotate
2009-05-19
stanza_router: Handle outbound presence if inbound handlers don't catch it
file
|
diff
|
annotate
2009-05-16
stanza_router: s/conn/stream/ in log message
file
|
diff
|
annotate
2009-05-16
stanza_router: Remove FIXME and replace with meaningful comment
file
|
diff
|
annotate
2009-05-16
stanza_router: Added global function core_post_stanza
file
|
diff
|
annotate
2009-05-16
stanza_router: Improved message routing order
file
|
diff
|
annotate
2009-05-16
Dropped support for resource based components
file
|
diff
|
annotate
2009-05-16
stanza_router: Removed global function core_handle_stanza
file
|
diff
|
annotate
2009-05-16
stanza_router: Cleaner namespace handling
file
|
diff
|
annotate
2009-05-16
stanza_router: Refactored core_handle_stanza, and added handling for unsupported top-level stanzas
file
|
diff
|
annotate
2009-05-15
stanza_router: Fire events after all checks
file
|
diff
|
annotate
2009-05-15
stanza_router: Removed some unnecessary code
file
|
diff
|
annotate
2009-05-15
stanza_router: Removed a FIXME
file
|
diff
|
annotate
2009-05-15
stanza_router: Fixed an invalid stanza check
file
|
diff
|
annotate
2009-05-15
stanza_router: Remove unnecessary directed presence handling
file
|
diff
|
annotate
2009-05-15
stanza_router: Prevent further processing of a handled stanza
file
|
diff
|
annotate
2009-05-13
Merge with 0.4
file
|
diff
|
annotate
2009-05-13
stanza_router: Bounce stanzas to/from invalid JIDs with a jid-malformed error
file
|
diff
|
annotate
2009-05-09
stanza_router: Pass session.to_host to modulemanager, fixes modules for s2sin_unauthed
file
|
diff
|
annotate
2009-04-22
stanzarouter: Make _G.hosts local
file
|
diff
|
annotate
2009-04-15
Stopped using presencemanager in stanza_router
file
|
diff
|
annotate
2009-04-15
core/eventmanager2 - new event manager
file
|
diff
|
annotate
2009-04-07
Fixed: Send correct error reply for IQs directed at unavailable resources
file
|
diff
|
annotate
2009-04-07
Fixed: Issue with presence error routing
file
|
diff
|
annotate
2009-03-30
Fixed: stanza_router: Respond with correct stanza error on malformed stanzas
file
|
diff
|
annotate
2009-03-21
core.stanza_router: Allow routing from components
file
|
diff
|
annotate
2009-03-20
Merge
file
|
diff
|
annotate
2009-03-20
0.3->0.4
file
|
diff
|
annotate
2009-03-14
Don't reject some valid IQs. Thanks to elmex for spotting.
file
|
diff
|
annotate
2009-03-02
core.stanza_router: Don't bounce errors to iq type=result/error
file
|
diff
|
annotate
2009-02-28
core.stanza_router: Reply with error to groupchat messages directed at unavailable resources or offline users
file
|
diff
|
annotate
2009-02-11
stanza_router: Fix handling of iq from c2s to bare JIDs, thanks to jaharkes for spotting
file
|
diff
|
annotate
2009-02-11
Merge with waqas for MUC/routing fixes
file
|
diff
|
annotate
2009-02-11
Change the to attribute of messages to the recipients' bare JID when the recipient/resource is offline.
file
|
diff
|
annotate
2009-02-11
Stanza router: Message to bare JID fixes
file
|
diff
|
annotate
2009-02-11
Fixed: Some presence stanzas from local users were not being routed correctly to components (ghosts in mod_muc)
file
|
diff
|
annotate
2009-02-11
Fixed directed presence handling to work correctly for components
file
|
diff
|
annotate
2009-02-09
stanza_router: Fix for when clients don't specify priority in initial presence
file
|
diff
|
annotate
(0)
-100
-60
tip