From c73a6ab7e01efd07f68798de8b402343bef12de4 Mon Sep 17 00:00:00 2001
From: Michael Cortez
Date: Wed, 5 Aug 2009 14:56:48 -0700
Subject: Continue with renaming of Groups module components
---
bin/OpenSim.ini.example | 37 ++++++++++++++++++++++---------------
1 file changed, 22 insertions(+), 15 deletions(-)
(limited to 'bin')
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 6ae6a95..643b0af 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1271,21 +1271,28 @@
; The PHP code for the server is available from the Flotsam project for you to deploy
; to your own server. The Flotsam project is located at http://code.google.com/p/flotsam/
;
- ;Module = XmlRpcGroups
-
- ;XmlRpcServiceURL = http://yourxmlrpcserver.com/xmlrpc.php
- ;XmlRpcServiceReadKey = 1234
- ;XmlRpcServiceWriteKey = 1234
-
- ;XmlRpcMessagingEnabled = true
- ;XmlRpcNoticesEnabled = true
-
- ; This makes the XmlRpcGroups modules very chatty on the console.
- ;XmlRpcDebugEnabled = true
-
- ; Disables HTTP Keep-Alive for Groups Module HTTP Requests, work around for
- ; a problem discovered on some Windows based region servers. Only disable
- ; if you see a large number (dozens) of the following Exceptions:
+ ;Module = GroupsModule
+
+ ; Enable Group Notices
+ ;NoticesEnabled = true
+
+ ; This makes the Groups modules very chatty on the console.
+ ;DebugEnabled = true
+
+ ; Specify which messaging module to use for groups messaging and if it's enabled
+ ;MessagingModule = GroupsMessagingModule
+ ;MessagingEnabled = true
+
+ ; Service connector to Groups Service [Select One]
+ ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service Implementation
+ ;ServicesConnectorModule = XmlRpcGroupsServicesConnector
+ ;XmlRpcServiceURL = http://yourxmlrpcserver.com/xmlrpc.php
+ ;XmlRpcServiceReadKey = 1234
+ ;XmlRpcServiceWriteKey = 1234
+
+ ; Disables HTTP Keep-Alive for XmlRpcGroupsServicesConnector HTTP Requests,
+ ; this is a work around fora problem discovered on some Windows based region servers.
+ ; Only disable keep alive if you see a large number (dozens) of the following Exceptions:
; System.Net.WebException: The request was aborted: The request was canceled.
;
; XmlRpcDisableKeepAlive = false
--
cgit v1.1
From f4cd3d8d0f6637eb5414149845c75704d718f6e0 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Fri, 7 Aug 2009 10:54:40 -0400
Subject: add stanzas for s390x and ppc64 so that if you build these libraries,
and name them correctly, opensim will pick them up.
---
bin/OpenMetaverse.dll.config | 2 ++
1 file changed, 2 insertions(+)
(limited to 'bin')
diff --git a/bin/OpenMetaverse.dll.config b/bin/OpenMetaverse.dll.config
index 356b6a7..489ee6b 100644
--- a/bin/OpenMetaverse.dll.config
+++ b/bin/OpenMetaverse.dll.config
@@ -2,4 +2,6 @@
+
+
--
cgit v1.1
From 97a01fb109bebc3651fc44d5e42b76a1d2c418d6 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Fri, 7 Aug 2009 10:56:49 -0400
Subject: add in stanzas for ppc64 and s390x
---
bin/Ode.NET.dll.config | 2 ++
1 file changed, 2 insertions(+)
(limited to 'bin')
diff --git a/bin/Ode.NET.dll.config b/bin/Ode.NET.dll.config
index 58aad3f..f8f071e 100644
--- a/bin/Ode.NET.dll.config
+++ b/bin/Ode.NET.dll.config
@@ -2,4 +2,6 @@
+
+
\ No newline at end of file
--
cgit v1.1