aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* DST setting wasn't transferred to client, leading to wrong time display.Homer Horwitz2009-04-041-1/+1
|
* 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.
* Added AllowLoginWithoutInventory to LoginService, to be overwritten in ↵diva2009-04-013-15/+41
| | | | subclasses. Default is false. HGLoginAuthService sets it true. Better error handling dealing with inventory service faults.
* 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.