aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini82
1 files changed, 82 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 8807444..b32d198 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -291,6 +291,20 @@
291 http_listener_sslport = 9001 ; Use this port for SSL connections 291 http_listener_sslport = 9001 ; Use this port for SSL connections
292 http_listener_ssl_cert = "" ; Currently unused, but will be used for OSHttpServer 292 http_listener_ssl_cert = "" ; Currently unused, but will be used for OSHttpServer
293 293
294 ; HTTPS for "Out of band" management applications such as the remote
295 ; admin module
296 ;
297 ; Create https_listener = "True" will create a listener on the port
298 ; specified. Provide the path to your server certificate along with it's
299 ; password
300 ; https_listener = False
301 ; Set our listener to this port
302 ; https_port = 0
303 ; Path to X509 certificate
304 ; cert_path = "path/to/cert.p12"
305 ; Password for cert
306 ; cert_pass = "password"
307
294 ; Hostname to use in llRequestURL/llRequestSecureURL 308 ; Hostname to use in llRequestURL/llRequestSecureURL
295 ; if not defined - default machine name is being used 309 ; if not defined - default machine name is being used
296 ; (on Windows this mean NETBIOS name - useably only inside local network) 310 ; (on Windows this mean NETBIOS name - useably only inside local network)
@@ -408,6 +422,74 @@
408 ; 422 ;
409 ;DisableFacelights = "false" 423 ;DisableFacelights = "false"
410 424
425[ClientStack.LindenCaps]
426 ;; Long list of capabilities taken from
427 ;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities
428 ;; Not all are supported by OpenSim. The ones supported are
429 ;; set to localhost. These defaults can be overwritten
430 ;; in OpenSim.ini
431 ;;
432 Cap_AttachmentResources = ""
433 Cap_AvatarPickerSearch = ""
434 Cap_ChatSessionRequest = ""
435 Cap_CopyInventoryFromNotecard = ""
436 Cap_DispatchRegionInfo = ""
437 Cap_EstateChangeInfo = ""
438 Cap_EventQueueGet = "localhost"
439 Cap_FetchInventory = ""
440 Cap_ObjectMedia = "localhost"
441 Cap_ObjectMediaNavigate = "localhost"
442 Cap_FetchLib = ""
443 Cap_FetchLibDescendents = ""
444 Cap_GetDisplayNames = ""
445 Cap_GetTexture = "localhost"
446 Cap_GetMesh = "localhost"
447 Cap_GetObjectCost = ""
448 Cap_GetObjectPhysicsData = ""
449 Cap_GroupProposalBallot = ""
450 Cap_HomeLocation = ""
451 Cap_LandResources = ""
452 Cap_MapLayer = "localhost"
453 Cap_MapLayerGod = "localhost"
454 Cap_NewFileAgentInventory = "localhost"
455 Cap_NewFileAgentInventoryVariablePrice = "localhost"
456 Cap_ObjectAdd = "localhost"
457 Cap_ParcelPropertiesUpdate = "localhost"
458 Cap_ParcelMediaURLFilterList = ""
459 Cap_ParcelNavigateMedia = ""
460 Cap_ParcelVoiceInfoRequest = ""
461 Cap_ProductInfoRequest = ""
462 Cap_ProvisionVoiceAccountRequest = ""
463 Cap_RemoteParcelRequest = "localhost"
464 Cap_RequestTextureDownload = ""
465 Cap_SearchStatRequest = ""
466 Cap_SearchStatTracking = ""
467 Cap_SendPostcard = ""
468 Cap_SendUserReport = ""
469 Cap_SendUserReportWithScreenshot = ""
470 Cap_ServerReleaseNotes = ""
471 Cap_SimConsole = ""
472 Cap_SimulatorFeatures = ""
473 Cap_SetDisplayName = ""
474 Cap_StartGroupProposal = ""
475 Cap_TextureStats = ""
476 Cap_UntrustedSimulatorMessage = ""
477 Cap_UpdateAgentInformation = ""
478 Cap_UpdateAgentLanguage = ""
479 Cap_UpdateGestureAgentInventory = ""
480 Cap_UpdateNotecardAgentInventory = "localhost"
481 Cap_UpdateScriptAgent = "localhost"
482 Cap_UpdateGestureTaskInventory = ""
483 Cap_UpdateNotecardTaskInventory = "localhost"
484 Cap_UpdateScriptTask = "localhost"
485 Cap_UploadBakedTexture = "localhost"
486 Cap_UploadObjectAsset = "localhost"
487 Cap_ViewerStartAuction = ""
488 Cap_ViewerStats = ""
489 ; This last one is supported by OpenSim, but may
490 ; lead to poor sim performance if served by the simulators,
491 ; so it is disabled by default.
492 Cap_WebFetchInventoryDescendents = ""
411 493
412[Chat] 494[Chat]
413 ; Controls whether the chat module is enabled. Default is true. 495 ; Controls whether the chat module is enabled. Default is true.