aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2012-11-20 20:25:15 +0000
committerMelanie2012-11-20 20:25:15 +0000
commit45eedb635a6d51efba2549802b75ea1369274409 (patch)
tree2689020c58f6fae0872a130584331e84ba591d15 /bin
parentMerge branch 'avination' into careminster (diff)
parentIf GetAgents() is called with an empty userIDs array then don't bother with a... (diff)
downloadopensim-SC_OLD-45eedb635a6d51efba2549802b75ea1369274409.zip
opensim-SC_OLD-45eedb635a6d51efba2549802b75ea1369274409.tar.gz
opensim-SC_OLD-45eedb635a6d51efba2549802b75ea1369274409.tar.bz2
opensim-SC_OLD-45eedb635a6d51efba2549802b75ea1369274409.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example23
-rw-r--r--bin/OpenSimDefaults.ini14
2 files changed, 22 insertions, 15 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index b21a214..6757081 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -439,9 +439,30 @@
439 ;; What is reported as the "User-Agent" when using llHTTPRequest 439 ;; What is reported as the "User-Agent" when using llHTTPRequest
440 ;; Defaults to not sent if not set here. See the notes section in the wiki 440 ;; Defaults to not sent if not set here. See the notes section in the wiki
441 ;; at http://wiki.secondlife.com/wiki/LlHTTPRequest for comments on adding 441 ;; at http://wiki.secondlife.com/wiki/LlHTTPRequest for comments on adding
442 ;; " (Mozilla Compatible)" to the text where there are problems with a web server 442 ;; " (Mozilla Compatible)" to the text where there are problems with a
443 ;; web server
443 ; user_agent = "OpenSim LSL (Mozilla Compatible)" 444 ; user_agent = "OpenSim LSL (Mozilla Compatible)"
444 445
446[XMLRPC]
447 ;# {XmlRpcRouterModule} {} {Module used to route incoming llRemoteData calls} {XmlRpcRouterModule XmlRpcGridRouterModule} XmlRpcRouterModule
448 ;; If enabled and set to XmlRpcRouterModule, this will post an event,
449 ;; "xmlrpc_uri(string)" to the script concurrently with the first
450 ;; remote_data event. This will contain the fully qualified URI an
451 ;; external site needs to use to send XMLRPC requests to that script
452 ;;
453 ;; If enabled and set to XmlRpcGridRouterModule, newly created channels
454 ;; will be registered with an external service via a configured uri
455 ;XmlRpcRouterModule = "XmlRpcRouterModule"
456
457 ;# {XmlRpcPort} {} {Port for incoming llRemoteData xmlrpc calls} {} 20800
458 ;XmlRpcPort = 20800
459
460 ;# {XmlRpcHubURI} {XmlRpcRouterModule} {URI for external service used to register xmlrpc channels created in the simulator. This depends on XmlRpcRouterModule being set to XmlRpcGridRouterModule} http://example.com
461 ;; If XmlRpcRouterModule is set to XmlRpcGridRouterModule, the simulator
462 ;; will use this address to register xmlrpc channels on the external
463 ;; service
464 ; XmlRpcHubURI = http://example.com
465
445 466
446[ClientStack.LindenUDP] 467[ClientStack.LindenUDP]
447 ;; See OpensSimDefaults.ini for the throttle options. You can copy the 468 ;; See OpensSimDefaults.ini for the throttle options. You can copy the
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 16cde7e..01ba5b9 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -425,20 +425,6 @@
425 ; many simultaneous requests, default is 30 and is currently applied only to assets 425 ; many simultaneous requests, default is 30 and is currently applied only to assets
426 ;MaxRequestConcurrency = 30 426 ;MaxRequestConcurrency = 30
427 427
428[XMLRPC]
429 ; ##
430 ; ## Scripting XMLRPC mapper
431 ; ##
432
433 ; If enabled, this will post an event, "xmlrpc_uri(string)" to the
434 ; script concurrently with the first remote_data event.
435 ; This will contain the fully qualified URI an external site needs
436 ; to use to send XMLRPC requests to that script
437
438 ;XmlRpcRouterModule = "XmlRpcRouterModule"
439 ;XmlRpcPort = 20800
440
441
442[ClientStack.LindenUDP] 428[ClientStack.LindenUDP]
443 ; Set this to true to process incoming packets asynchronously. Networking is 429 ; Set this to true to process incoming packets asynchronously. Networking is
444 ; already separated from packet handling with a queue, so this will only 430 ; already separated from packet handling with a queue, so this will only