aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2011-05-05 09:49:10 +0100
committerMelanie2011-05-05 09:49:10 +0100
commit4beb0c9b9b402c1e8f70a02c0efa557c1f292f1c (patch)
tree24e24cb7b424df74b13788d28be9d7588fbd99d0 /bin
parentMerge branch 'master' into careminster-presence-refactor (diff)
parentTest m_Enabled on RemoveRegion. (diff)
downloadopensim-SC_OLD-4beb0c9b9b402c1e8f70a02c0efa557c1f292f1c.zip
opensim-SC_OLD-4beb0c9b9b402c1e8f70a02c0efa557c1f292f1c.tar.gz
opensim-SC_OLD-4beb0c9b9b402c1e8f70a02c0efa557c1f292f1c.tar.bz2
opensim-SC_OLD-4beb0c9b9b402c1e8f70a02c0efa557c1f292f1c.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example14
-rw-r--r--bin/OpenSimDefaults.ini68
2 files changed, 82 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 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.