| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Addresses mantis #3471. Requires upgrade of User Server in grid mode for this fix to kick in.
|
|
|
|
|
|
| |
* Clean up some log messages
|
| |
|
|
|
|
|
|
|
| |
* Moved the constants out into a separate DefaultConfig
* Pulled configMember up
* Some minor CCC
|
|
|
|
| |
authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities.
|
|
|
|
|
|
|
| |
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!
|
|
|
|
|
|
|
| |
OpenSim, license text is unchanged)
* Added Bitmap[,] to IParcel for MRM
|
| |
|
| |
|
|
|
|
| |
be used from more than just Scenes. Added the NewFileAgentInvengory cap to HGInventoryService.
|
|
|
|
| |
subclasses. Default is false. HGLoginAuthService sets it true. Better error handling dealing with inventory service faults.
|
| |
|
|
|
|
| |
to verify the key.
|
| |
|
|
|
|
| |
Improved error handling in HGLoginAuthService. Instrumented HGInventoryService so that it can interface both with local and remote user and asset services.
|
|
|
|
| |
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.
|
|
standalone and the grid services. Should not affect any functionality.
|