aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Services/HGInventoryService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-151-4/+5
| | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-1/+1
|
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵diva2009-04-051-1/+17
| | | | | | | 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!
* * Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵Adam Frisby2009-04-051-25/+24
| | | | | | | OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM
* Remove some Mono warnings.Homer Horwitz2009-04-041-2/+2
|
* Added one more delegate to Caps, and a few guards, so that these objects can ↵diva2009-04-031-0/+14
| | | | be used from more than just Scenes. Added the NewFileAgentInvengory cap to HGInventoryService.
* HGInventoryService now uses the actual authority portion of the user's key ↵diva2009-03-301-715/+714
| | | | to verify the key.
* Sigh. Manual data typing grief.diva2009-03-301-1/+2
|
* Added Authorization client code that interfaces with HGLoginAuthService. ↵diva2009-03-291-8/+65
| | | | Improved error handling in HGLoginAuthService. Instrumented HGInventoryService so that it can interface both with local and remote user and asset services.
* Another bit of refactoring to try to make sense of ↵diva2009-03-291-6/+27
| | | | OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files.
* Moved some files around, so that it's easier to share code between ↵diva2009-03-291-0/+636
standalone and the grid services. Should not affect any functionality.