aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorKitto Flora2011-01-20 06:52:10 +0000
committerKitto Flora2011-01-20 06:52:10 +0000
commitb92673c1c97b2c0f5d76be7d5093b7611483c5a0 (patch)
tree71632ad1bb4d79fb401316b723b6439682ea6f45 /bin
parentFix drift of static prim. (diff)
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC-b92673c1c97b2c0f5d76be7d5093b7611483c5a0.zip
opensim-SC-b92673c1c97b2c0f5d76be7d5093b7611483c5a0.tar.gz
opensim-SC-b92673c1c97b2c0f5d76be7d5093b7611483c5a0.tar.bz2
opensim-SC-b92673c1c97b2c0f5d76be7d5093b7611483c5a0.tar.xz
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'bin')
-rw-r--r--bin/BclExtras35.dllbin153600 -> 0 bytes
-rw-r--r--bin/MySql.Data.dllbin294912 -> 360448 bytes
-rw-r--r--bin/Robust.HG.ini.example2
-rw-r--r--bin/Robust.ini.example2
-rw-r--r--bin/config-include/StandaloneCommon.ini.example4
5 files changed, 4 insertions, 4 deletions
diff --git a/bin/BclExtras35.dll b/bin/BclExtras35.dll
deleted file mode 100644
index 7a7480a..0000000
--- a/bin/BclExtras35.dll
+++ /dev/null
Binary files differ
diff --git a/bin/MySql.Data.dll b/bin/MySql.Data.dll
index a94dd3d..c28c618 100644
--- a/bin/MySql.Data.dll
+++ b/bin/MySql.Data.dll
Binary files differ
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 271328c..9adf1ac 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -38,7 +38,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
38 38
39[DatabaseService] 39[DatabaseService]
40 StorageProvider = "OpenSim.Data.MySQL.dll" 40 StorageProvider = "OpenSim.Data.MySQL.dll"
41 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;" 41 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
42 42
43; * As an example, the below configuration precisely mimicks the legacy 43; * As an example, the below configuration precisely mimicks the legacy
44; * asset server. It is read by the asset IN connector (defined above) 44; * asset server. It is read by the asset IN connector (defined above)
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 9abfd4b..7c13076 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -30,7 +30,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
30 30
31[DatabaseService] 31[DatabaseService]
32 StorageProvider = "OpenSim.Data.MySQL.dll" 32 StorageProvider = "OpenSim.Data.MySQL.dll"
33 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;" 33 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
34 34
35; * As an example, the below configuration precisely mimicks the legacy 35; * As an example, the below configuration precisely mimicks the legacy
36; * asset server. It is read by the asset IN connector (defined above) 36; * asset server. It is read by the asset IN connector (defined above)
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index b968590..4956bc3 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -17,9 +17,9 @@
17 ; Uncomment these lines if you want to use mysql storage 17 ; Uncomment these lines if you want to use mysql storage
18 ; Change the connection string to your db details 18 ; Change the connection string to your db details
19 ;StorageProvider = "OpenSim.Data.MySQL.dll" 19 ;StorageProvider = "OpenSim.Data.MySQL.dll"
20 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" 20 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
21 ; Uncomment this line if you are using MySQL and want to use a different database for estates 21 ; Uncomment this line if you are using MySQL and want to use a different database for estates
22 ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" 22 ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
23 23
24[AssetService] 24[AssetService]
25 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 25 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"