diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/Mono.Addins.CecilReflector.dll | bin | 364032 -> 226816 bytes | |||
-rwxr-xr-x | bin/Mono.Addins.Setup.dll | bin | 103424 -> 130560 bytes | |||
-rwxr-xr-x | bin/Mono.Addins.dll | bin | 202752 -> 235008 bytes | |||
-rw-r--r-- | bin/Robust.HG.ini.example | 12 | ||||
-rw-r--r-- | bin/Robust.ini.example | 13 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 5 |
6 files changed, 30 insertions, 0 deletions
diff --git a/bin/Mono.Addins.CecilReflector.dll b/bin/Mono.Addins.CecilReflector.dll index a1a6382..fb95e00 100755 --- a/bin/Mono.Addins.CecilReflector.dll +++ b/bin/Mono.Addins.CecilReflector.dll | |||
Binary files differ | |||
diff --git a/bin/Mono.Addins.Setup.dll b/bin/Mono.Addins.Setup.dll index 8aa6d5f..502ad18 100755 --- a/bin/Mono.Addins.Setup.dll +++ b/bin/Mono.Addins.Setup.dll | |||
Binary files differ | |||
diff --git a/bin/Mono.Addins.dll b/bin/Mono.Addins.dll index ea330fd..1bc4c55 100755 --- a/bin/Mono.Addins.dll +++ b/bin/Mono.Addins.dll | |||
Binary files differ | |||
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 4ecc6b0..55b6f90 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -54,6 +54,18 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
54 | ;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector" | 54 | ;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector" |
55 | 55 | ||
56 | 56 | ||
57 | ; Plugin Registry Location | ||
58 | ; Set path to directory for plugin registry. Information | ||
59 | ; about the registered repositories and installed plugins | ||
60 | ; will be stored here | ||
61 | ; The Robust.exe process must hvae R/W access to the location | ||
62 | RegistryLocation = "." | ||
63 | |||
64 | ; Modular configurations | ||
65 | ; Set path to directory for modular ini files... | ||
66 | ; The Robust.exe process must hvae R/W access to the location | ||
67 | ConfigDirectory = "/home/opensim/etc/Configs" | ||
68 | |||
57 | ; * This is common for all services, it's the network setup for the entire | 69 | ; * This is common for all services, it's the network setup for the entire |
58 | ; * server instance, if none is specified above | 70 | ; * server instance, if none is specified above |
59 | ; * | 71 | ; * |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 7503c5e..8ec6d75 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -31,6 +31,19 @@ FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnec | |||
31 | MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector" | 31 | MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector" |
32 | MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" | 32 | MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" |
33 | 33 | ||
34 | ; Plugin Registry Location | ||
35 | ; Set path to directory for plugin registry. Information | ||
36 | ; about the registered repositories and installed plugins | ||
37 | ; will be stored here | ||
38 | ; The Robust.exe process must hvae R/W access to the location | ||
39 | RegistryLocation = "." | ||
40 | |||
41 | |||
42 | ; Modular configurations | ||
43 | ; Set path to directory for modular ini files... | ||
44 | ; The Robust.exe process must hvae R/W access to the location | ||
45 | ConfigDirectory = "/home/opensim/etc/Configs" | ||
46 | |||
34 | ; * This is common for all services, it's the network setup for the entire | 47 | ; * This is common for all services, it's the network setup for the entire |
35 | ; * server instance, if none is specified above | 48 | ; * server instance, if none is specified above |
36 | ; * | 49 | ; * |
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 79f7ed6..e53fcca 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -137,6 +137,11 @@ | |||
137 | ;; uncomment the next line. You may want to do this on sims that have licensed content. | 137 | ;; uncomment the next line. You may want to do this on sims that have licensed content. |
138 | ; OutboundPermission = False | 138 | ; OutboundPermission = False |
139 | 139 | ||
140 | ;; Send visual reminder to local users that their inventories are unavailable while they are traveling | ||
141 | ;; and available when they return. True by default. | ||
142 | ;RestrictInventoryAccessAbroad = True | ||
143 | |||
144 | |||
140 | [HGAssetService] | 145 | [HGAssetService] |
141 | ; | 146 | ; |
142 | ; === HG ONLY === | 147 | ; === HG ONLY === |