aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client
diff options
context:
space:
mode:
authorDiva Canto2009-12-31 20:51:35 -0800
committerDiva Canto2009-12-31 20:51:35 -0800
commit1387919c204eb66ab6a37eb0fdf0f3c38f0a6813 (patch)
tree0d81478dd2db845a78161a1a0879ae0aee023028 /OpenSim/Client
parentMerge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open... (diff)
downloadopensim-SC_OLD-1387919c204eb66ab6a37eb0fdf0f3c38f0a6813.zip
opensim-SC_OLD-1387919c204eb66ab6a37eb0fdf0f3c38f0a6813.tar.gz
opensim-SC_OLD-1387919c204eb66ab6a37eb0fdf0f3c38f0a6813.tar.bz2
opensim-SC_OLD-1387919c204eb66ab6a37eb0fdf0f3c38f0a6813.tar.xz
Yes! First test of new login service done still in 2009! Bombs in auth, because the data migration is missing. Will fix it next year...
* HAPPY NEW YEAR!
Diffstat (limited to 'OpenSim/Client')
-rw-r--r--OpenSim/Client/Linden/Resources/LindenModules.addin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Client/Linden/Resources/LindenModules.addin.xml b/OpenSim/Client/Linden/Resources/LindenModules.addin.xml
index 6a55ce8..a07a00f 100644
--- a/OpenSim/Client/Linden/Resources/LindenModules.addin.xml
+++ b/OpenSim/Client/Linden/Resources/LindenModules.addin.xml
@@ -8,8 +8,10 @@
8 </Dependencies> 8 </Dependencies>
9 9
10 <Extension path = "/OpenSim/RegionModules"> 10 <Extension path = "/OpenSim/RegionModules">
11 <!--
11 <RegionModule id="LLStandaloneLoginModule" type="OpenSim.Client.Linden.LLStandaloneLoginModule" /> 12 <RegionModule id="LLStandaloneLoginModule" type="OpenSim.Client.Linden.LLStandaloneLoginModule" />
12 <RegionModule id="LLProxyLoginModule" type="OpenSim.Client.Linden.LLProxyLoginModule" /> 13 <RegionModule id="LLProxyLoginModule" type="OpenSim.Client.Linden.LLProxyLoginModule" />
14 -->
13 <RegionModule id="LLClientStackModule" type="OpenSim.Client.Linden.LLClientStackModule" /> 15 <RegionModule id="LLClientStackModule" type="OpenSim.Client.Linden.LLClientStackModule" />
14 </Extension> 16 </Extension>
15</Addin> 17</Addin>