aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Clients (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-06Update svn properties.Jeff Ames1-631/+631
2009-04-05Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵diva2-0/+154
be fetched from the user's inventory server and rezzed in the region. Added all code necessary to fetch the item and the asset, and rez it inworld. The access to the item is uncap-ed and unverified -- I may place it later either under a cap or with auth verification. But in this model regions don't have the user's inventory, so they would have to guess the item IDs. Added safemode config to Standalone Hypergrid, similar effect to AllowRegionAccessToInventory in Inventory Server. Everyone should have these vars set to their default values except me!
2009-04-01More refactoring. This time extracting the client-side of ↵diva1-0/+555
RESTInterregionComms into a RegionClient class.
2009-03-30HGInventoryService now uses the actual authority portion of the user's key ↵diva1-116/+118
to verify the key.
2009-03-30Sigh. Manual data typing grief.diva1-7/+15
2009-03-29Added Authorization client code that interfaces with HGLoginAuthService. ↵diva1-0/+108
Improved error handling in HGLoginAuthService. Instrumented HGInventoryService so that it can interface both with local and remote user and asset services.