diff options
author | Justin Clark-Casey | 2014-05-27 23:29:54 +0100 |
---|---|---|
committer | Justin Clark-Casey | 2014-05-27 23:29:54 +0100 |
commit | 3f703ae1cb02cbcb0efaff061d495bacca941de0 (patch) | |
tree | 3221068b4bc4119023b3dfa621c19e126c2eb3f3 /bin | |
parent | Merge branch 'master' into 0.8-post-fixes (diff) | |
parent | minor: Comment out 2 error level debugging message in authentication code (diff) | |
download | opensim-SC_OLD-3f703ae1cb02cbcb0efaff061d495bacca941de0.zip opensim-SC_OLD-3f703ae1cb02cbcb0efaff061d495bacca941de0.tar.gz opensim-SC_OLD-3f703ae1cb02cbcb0efaff061d495bacca941de0.tar.bz2 opensim-SC_OLD-3f703ae1cb02cbcb0efaff061d495bacca941de0.tar.xz |
Merge branch 'master' into 0.8-post-fixes
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 15 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 5 | ||||
-rw-r--r-- | bin/Robust.32BitLaunch.exe.config | 2 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 18 | ||||
-rw-r--r-- | bin/Robust.exe.config | 2 | ||||
-rw-r--r-- | bin/Robust.ini.example | 14 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 12 | ||||
-rwxr-xr-x | bin/pCampBot.exe.config | 2 |
8 files changed, 61 insertions, 9 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7f2cba6..3f9aed6 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -470,6 +470,16 @@ | |||
470 | ;; web server | 470 | ;; web server |
471 | ; user_agent = "OpenSim LSL (Mozilla Compatible)" | 471 | ; user_agent = "OpenSim LSL (Mozilla Compatible)" |
472 | 472 | ||
473 | ;; The follow 3 variables are for HTTP Basic Authentication for the Robust services. | ||
474 | ;; Use this if your central services in port 8003 need to be accessible on the Internet | ||
475 | ;; but you want to protect them from unauthorized access. The username and password | ||
476 | ;; here need to match the ones in the Robust service configuration. | ||
477 | ; AuthType = "BasicHttpAuthentication" | ||
478 | ; HttpAuthUsername = "some_username" | ||
479 | ; HttpAuthPassword = "some_password" | ||
480 | ;; | ||
481 | ;; Any of these 3 variables above can be overriden in any of the service sections. | ||
482 | |||
473 | 483 | ||
474 | [XMLRPC] | 484 | [XMLRPC] |
475 | ;# {XmlRpcRouterModule} {} {Module used to route incoming llRemoteData calls} {XmlRpcRouterModule XmlRpcGridRouterModule} XmlRpcRouterModule | 485 | ;# {XmlRpcRouterModule} {} {Module used to route incoming llRemoteData calls} {XmlRpcRouterModule XmlRpcGridRouterModule} XmlRpcRouterModule |
@@ -1033,9 +1043,12 @@ | |||
1033 | ; Applies Flotsam Group only. V2 has this always on, no other option | 1043 | ; Applies Flotsam Group only. V2 has this always on, no other option |
1034 | ; MessageOnlineUsersOnly = false | 1044 | ; MessageOnlineUsersOnly = false |
1035 | 1045 | ||
1036 | ;; This makes the Groups modules very chatty on the console. | 1046 | ;; This makes the Group module very chatty on the console. |
1037 | ; DebugEnabled = false | 1047 | ; DebugEnabled = false |
1038 | 1048 | ||
1049 | ; This makes the Group Messaging module very chatty on the console. | ||
1050 | ; DebugMessagingEnabled = false | ||
1051 | |||
1039 | ;; XmlRpc Security settings. These must match those set on your backend | 1052 | ;; XmlRpc Security settings. These must match those set on your backend |
1040 | ;; groups service if the service is using these keys | 1053 | ;; groups service if the service is using these keys |
1041 | ; XmlRpcServiceReadKey = 1234 | 1054 | ; XmlRpcServiceReadKey = 1234 |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index cae2958..fd6e8b7 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1661,9 +1661,12 @@ | |||
1661 | ; Enable Group Notices | 1661 | ; Enable Group Notices |
1662 | ;NoticesEnabled = true | 1662 | ;NoticesEnabled = true |
1663 | 1663 | ||
1664 | ; This makes the Groups modules very chatty on the console. | 1664 | ; This makes the Group module very chatty on the console. |
1665 | DebugEnabled = false | 1665 | DebugEnabled = false |
1666 | 1666 | ||
1667 | ; This makes the Groups Messaging module very chatty on the console. | ||
1668 | DebugMessagingEnabled = false | ||
1669 | |||
1667 | ; Groups data is cached for this number of seconds before another request is made to the groups service | 1670 | ; Groups data is cached for this number of seconds before another request is made to the groups service |
1668 | ; Set to 0 to disable the cache. | 1671 | ; Set to 0 to disable the cache. |
1669 | ; Default is 30 seconds | 1672 | ; Default is 30 seconds |
diff --git a/bin/Robust.32BitLaunch.exe.config b/bin/Robust.32BitLaunch.exe.config index 95061e1..0399a1b 100644 --- a/bin/Robust.32BitLaunch.exe.config +++ b/bin/Robust.32BitLaunch.exe.config | |||
@@ -17,7 +17,7 @@ | |||
17 | <acceptOnMatch value="false"/> | 17 | <acceptOnMatch value="false"/> |
18 | </filter> | 18 | </filter> |
19 | <layout type="log4net.Layout.PatternLayout"> | 19 | <layout type="log4net.Layout.PatternLayout"> |
20 | <conversionPattern value="%date{HH:mm:ss} - %message%newline" /> | 20 | <conversionPattern value="%date{HH:mm:ss} - %message" /> |
21 | </layout> | 21 | </layout> |
22 | </appender> | 22 | </appender> |
23 | 23 | ||
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 14e9bff..aaa78ff 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -104,6 +104,21 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
104 | ; Password for cert | 104 | ; Password for cert |
105 | ; cert_pass = "password" | 105 | ; cert_pass = "password" |
106 | 106 | ||
107 | ;; The follow 3 variables are for HTTP Basic Authentication for the Robust services. | ||
108 | ;; Use this if your central services in port 8003 need to be accessible on the Internet | ||
109 | ;; but you want to protect them from unauthorized access. | ||
110 | ; AuthType = "BasicHttpAuthentication" | ||
111 | ; HttpAuthUsername = "some_username" | ||
112 | ; HttpAuthPassword = "some_password" | ||
113 | ;; | ||
114 | ;; AuthType above can be overriden in any of the service sections below by | ||
115 | ; AuthType = "None" | ||
116 | ;; This is useful in cases where you want to protect most of the services, | ||
117 | ;; but unprotect individual services. Username and Password can also be | ||
118 | ;; overriden if you want to use different credentials for the different services. | ||
119 | ;; Hypgergrid services are not affected by this; they are publicly available | ||
120 | ;; by design. | ||
121 | |||
107 | 122 | ||
108 | ; * The following are for the remote console | 123 | ; * The following are for the remote console |
109 | ; * They have no effect for the local or basic console types | 124 | ; * They have no effect for the local or basic console types |
@@ -163,8 +178,6 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
163 | [GridService] | 178 | [GridService] |
164 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 179 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
165 | 180 | ||
166 | HypergridLinker = true | ||
167 | |||
168 | ; Realm = "regions" | 181 | ; Realm = "regions" |
169 | ; AllowDuplicateNames = "True" | 182 | ; AllowDuplicateNames = "True" |
170 | 183 | ||
@@ -284,6 +297,7 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
284 | GridService = "OpenSim.Services.GridService.dll:GridService" | 297 | GridService = "OpenSim.Services.GridService.dll:GridService" |
285 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" | 298 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
286 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 299 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
300 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | ||
287 | 301 | ||
288 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 | 302 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 |
289 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. | 303 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. |
diff --git a/bin/Robust.exe.config b/bin/Robust.exe.config index b9e01f1..3a978b2 100644 --- a/bin/Robust.exe.config +++ b/bin/Robust.exe.config | |||
@@ -17,7 +17,7 @@ | |||
17 | <acceptOnMatch value="false"/> | 17 | <acceptOnMatch value="false"/> |
18 | </filter> | 18 | </filter> |
19 | <layout type="log4net.Layout.PatternLayout"> | 19 | <layout type="log4net.Layout.PatternLayout"> |
20 | <conversionPattern value="%date{HH:mm:ss} - %message%newline" /> | 20 | <conversionPattern value="%date{HH:mm:ss} - %message" /> |
21 | </layout> | 21 | </layout> |
22 | </appender> | 22 | </appender> |
23 | 23 | ||
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 829e393..203c0e0 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -81,6 +81,19 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto | |||
81 | ; Password for cert | 81 | ; Password for cert |
82 | ; cert_pass = "password" | 82 | ; cert_pass = "password" |
83 | 83 | ||
84 | ;; The follow 3 variables are for HTTP Basic Authentication for the Robust services. | ||
85 | ;; Use this if your central services in port 8003 need to be accessible on the Internet | ||
86 | ;; but you want to protect them from unauthorized access. | ||
87 | ; AuthType = "BasicHttpAuthentication" | ||
88 | ; HttpAuthUsername = "some_username" | ||
89 | ; HttpAuthPassword = "some_password" | ||
90 | ;; | ||
91 | ;; AuthType above can be overriden in any of the service sections below by | ||
92 | ; AuthType = "None" | ||
93 | ;; This is useful in cases where you want to protect most of the services, | ||
94 | ;; but unprotect individual services. Username and Password can also be | ||
95 | ;; overriden if you want to use different credentials for the different services. | ||
96 | |||
84 | 97 | ||
85 | ; * The following are for the remote console | 98 | ; * The following are for the remote console |
86 | ; * They have no effect for the local or basic console types | 99 | ; * They have no effect for the local or basic console types |
@@ -240,6 +253,7 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto | |||
240 | GridService = "OpenSim.Services.GridService.dll:GridService" | 253 | GridService = "OpenSim.Services.GridService.dll:GridService" |
241 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" | 254 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
242 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 255 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
256 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | ||
243 | 257 | ||
244 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 | 258 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 |
245 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. | 259 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. |
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 5460c0a..59eebd8 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -160,13 +160,21 @@ | |||
160 | HomeURI = "http://mygridserver.com:8002" | 160 | HomeURI = "http://mygridserver.com:8002" |
161 | Gatekeeper = "http://mygridserver.com:8002" | 161 | Gatekeeper = "http://mygridserver.com:8002" |
162 | ;; If you want to protect your assets from being copied by foreign visitors | 162 | ;; If you want to protect your assets from being copied by foreign visitors |
163 | ;; uncomment the next line. You may want to do this on sims that have licensed content. | 163 | ;; set this to false. You may want to do this on sims that have licensed content. |
164 | ; OutboundPermission = False | 164 | ;; Default is true. |
165 | ; OutboundPermission = True | ||
165 | 166 | ||
166 | ;; Send visual reminder to local users that their inventories are unavailable while they are traveling | 167 | ;; Send visual reminder to local users that their inventories are unavailable while they are traveling |
167 | ;; and available when they return. True by default. | 168 | ;; and available when they return. True by default. |
168 | ;RestrictInventoryAccessAbroad = True | 169 | ;RestrictInventoryAccessAbroad = True |
169 | 170 | ||
171 | ;; Warning: advanced and unusual. Default is false. | ||
172 | ;; Enables configurations where grids share user services, including inventory, | ||
173 | ;; while separating regions' assets from users' assets. Asset transfer between | ||
174 | ;; the users' asset server and the regions' asset server is done in HG-like manner. | ||
175 | ; CheckSeparateAssets = false | ||
176 | ; RegionHGAssetServerURI = http://mygridserver.com:8002 | ||
177 | |||
170 | 178 | ||
171 | [HGAssetService] | 179 | [HGAssetService] |
172 | ; | 180 | ; |
diff --git a/bin/pCampBot.exe.config b/bin/pCampBot.exe.config index 7912991..89350b0 100755 --- a/bin/pCampBot.exe.config +++ b/bin/pCampBot.exe.config | |||
@@ -11,7 +11,7 @@ | |||
11 | <log4net> | 11 | <log4net> |
12 | <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> | 12 | <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> |
13 | <layout type="log4net.Layout.PatternLayout"> | 13 | <layout type="log4net.Layout.PatternLayout"> |
14 | <conversionPattern value="%date{HH:mm:ss.fff} - %message%newline" /> | 14 | <conversionPattern value="%date{HH:mm:ss.fff} - %message" /> |
15 | </layout> | 15 | </layout> |
16 | </appender> | 16 | </appender> |
17 | <appender name="LogFileAppender" type="log4net.Appender.FileAppender"> | 17 | <appender name="LogFileAppender" type="log4net.Appender.FileAppender"> |