OpenSimMirror/OpenSim/Capabilities
PixelTomsen bc543c1797 Environment Module - allows Environment settings for Viewer3 warning: includes database region store migrations for mssql, mysql, sqlite
enable/disable this module:
Cap_EnvironmentSettings = "localhost" (for enable)
Cap_EnvironmentSettings = "" (for disable) at ClientStack.LindenCaps section (OpenSimDefaults.ini file)
 or owerwrite in OpenSim.ini

mantis: http://opensimulator.org/mantis/view.php?id=5860

Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2012-05-23 17:04:19 -04:00
..
Handlers Implement optional name and description on http stream handlers so that we can relate a slow request to what the handler actually does and the agent it serves, if applicable. 2012-05-03 01:45:49 +01:00
Caps.cs Stop passing a request handler to the initial caps.RegisterHandler in EventQueueGetModule since this is immediatley replaced by a poll server handler. 2011-11-24 21:27:35 +00:00
CapsHandlers.cs properly lock CapsHandlers.m_capsHandlers 2011-12-07 14:55:01 +00:00
LLSD.cs
LLSDArray.cs
LLSDAssetUploadComplete.cs
LLSDAssetUploadRequest.cs
LLSDAssetUploadResponse.cs
LLSDCapEvent.cs
LLSDEmpty.cs
LLSDEnvironmentSettings.cs Environment Module - allows Environment settings for Viewer3 warning: includes database region store migrations for mssql, mysql, sqlite 2012-05-23 17:04:19 -04:00
LLSDHelpers.cs
LLSDInventoryFolder.cs
LLSDInventoryItem.cs Implement the FetchInventory2 capability. This accompanies the existing FetchInventoryDescendents2 capability. 2012-01-06 21:07:34 +00:00
LLSDItemUpdate.cs
LLSDMapLayer.cs
LLSDMapLayerResponse.cs
LLSDMapRequest.cs
LLSDMethod.cs
LLSDMethodString.cs
LLSDParcelVoiceInfoResponse.cs
LLSDRemoteParcelResponse.cs
LLSDStreamHandler.cs Implement optional name and description on http stream handlers so that we can relate a slow request to what the handler actually does and the agent it serves, if applicable. 2012-05-03 01:45:49 +01:00
LLSDTaskInventoryUploadComplete.cs
LLSDTaskScriptUpdate.cs
LLSDTaskScriptUploadComplete.cs
LLSDTest.cs
LLSDType.cs
LLSDVoiceAccountResponse.cs