aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-313-2077/+2077
|
* HGInventoryService now uses the actual authority portion of the user's key ↵diva2009-03-302-1043/+1042
| | | | to verify the key.
* Sigh. Manual data typing grief.diva2009-03-302-11/+5
|
* Added Authorization client code that interfaces with HGLoginAuthService. ↵diva2009-03-292-21/+84
| | | | 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-294-6/+2104
| | | | 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-292-0/+965
standalone and the grid services. Should not affect any functionality.