Add Chat module extra feature settings to GridExtraFeatures service

bullet-2.82
BlueWall 2014-07-30 15:01:26 -04:00
parent e0d8f42e6b
commit 3ec695e05b
3 changed files with 27 additions and 0 deletions

View File

@ -82,6 +82,15 @@ namespace OpenSim.Server.Handlers.Grid
case "ExportSupported": case "ExportSupported":
m_ExtraFeatures["ExportSupported"] = value; m_ExtraFeatures["ExportSupported"] = value;
break; break;
case "WhisperDistance":
m_ExtraFeatures["whisper-range"] = value;
break;
case "SayDistance":
m_ExtraFeatures["say-range"] = value;
break;
case "ShoutDistance":
m_ExtraFeatures["shout-range"] = value;
break;
default: default:
m_Log.InfoFormat("{0} not yet supported."); m_Log.InfoFormat("{0} not yet supported.");
break; break;

View File

@ -504,6 +504,15 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
; Grid Destination Guide URI ; Grid Destination Guide URI
;DestinationGuideURI = "http://example.com:8200/" ;DestinationGuideURI = "http://example.com:8200/"
; Chat Whisper Distance
;WhisperDistance = 10
; Chat Say Distance
;SayDistance = 20
; Chat Shout Distance
;ShoutDistance = 100
; Grid Allow Export ; Grid Allow Export
;ExportSupported = true ;ExportSupported = true

View File

@ -476,6 +476,15 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
; Grid Destination Guide URI ; Grid Destination Guide URI
;DestinationGuideURI = "http://example.com:8200/" ;DestinationGuideURI = "http://example.com:8200/"
; Chat Whisper Distance
;WhisperDistance = 10
; Chat Say Distance
;SayDistance = 20
; Chat Shout Distance
;ShoutDistance = 100
; Grid Allow Export ; Grid Allow Export
;ExportSupported = true ;ExportSupported = true