Issue Details (XML | Word | Printable)

Key: LIBOMV-449
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Latif Khalifa
Reporter: dahlia
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
libopenmetaverse

(PATCH) add ability to chain login request and response delegates

Created: 19/Feb/09 10:08 PM   Updated: 20/Feb/09 10:05 AM
Component/s: GridProxy/WinGridProxy
Affects Version/s: None
Fix Version/s: 0.6.0

File Attachments: 1. Text File gridproxy.patch (2 kB)


Environment: All


 Description  « Hide
Gridproxy allows delegates to be set for login request and login response, but setting them in a plugin prevents them from executing. The attached patch passes the existing delegates when setting new delegates so a chain can be executed, giving plugins the ability to access login request and response data.

This patch also changes activeCircuit and KnownCaps from private to public as it is common for user plugins to access and modify these variables.



 All   Comments   Change History   Subversion Commits   Patches      Sort Order: Ascending order - Click to sort in descending order
Latif Khalifa added a comment - 20/Feb/09 10:05 AM
Applied in r2449. Thanks!