Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
commit
ecbdb7d1f0
|
@ -110,7 +110,7 @@ namespace OpenSim.Region.CoreModules.Scripting.XMLRPC
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
m_remoteDataPort = config.Configs["Network"].GetInt("remoteDataPort", m_remoteDataPort);
|
m_remoteDataPort = config.Configs["XMLRPC"].GetInt("XmlRpcPort", m_remoteDataPort);
|
||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
|
|
|
@ -200,17 +200,6 @@
|
||||||
;WorldMapModule = "WorldMap"
|
;WorldMapModule = "WorldMap"
|
||||||
;MapImageModule = "MapImageModule"
|
;MapImageModule = "MapImageModule"
|
||||||
|
|
||||||
; ##
|
|
||||||
; ## Scripting XMLRPC mapper
|
|
||||||
; ##
|
|
||||||
|
|
||||||
; If enabled, this will post an event, "xmlrpc_uri(string)" to the
|
|
||||||
; script concurrently with the first remote_data event.
|
|
||||||
; This will contain the fully qualified URI an external site needs
|
|
||||||
; to use to send XMLRPC requests to that script
|
|
||||||
|
|
||||||
;XmlRpcRouterModule = "XmlRpcRouterModule"
|
|
||||||
|
|
||||||
; ##
|
; ##
|
||||||
; ## EMAIL MODULE
|
; ## EMAIL MODULE
|
||||||
; ##
|
; ##
|
||||||
|
@ -1421,3 +1410,16 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
[Modules]
|
[Modules]
|
||||||
Include-modules = "addon-modules/*/config/*.ini"
|
Include-modules = "addon-modules/*/config/*.ini"
|
||||||
|
|
||||||
|
[XMLRPC]
|
||||||
|
; ##
|
||||||
|
; ## Scripting XMLRPC mapper
|
||||||
|
; ##
|
||||||
|
|
||||||
|
; If enabled, this will post an event, "xmlrpc_uri(string)" to the
|
||||||
|
; script concurrently with the first remote_data event.
|
||||||
|
; This will contain the fully qualified URI an external site needs
|
||||||
|
; to use to send XMLRPC requests to that script
|
||||||
|
|
||||||
|
;XmlRpcRouterModule = "XmlRpcRouterModule"
|
||||||
|
;XmlRpcPort = 20800
|
||||||
|
|
Loading…
Reference in New Issue