diff options
author | Diva Canto | 2014-12-25 08:01:50 -0800 |
---|---|---|
committer | Diva Canto | 2014-12-25 08:01:50 -0800 |
commit | 27c34b69bf5960e02b087f9f298dcbe19f03b142 (patch) | |
tree | f299009958858da9db464dcbc84bd03beae0ca15 /bin | |
parent | Revert "Update libomv to grab latest bug fixes for Collada upload." (diff) | |
parent | If a moap entry has EnableWhiteList but WhiteList == null, then properly bloc... (diff) | |
download | opensim-SC-27c34b69bf5960e02b087f9f298dcbe19f03b142.zip opensim-SC-27c34b69bf5960e02b087f9f298dcbe19f03b142.tar.gz opensim-SC-27c34b69bf5960e02b087f9f298dcbe19f03b142.tar.bz2 opensim-SC-27c34b69bf5960e02b087f9f298dcbe19f03b142.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/OpenMetaverse.dll | bin | 2276864 -> 2244608 bytes | |||
-rwxr-xr-x | bin/OpenSim.exe.config | 5 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 4 | ||||
-rw-r--r-- | bin/Robust.ini.example | 4 |
4 files changed, 8 insertions, 5 deletions
diff --git a/bin/OpenMetaverse.dll b/bin/OpenMetaverse.dll index f1f5ed6..97aaba4 100755 --- a/bin/OpenMetaverse.dll +++ b/bin/OpenMetaverse.dll | |||
Binary files differ | |||
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config index 31f1064..e19a47a 100755 --- a/bin/OpenSim.exe.config +++ b/bin/OpenSim.exe.config | |||
@@ -57,11 +57,6 @@ | |||
57 | <appender-ref ref="LogFileAppender" /> | 57 | <appender-ref ref="LogFileAppender" /> |
58 | </root> | 58 | </root> |
59 | 59 | ||
60 | <!-- Independently control logging level for XEngine --> | ||
61 | <logger name="OpenSim.Region.ScriptEngine.XEngine"> | ||
62 | <level value="INFO"/> | ||
63 | </logger> | ||
64 | |||
65 | <!-- Independently control logging level for per region module loading --> | 60 | <!-- Independently control logging level for per region module loading --> |
66 | <logger name="OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin"> | 61 | <logger name="OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin"> |
67 | <level value="INFO"/> | 62 | <level value="INFO"/> |
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 9a6371b..4d4ebde 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -208,6 +208,10 @@ | |||
208 | [InventoryService] | 208 | [InventoryService] |
209 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" | 209 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" |
210 | 210 | ||
211 | ; Will calls to purge folders (empty trash) and immediately delete/update items or folders (not move to trash first) succeed? | ||
212 | ; If this is set to false then some other arrangement must be made to perform these operations if necessary. | ||
213 | AllowDelete = true | ||
214 | |||
211 | 215 | ||
212 | ; * This is the new style grid service. | 216 | ; * This is the new style grid service. |
213 | ; * "Realm" is the table that is used for user lookup. | 217 | ; * "Realm" is the table that is used for user lookup. |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 0ce16ba..a7b39a3 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -179,6 +179,10 @@ | |||
179 | [InventoryService] | 179 | [InventoryService] |
180 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" | 180 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" |
181 | 181 | ||
182 | ; Will calls to purge folders (empty trash) and immediately delete/update items or folders (not move to trash first) succeed? | ||
183 | ; If this is set to false then some other arrangement must be made to perform these operations if necessary. | ||
184 | AllowDelete = true | ||
185 | |||
182 | 186 | ||
183 | ; * This is the new style grid service. | 187 | ; * This is the new style grid service. |
184 | ; * "Realm" is the table that is used for user lookup. | 188 | ; * "Realm" is the table that is used for user lookup. |