diff options
author | Diva Canto | 2010-01-31 11:10:57 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-31 11:10:57 -0800 |
commit | 40d8e91008b7d76ce6b9398484c591eb51c85bdb (patch) | |
tree | 7851807bee519bcae508f77e11107c7ed1e99ae9 /bin | |
parent | Added missing file. (diff) | |
download | opensim-SC_OLD-40d8e91008b7d76ce6b9398484c591eb51c85bdb.zip opensim-SC_OLD-40d8e91008b7d76ce6b9398484c591eb51c85bdb.tar.gz opensim-SC_OLD-40d8e91008b7d76ce6b9398484c591eb51c85bdb.tar.bz2 opensim-SC_OLD-40d8e91008b7d76ce6b9398484c591eb51c85bdb.tar.xz |
* Added a few files that were missing in the repo.
* New HGInventoryService which allows restricted access to inventory while outside
Diffstat (limited to 'bin')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 686d2a4..f36b0c4 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -33,7 +33,6 @@ | |||
33 | SimulationServiceInConnector = true | 33 | SimulationServiceInConnector = true |
34 | 34 | ||
35 | [AssetService] | 35 | [AssetService] |
36 | ; For the AssetServiceInConnector | ||
37 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | 36 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" |
38 | 37 | ||
39 | ; For HGAssetBroker | 38 | ; For HGAssetBroker |
@@ -41,7 +40,6 @@ | |||
41 | HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector" | 40 | HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector" |
42 | 41 | ||
43 | [InventoryService] | 42 | [InventoryService] |
44 | ; For the InventoryServiceInConnector | ||
45 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService" | 43 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService" |
46 | 44 | ||
47 | ; For HGInventoryBroker | 45 | ; For HGInventoryBroker |
@@ -49,7 +47,6 @@ | |||
49 | HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" | 47 | HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" |
50 | 48 | ||
51 | [AvatarService] | 49 | [AvatarService] |
52 | ; For the InventoryServiceInConnector | ||
53 | LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService" | 50 | LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService" |
54 | 51 | ||
55 | [LibraryService] | 52 | [LibraryService] |
@@ -117,3 +114,8 @@ | |||
117 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 114 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
118 | GridService = "OpenSim.Services.GridService.dll:GridService" | 115 | GridService = "OpenSim.Services.GridService.dll:GridService" |
119 | 116 | ||
117 | ;; The interface that local users get when they are in other grids | ||
118 | ;; This greatly restricts the inventory operations while in other grids | ||
119 | [HGInventoryService] | ||
120 | ; For the InventoryServiceInConnector | ||
121 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService" | ||