diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/OpenMetaverse.StructuredData.dll | bin | 102400 -> 114688 bytes | |||
-rwxr-xr-x | bin/OpenMetaverse.dll | bin | 1765376 -> 1925120 bytes | |||
-rwxr-xr-x | bin/OpenMetaverseTypes.dll | bin | 114688 -> 122880 bytes | |||
-rw-r--r-- | bin/OpenSim.ini.example | 24 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 1 |
6 files changed, 29 insertions, 0 deletions
diff --git a/bin/OpenMetaverse.StructuredData.dll b/bin/OpenMetaverse.StructuredData.dll index 5c0b3c6..c7216ce 100755 --- a/bin/OpenMetaverse.StructuredData.dll +++ b/bin/OpenMetaverse.StructuredData.dll | |||
Binary files differ | |||
diff --git a/bin/OpenMetaverse.dll b/bin/OpenMetaverse.dll index 511096e..3e210ba 100755 --- a/bin/OpenMetaverse.dll +++ b/bin/OpenMetaverse.dll | |||
Binary files differ | |||
diff --git a/bin/OpenMetaverseTypes.dll b/bin/OpenMetaverseTypes.dll index 8bc8885..6cc4c5a 100755 --- a/bin/OpenMetaverseTypes.dll +++ b/bin/OpenMetaverseTypes.dll | |||
Binary files differ | |||
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 0f4d6df..d21a449 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -252,6 +252,29 @@ | |||
252 | ;; default is false | 252 | ;; default is false |
253 | ; TelehubAllowLandmark = false | 253 | ; TelehubAllowLandmark = false |
254 | 254 | ||
255 | |||
256 | [AccessControl] | ||
257 | ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {} | ||
258 | ;; Bar (|) separated list of viewers which may gain access to the regions. | ||
259 | ;; One can use a substring of the viewer name to enable only certain | ||
260 | ;; versions | ||
261 | ;; Example: Agent uses the viewer "Imprudence 1.3.2.0" | ||
262 | ;; - "Imprudence" has access | ||
263 | ;; - "Imprudence 1.3" has access | ||
264 | ;; - "Imprudence 1.3.1" has no access | ||
265 | ; AllowedClients = | ||
266 | |||
267 | ;# {BannedClients} {} {Bar (|) separated list of banned clients} {} | ||
268 | ;# Bar (|) separated list of viewers which may not gain access to the regions. | ||
269 | ;; One can use a Substring of the viewer name to disable only certain | ||
270 | ;; versions | ||
271 | ;; Example: Agent uses the viewer "Imprudence 1.3.2.0" | ||
272 | ;; - "Imprudence" has no access | ||
273 | ;; - "Imprudence 1.3" has no access | ||
274 | ;; - "Imprudence 1.3.1" has access | ||
275 | ; BannedClients = | ||
276 | |||
277 | |||
255 | [Map] | 278 | [Map] |
256 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true | 279 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true |
257 | ;; Map tile options. | 280 | ;; Map tile options. |
@@ -286,6 +309,7 @@ | |||
286 | ;; got a large number of objects, so you can turn it off here if you'd like. | 309 | ;; got a large number of objects, so you can turn it off here if you'd like. |
287 | ; DrawPrimOnMapTile = true | 310 | ; DrawPrimOnMapTile = true |
288 | 311 | ||
312 | |||
289 | [Permissions] | 313 | [Permissions] |
290 | ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule | 314 | ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule |
291 | ;; Permission modules to use, separated by comma. | 315 | ;; Permission modules to use, separated by comma. |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 5460910..a712338 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1396,6 +1396,10 @@ | |||
1396 | ; up the system to malicious scripters | 1396 | ; up the system to malicious scripters |
1397 | ; NotecardLineReadCharsMax = 255 | 1397 | ; NotecardLineReadCharsMax = 255 |
1398 | 1398 | ||
1399 | ; Minimum settable timer interval. Any timer setting less than this is | ||
1400 | ; rounded up to this minimum interval. | ||
1401 | ; MinTimerInterval = 0.5 | ||
1402 | |||
1399 | ; Sensor settings | 1403 | ; Sensor settings |
1400 | SensorMaxRange = 96.0 | 1404 | SensorMaxRange = 96.0 |
1401 | SensorMaxResults = 16 | 1405 | SensorMaxResults = 16 |
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 91dea8c..7746ebc 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -431,6 +431,7 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
431 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 431 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
432 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 432 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |
433 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 433 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
434 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | ||
434 | GridService = "OpenSim.Services.GridService.dll:GridService" | 435 | GridService = "OpenSim.Services.GridService.dll:GridService" |
435 | AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector" | 436 | AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector" |
436 | SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" | 437 | SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" |