aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Services/HGInventoryService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.