aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example14
-rw-r--r--bin/OpenSimDefaults.ini82
-rw-r--r--bin/Robust.ini.example21
3 files changed, 117 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 5389b44..13dc9a6 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -292,6 +292,20 @@
292 ;; building's lights to possibly not be rendered. 292 ;; building's lights to possibly not be rendered.
293 ; DisableFacelights = "false" 293 ; DisableFacelights = "false"
294 294
295[ClientStack.LindenCaps]
296 ;; For the long list of capabilities, see OpenSimDefaults.ini
297 ;; Here are the few ones you may want to change. Possible values
298 ;; are:
299 ;; "" -- empty, capability disabled
300 ;; "localhost" -- capability enabled and served by the simulator
301 ;; "<url>" -- capability enabled and served by some other server
302 ;;
303 ; These are enabled by default to localhost. Change if you see fit.
304 Cap_GetTexture = "localhost"
305 Cap_GetMesh = "localhost"
306 ; This is disabled by default. Change if you see fit. Note that
307 ; serving this cap from the simulators may lead to poor performace.
308 Cap_WebFetchInventoryDescendents = ""
295 309
296[Chat] 310[Chat]
297 ;# {whisper_distance} {} {Distance at which a whisper is heard, in meters?} {} 10 311 ;# {whisper_distance} {} {Distance at which a whisper is heard, in meters?} {} 10
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.
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 047e9ee..cc018f8 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -21,6 +21,27 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
21[Network] 21[Network]
22 port = 8003 22 port = 8003
23 23
24
25 ; HTTPS for "Out of band" management applications such as the remote admin
26 ; module. May specify https_main = True to make the main http server
27 ; use https or "False" to make the main server HTTP
28 ; https_main = False
29 ;
30 ; Create https_listener = "True" will create a listener on the port
31 ; specified. Provide the path to your server certificate along with it's
32 ; password
33 ; https_listener = False
34 ;
35 ; Set our listener to this port
36 ; https_port = 0
37 ;
38 ; Path to X509 certificate
39 ; cert_path = "path/to/cert.p12"
40 ;
41 ; Password for cert
42 ; cert_pass = "password"
43
44
24; * The following are for the remote console 45; * The following are for the remote console
25; * They have no effect for the local or basic console types 46; * They have no effect for the local or basic console types
26; * Leave commented to diable logins to the console 47; * Leave commented to diable logins to the console