aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Services/HGLoginAuthService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added AllowLoginWithoutInventory to LoginService, to be overwritten in ↵diva2009-04-011-0/+6
| | | | subclasses. Default is false. HGLoginAuthService sets it true. Better error handling dealing with inventory service faults.
* HGInventoryService now uses the actual authority portion of the user's key ↵diva2009-03-301-328/+328
| | | | to verify the key.
* Sigh. Manual data typing grief.diva2009-03-301-10/+3
|
* Added Authorization client code that interfaces with HGLoginAuthService. ↵diva2009-03-291-13/+19
| | | | Improved error handling in HGLoginAuthService. Instrumented HGInventoryService so that it can interface both with local and remote user and asset services.
* Moved some files around, so that it's easier to share code between ↵diva2009-03-291-0/+329
standalone and the grid services. Should not affect any functionality.