aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2013-02-23 20:37:09 +0000
committerMelanie2013-02-23 20:37:09 +0000
commite3ea2c4beefb65ba997beab1509aa996a46f7864 (patch)
tree778cba450e788b13f4d000c6e49f3d94bd25f65c /bin
parentMerge branch 'master' into careminster (diff)
parentMore clarification on the [Groups] section (diff)
downloadopensim-SC_OLD-e3ea2c4beefb65ba997beab1509aa996a46f7864.zip
opensim-SC_OLD-e3ea2c4beefb65ba997beab1509aa996a46f7864.tar.gz
opensim-SC_OLD-e3ea2c4beefb65ba997beab1509aa996a46f7864.tar.bz2
opensim-SC_OLD-e3ea2c4beefb65ba997beab1509aa996a46f7864.tar.xz
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example10
-rw-r--r--bin/Robust.HG.ini.example2
-rw-r--r--bin/Robust.ini.example2
3 files changed, 11 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index c8c5ed3..b55ba0d 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -954,8 +954,13 @@
954 ; StorageProvider = OpenSim.Data.MySQL.dll 954 ; StorageProvider = OpenSim.Data.MySQL.dll
955 955
956 ;# {ServicesConnectorModule} {Module:GroupsModule Module:Groups Module V2} {Service connector to use for groups} {XmlRpcGroupsServicesConnector SimianGroupsServicesConnector "Groups Local Service Connector" "Groups Remote Service Connector" "Groups HG Service Connector"} XmlRpcGroupsServicesConnector 956 ;# {ServicesConnectorModule} {Module:GroupsModule Module:Groups Module V2} {Service connector to use for groups} {XmlRpcGroupsServicesConnector SimianGroupsServicesConnector "Groups Local Service Connector" "Groups Remote Service Connector" "Groups HG Service Connector"} XmlRpcGroupsServicesConnector
957 ;; Service connectors to the Groups Service as used in the GroupsModule. Select one depending on 957 ;; Service connectors to the Groups Service as used in the GroupsModule. Select one as follows:
958 ;; whether you're using a Flotsam XmlRpc backend or a SimianGrid backend or several flavours of V2, Hypergrided or not, standalone or grided. 958 ;; -- for Flotsam Groups use XmlRpcGroupsServicesConnector
959 ;; -- for Simian Groups use SimianGroupsServicesConnector
960 ;; -- for V2 Groups, standalone, non-HG use "Groups Local Service Connector"
961 ;; -- for V2 Groups, grided sim, non-HG use "Groups Remote Service Connector"
962 ;; -- for V2 Groups, HG, both standalone and grided sim, use "Groups HG Service Connector"
963 ;; Note that the quotes "" around the words are important!
959 ; ServicesConnectorModule = XmlRpcGroupsServicesConnector 964 ; ServicesConnectorModule = XmlRpcGroupsServicesConnector
960 965
961 ;# {LocalService} {ServicesConnectorModule:Groups HG Service Connector} {Is the group service in this process or elsewhere?} {local remote} local 966 ;# {LocalService} {ServicesConnectorModule:Groups HG Service Connector} {Is the group service in this process or elsewhere?} {local remote} local
@@ -967,6 +972,7 @@
967 ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc 972 ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc
968 ;; or http://mygridserver.com:82/Grid/ for SimianGrid 973 ;; or http://mygridserver.com:82/Grid/ for SimianGrid
969 ;; or http:://mygridserver.com:8003 for robust, V2 974 ;; or http:://mygridserver.com:8003 for robust, V2
975 ;; Leave it commented for standalones, V2
970 ; GroupsServerURI = "" 976 ; GroupsServerURI = ""
971 977
972 ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {} 978 ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {}
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 274132e..445020f 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -80,7 +80,7 @@ InstantMessageServerConnector = "8002/OpenSim.Server.Handlers.dll:InstantMessage
80HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector" 80HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector"
81HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector" 81HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector"
82;; Uncomment this if you want Groups V2, HG to work 82;; Uncomment this if you want Groups V2, HG to work
83; HGGroupsServiceConnector = "8002/Diva.Groups.dll:HGGroupsServiceRobustConnector" 83; HGGroupsServiceConnector = "8002/OpenSim.Addons.Groups.dll:HGGroupsServiceRobustConnector"
84 84
85;; Additions for other add-on modules. For example: 85;; Additions for other add-on modules. For example:
86;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector" 86;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector"
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index ecbed1f..bb98bbf 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -381,3 +381,5 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
381 381
382 ; password help: optional: page providing password assistance for users of your grid 382 ; password help: optional: page providing password assistance for users of your grid
383 ;password = http://127.0.0.1/password 383 ;password = http://127.0.0.1/password
384
385