From 67bea681e2a75039595be9dab23ad157d123e597 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Tue, 21 Feb 2012 23:04:49 -0500 Subject: Add web profile url setting to ini --- bin/Robust.ini.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 90f7b5c..91cd6d0 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -224,6 +224,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 ; For V2 map MapTileURL = "http://127.0.0.1:8002"; + ; For V2/3 Web Profiles + ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME] + ; If you run this login server behind a proxy, set this to true ; HasProxy = false -- cgit v1.1 From 165ae251ec132da30dc58513101e4ec438df8d2f Mon Sep 17 00:00:00 2001 From: BlueWall Date: Wed, 22 Feb 2012 16:36:28 -0500 Subject: V3 Support The V3 webapps need SSO capability and use OpenID. We need to send both our OpenID server url and a token for the user in the login response. --- bin/Robust.ini.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 91cd6d0..326caeb 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -227,6 +227,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 ; For V2/3 Web Profiles ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME] + ; For V2/V3 webapp authentication SSO + OpenIDServerURL = "http://127.0.0.1/openid/openidserver/ + ; If you run this login server behind a proxy, set this to true ; HasProxy = false -- cgit v1.1 From 3fbcd21916e351edc2f38441a7f98814f26a3ba5 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 25 Feb 2012 03:12:41 +0000 Subject: Remove xunit.dll, Fadd.Globalization.Yaml.dll and Fadd.dll. It looks like these were once connected with HttpServer.dll but are now unused. --- bin/Fadd.Globalization.Yaml.dll | Bin 28672 -> 0 bytes bin/Fadd.dll | Bin 172032 -> 0 bytes bin/xunit.dll | Bin 65536 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 bin/Fadd.Globalization.Yaml.dll delete mode 100755 bin/Fadd.dll delete mode 100755 bin/xunit.dll (limited to 'bin') diff --git a/bin/Fadd.Globalization.Yaml.dll b/bin/Fadd.Globalization.Yaml.dll deleted file mode 100755 index 66a0706..0000000 Binary files a/bin/Fadd.Globalization.Yaml.dll and /dev/null differ diff --git a/bin/Fadd.dll b/bin/Fadd.dll deleted file mode 100755 index 06183f1..0000000 Binary files a/bin/Fadd.dll and /dev/null differ diff --git a/bin/xunit.dll b/bin/xunit.dll deleted file mode 100755 index a512735..0000000 Binary files a/bin/xunit.dll and /dev/null differ -- cgit v1.1 From 6138662716f8fe10738f0da0b19fc9b52ee610e2 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 25 Feb 2012 03:25:56 +0000 Subject: Move other sqlite and ode 32-bit and 64-bit libraries into lib32 or lib64 as appropriate. --- bin/Mono.Data.Sqlite.dll.config | 6 +++--- bin/Ode.NET.dll.config | 12 ++++++------ bin/lib32/libode.so | Bin 0 -> 3051566 bytes bin/lib32/libsqlite3.txt | 1 + bin/lib32/libsqlite3_32.so | Bin 0 -> 635852 bytes bin/lib64/libode-x86_64.so | Bin 0 -> 5546089 bytes bin/lib64/libode.dylib | Bin 0 -> 2916380 bytes bin/lib64/libsqlite3.dylib | Bin 0 -> 2175300 bytes bin/lib64/libsqlite3_64.so | Bin 0 -> 783200 bytes bin/libode-x86_64.so | Bin 5546089 -> 0 bytes bin/libode.dylib | Bin 2916380 -> 0 bytes bin/libode.so | Bin 3051566 -> 0 bytes bin/libsqlite3.dylib | Bin 2175300 -> 0 bytes bin/libsqlite3.txt | 1 - bin/libsqlite3_32.so | Bin 635852 -> 0 bytes bin/libsqlite3_64.so | Bin 783200 -> 0 bytes 16 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 bin/lib32/libode.so create mode 100644 bin/lib32/libsqlite3.txt create mode 100755 bin/lib32/libsqlite3_32.so create mode 100644 bin/lib64/libode-x86_64.so create mode 100644 bin/lib64/libode.dylib create mode 100755 bin/lib64/libsqlite3.dylib create mode 100755 bin/lib64/libsqlite3_64.so delete mode 100644 bin/libode-x86_64.so delete mode 100644 bin/libode.dylib delete mode 100644 bin/libode.so delete mode 100755 bin/libsqlite3.dylib delete mode 100644 bin/libsqlite3.txt delete mode 100755 bin/libsqlite3_32.so delete mode 100755 bin/libsqlite3_64.so (limited to 'bin') diff --git a/bin/Mono.Data.Sqlite.dll.config b/bin/Mono.Data.Sqlite.dll.config index ccc0cf5..e66d1b7 100644 --- a/bin/Mono.Data.Sqlite.dll.config +++ b/bin/Mono.Data.Sqlite.dll.config @@ -1,5 +1,5 @@ - - - + + + diff --git a/bin/Ode.NET.dll.config b/bin/Ode.NET.dll.config index f8f071e..c72c281 100644 --- a/bin/Ode.NET.dll.config +++ b/bin/Ode.NET.dll.config @@ -1,7 +1,7 @@ - - - - - - \ No newline at end of file + + + + + + diff --git a/bin/lib32/libode.so b/bin/lib32/libode.so new file mode 100644 index 0000000..6bb85fb Binary files /dev/null and b/bin/lib32/libode.so differ diff --git a/bin/lib32/libsqlite3.txt b/bin/lib32/libsqlite3.txt new file mode 100644 index 0000000..8ef66bd --- /dev/null +++ b/bin/lib32/libsqlite3.txt @@ -0,0 +1 @@ +libsqlite version: 3.7.5 diff --git a/bin/lib32/libsqlite3_32.so b/bin/lib32/libsqlite3_32.so new file mode 100755 index 0000000..171ffcd Binary files /dev/null and b/bin/lib32/libsqlite3_32.so differ diff --git a/bin/lib64/libode-x86_64.so b/bin/lib64/libode-x86_64.so new file mode 100644 index 0000000..9c3070a Binary files /dev/null and b/bin/lib64/libode-x86_64.so differ diff --git a/bin/lib64/libode.dylib b/bin/lib64/libode.dylib new file mode 100644 index 0000000..958d202 Binary files /dev/null and b/bin/lib64/libode.dylib differ diff --git a/bin/lib64/libsqlite3.dylib b/bin/lib64/libsqlite3.dylib new file mode 100755 index 0000000..94dcca8 Binary files /dev/null and b/bin/lib64/libsqlite3.dylib differ diff --git a/bin/lib64/libsqlite3_64.so b/bin/lib64/libsqlite3_64.so new file mode 100755 index 0000000..2646a9c Binary files /dev/null and b/bin/lib64/libsqlite3_64.so differ diff --git a/bin/libode-x86_64.so b/bin/libode-x86_64.so deleted file mode 100644 index 9c3070a..0000000 Binary files a/bin/libode-x86_64.so and /dev/null differ diff --git a/bin/libode.dylib b/bin/libode.dylib deleted file mode 100644 index 958d202..0000000 Binary files a/bin/libode.dylib and /dev/null differ diff --git a/bin/libode.so b/bin/libode.so deleted file mode 100644 index 6bb85fb..0000000 Binary files a/bin/libode.so and /dev/null differ diff --git a/bin/libsqlite3.dylib b/bin/libsqlite3.dylib deleted file mode 100755 index 94dcca8..0000000 Binary files a/bin/libsqlite3.dylib and /dev/null differ diff --git a/bin/libsqlite3.txt b/bin/libsqlite3.txt deleted file mode 100644 index 8ef66bd..0000000 --- a/bin/libsqlite3.txt +++ /dev/null @@ -1 +0,0 @@ -libsqlite version: 3.7.5 diff --git a/bin/libsqlite3_32.so b/bin/libsqlite3_32.so deleted file mode 100755 index 171ffcd..0000000 Binary files a/bin/libsqlite3_32.so and /dev/null differ diff --git a/bin/libsqlite3_64.so b/bin/libsqlite3_64.so deleted file mode 100755 index 2646a9c..0000000 Binary files a/bin/libsqlite3_64.so and /dev/null differ -- cgit v1.1 From ca19b9078fc215f949123ba41bc28a565c984289 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 25 Feb 2012 03:36:43 +0000 Subject: Remove old libbulletnet native libraries. These are not used in the current generation bullet physics plugin. --- bin/libbulletnet.dll | Bin 369664 -> 0 bytes bin/libbulletnet.so | Bin 4286426 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 bin/libbulletnet.dll delete mode 100644 bin/libbulletnet.so (limited to 'bin') diff --git a/bin/libbulletnet.dll b/bin/libbulletnet.dll deleted file mode 100755 index 8ec7c55..0000000 Binary files a/bin/libbulletnet.dll and /dev/null differ diff --git a/bin/libbulletnet.so b/bin/libbulletnet.so deleted file mode 100644 index 14779ea..0000000 Binary files a/bin/libbulletnet.so and /dev/null differ -- cgit v1.1 From 61591102580c824e199a2803f0f58baad662f0f6 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 25 Feb 2012 04:22:59 +0000 Subject: Remove some more unused Bullet libraries. --- bin/BulletDotNET.dll | Bin 58880 -> 0 bytes bin/BulletDotNET.pdb | Bin 198144 -> 0 bytes bin/Modified.XnaDevRu.BulletX.dll | Bin 208896 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 bin/BulletDotNET.dll delete mode 100644 bin/BulletDotNET.pdb delete mode 100755 bin/Modified.XnaDevRu.BulletX.dll (limited to 'bin') diff --git a/bin/BulletDotNET.dll b/bin/BulletDotNET.dll deleted file mode 100755 index 40c4348..0000000 Binary files a/bin/BulletDotNET.dll and /dev/null differ diff --git a/bin/BulletDotNET.pdb b/bin/BulletDotNET.pdb deleted file mode 100644 index a5499ec..0000000 Binary files a/bin/BulletDotNET.pdb and /dev/null differ diff --git a/bin/Modified.XnaDevRu.BulletX.dll b/bin/Modified.XnaDevRu.BulletX.dll deleted file mode 100755 index a047f99..0000000 Binary files a/bin/Modified.XnaDevRu.BulletX.dll and /dev/null differ -- cgit v1.1 From 4a5f9fe6a20a17917da4a55f043aed5f161ec025 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 25 Feb 2012 04:26:32 +0000 Subject: Move libopenjpeg native libraries into lib32 and lib64 as appropriate. --- bin/OpenMetaverse.dll.config | 10 +++++----- bin/lib32/libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686.so | Bin 0 -> 124540 bytes bin/lib32/libopenjpeg-dotnet-2.1.3.0-dotnet-1.so | Bin 0 -> 128100 bytes .../libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so | Bin 0 -> 142616 bytes bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib | Bin 0 -> 125136 bytes bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686.so | Bin 124540 -> 0 bytes bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so | Bin 142616 -> 0 bytes bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib | Bin 125136 -> 0 bytes bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1.so | Bin 128100 -> 0 bytes 9 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 bin/lib32/libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686.so create mode 100644 bin/lib32/libopenjpeg-dotnet-2.1.3.0-dotnet-1.so create mode 100644 bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so create mode 100644 bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib delete mode 100644 bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686.so delete mode 100644 bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so delete mode 100644 bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib delete mode 100644 bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1.so (limited to 'bin') diff --git a/bin/OpenMetaverse.dll.config b/bin/OpenMetaverse.dll.config index 13fdc11..e8c90a4 100644 --- a/bin/OpenMetaverse.dll.config +++ b/bin/OpenMetaverse.dll.config @@ -1,7 +1,7 @@ - - - - - + + + + + diff --git a/bin/lib32/libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686.so b/bin/lib32/libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686.so new file mode 100644 index 0000000..0106b56 Binary files /dev/null and b/bin/lib32/libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686.so differ diff --git a/bin/lib32/libopenjpeg-dotnet-2.1.3.0-dotnet-1.so b/bin/lib32/libopenjpeg-dotnet-2.1.3.0-dotnet-1.so new file mode 100644 index 0000000..53543e7 Binary files /dev/null and b/bin/lib32/libopenjpeg-dotnet-2.1.3.0-dotnet-1.so differ diff --git a/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so b/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so new file mode 100644 index 0000000..be11bb4 Binary files /dev/null and b/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so differ diff --git a/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib b/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib new file mode 100644 index 0000000..dc50775 Binary files /dev/null and b/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib differ diff --git a/bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686.so b/bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686.so deleted file mode 100644 index 0106b56..0000000 Binary files a/bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686.so and /dev/null differ diff --git a/bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so b/bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so deleted file mode 100644 index be11bb4..0000000 Binary files a/bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so and /dev/null differ diff --git a/bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib b/bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib deleted file mode 100644 index dc50775..0000000 Binary files a/bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib and /dev/null differ diff --git a/bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1.so b/bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1.so deleted file mode 100644 index 53543e7..0000000 Binary files a/bin/libopenjpeg-dotnet-2.1.3.0-dotnet-1.so and /dev/null differ -- cgit v1.1 From 255afbf08a8829d05ea7fb24ad9d21e397d53428 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 1 Mar 2012 02:11:15 +0000 Subject: Remove more now unused third party libraries. --- bin/Google.ProtocolBuffers.dll | Bin 246784 -> 0 bytes bin/Iesi.Collections.dll | Bin 32768 -> 0 bytes bin/Kds.Serialization.dll | Bin 40960 -> 0 bytes bin/MonoXnaCompactMaths.dll | Bin 36864 -> 0 bytes 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 bin/Google.ProtocolBuffers.dll delete mode 100755 bin/Iesi.Collections.dll delete mode 100755 bin/Kds.Serialization.dll delete mode 100755 bin/MonoXnaCompactMaths.dll (limited to 'bin') diff --git a/bin/Google.ProtocolBuffers.dll b/bin/Google.ProtocolBuffers.dll deleted file mode 100755 index 666aa93..0000000 Binary files a/bin/Google.ProtocolBuffers.dll and /dev/null differ diff --git a/bin/Iesi.Collections.dll b/bin/Iesi.Collections.dll deleted file mode 100755 index 107c362..0000000 Binary files a/bin/Iesi.Collections.dll and /dev/null differ diff --git a/bin/Kds.Serialization.dll b/bin/Kds.Serialization.dll deleted file mode 100755 index 7f03277..0000000 Binary files a/bin/Kds.Serialization.dll and /dev/null differ diff --git a/bin/MonoXnaCompactMaths.dll b/bin/MonoXnaCompactMaths.dll deleted file mode 100755 index 9fe8334..0000000 Binary files a/bin/MonoXnaCompactMaths.dll and /dev/null differ -- cgit v1.1 From ac934e2dbb57f9ba42ed1b2405e294c802f05616 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Sun, 4 Mar 2012 11:11:01 -0500 Subject: Add WebProfiles config to other config example --- bin/Robust.HG.ini.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index ab5880d..db9f08b 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example @@ -241,6 +241,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 ; For V2 map MapTileURL = "http://127.0.0.1:8002"; + ; For WebProfiles (V3) + ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" + ; If you run this login server behind a proxy, set this to true ; HasProxy = false -- cgit v1.1