diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 43551bd..5184a07 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -408,6 +408,74 @@ | |||
408 | ; | 408 | ; |
409 | ;DisableFacelights = "false" | 409 | ;DisableFacelights = "false" |
410 | 410 | ||
411 | [ClientStack.LindenCaps] | ||
412 | ;; Long list of capabilities taken from | ||
413 | ;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities | ||
414 | ;; Not all are supported by OpenSim. The ones supported are | ||
415 | ;; set to localhost. These defaults can be overwritten | ||
416 | ;; in OpenSim.ini | ||
417 | ;; | ||
418 | Cap_AttachmentResources = "" | ||
419 | Cap_AvatarPickerSearch = "" | ||
420 | Cap_ChatSessionRequest = "" | ||
421 | Cap_CopyInventoryFromNotecard = "" | ||
422 | Cap_DispatchRegionInfo = "" | ||
423 | Cap_EstateChangeInfo = "" | ||
424 | Cap_EventQueueGet = "localhost" | ||
425 | Cap_FetchInventory = "" | ||
426 | Cap_ObjectMedia = "localhost" | ||
427 | Cap_ObjectMediaNavigate = "localhost" | ||
428 | Cap_FetchLib = "" | ||
429 | Cap_FetchLibDescendents = "" | ||
430 | Cap_GetDisplayNames = "" | ||
431 | Cap_GetTexture = "localhost" | ||
432 | Cap_GetMesh = "localhost" | ||
433 | Cap_GetObjectCost = "" | ||
434 | Cap_GetObjectPhysicsData = "" | ||
435 | Cap_GroupProposalBallot = "" | ||
436 | Cap_HomeLocation = "" | ||
437 | Cap_LandResources = "" | ||
438 | Cap_MapLayer = "localhost" | ||
439 | Cap_MapLayerGod = "localhost" | ||
440 | Cap_NewFileAgentInventory = "localhost" | ||
441 | Cap_NewFileAgentInventoryVariablePrice = "localhost" | ||
442 | Cap_ObjectAdd = "localhost" | ||
443 | Cap_ParcelPropertiesUpdate = "localhost" | ||
444 | Cap_ParcelMediaURLFilterList = "" | ||
445 | Cap_ParcelNavigateMedia = "" | ||
446 | Cap_ParcelVoiceInfoRequest = "" | ||
447 | Cap_ProductInfoRequest = "" | ||
448 | Cap_ProvisionVoiceAccountRequest = "" | ||
449 | Cap_RemoteParcelRequest = "localhost" | ||
450 | Cap_RequestTextureDownload = "" | ||
451 | Cap_SearchStatRequest = "" | ||
452 | Cap_SearchStatTracking = "" | ||
453 | Cap_SendPostcard = "" | ||
454 | Cap_SendUserReport = "" | ||
455 | Cap_SendUserReportWithScreenshot = "" | ||
456 | Cap_ServerReleaseNotes = "" | ||
457 | Cap_SimConsole = "" | ||
458 | Cap_SimulatorFeatures = "" | ||
459 | Cap_SetDisplayName = "" | ||
460 | Cap_StartGroupProposal = "" | ||
461 | Cap_TextureStats = "" | ||
462 | Cap_UntrustedSimulatorMessage = "" | ||
463 | Cap_UpdateAgentInformation = "" | ||
464 | Cap_UpdateAgentLanguage = "" | ||
465 | Cap_UpdateGestureAgentInventory = "" | ||
466 | Cap_UpdateNotecardAgentInventory = "localhost" | ||
467 | Cap_UpdateScriptAgent = "localhost" | ||
468 | Cap_UpdateGestureTaskInventory = "" | ||
469 | Cap_UpdateNotecardTaskInventory = "localhost" | ||
470 | Cap_UpdateScriptTask = "localhost" | ||
471 | Cap_UploadBakedTexture = "localhost" | ||
472 | Cap_UploadObjectAsset = "localhost" | ||
473 | Cap_ViewerStartAuction = "" | ||
474 | Cap_ViewerStats = "" | ||
475 | ; This last one is supported by OpenSim, but may | ||
476 | ; lead to poor sim performance if served by the simulators, | ||
477 | ; so it is disabled by default. | ||
478 | Cap_WebFetchInventoryDescendents = "" | ||
411 | 479 | ||
412 | [Chat] | 480 | [Chat] |
413 | ; Controls whether the chat module is enabled. Default is true. | 481 | ; Controls whether the chat module is enabled. Default is true. |