aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2009-03-03 15:41:21 +0000
committerMW2009-03-03 15:41:21 +0000
commit171015f65fc2226b92b0f881a49e0110445e5045 (patch)
treee4d1dcbb4739cc61057dd3d89dc278ed67e56c29 /prebuild.xml
parentRefactoring of CreateCommsManagerPlugin. (diff)
downloadopensim-SC_OLD-171015f65fc2226b92b0f881a49e0110445e5045.zip
opensim-SC_OLD-171015f65fc2226b92b0f881a49e0110445e5045.tar.gz
opensim-SC_OLD-171015f65fc2226b92b0f881a49e0110445e5045.tar.bz2
opensim-SC_OLD-171015f65fc2226b92b0f881a49e0110445e5045.tar.xz
Moved Linden protocol login handling to modules in OpenSim.Client.Linden. There are two region modules in there LLStandaloneLoginModule (for standalone mode) and LLProxyLoginModule (for grid mode which just handles incoming expect_user and logoff_user messages from the remote login server)
Changed OpenSim.Framework.Communications.Tests.LoginServiceTests to use the LLStandaloneLoginService (from the LLStandaloneLoginModule) rather than LocalLoginService. Really these login tests should most likely be somewhere else as they are testing specific implementations of login services. Commented out the old LocalLoginService as its no longer used, but want to check there are no problems before it gets deleted.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 5a1fcaa..c7ddb2a 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1734,10 +1734,12 @@
1734 <Reference name="OpenSim.Framework.Communications"/> 1734 <Reference name="OpenSim.Framework.Communications"/>
1735 <Reference name="Nini.dll" /> 1735 <Reference name="Nini.dll" />
1736 <Reference name="log4net.dll"/> 1736 <Reference name="log4net.dll"/>
1737 <Reference name="protobuf-net"/> 1737 <Reference name="OpenSim.Framework.Servers"/>
1738 <Reference name="MXP.dll"/> 1738 <Reference name="OpenMetaverse.StructuredData.dll"/>
1739 <Reference name="OpenSim.Region.ClientStack"/> 1739 <Reference name="OpenSim.Region.ClientStack"/>
1740 <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> 1740 <Reference name="OpenSim.Region.ClientStack.LindenUDP"/>
1741 <Reference name="XMLRPC.dll"/>
1742 <Reference name="OpenSim.Region.Framework"/>
1741 <Files> 1743 <Files>
1742 <Match pattern="*.cs" recurse="true"/> 1744 <Match pattern="*.cs" recurse="true"/>
1743 </Files> 1745 </Files>
@@ -2911,6 +2913,7 @@
2911 <Reference name="XMLRPC.dll"/> 2913 <Reference name="XMLRPC.dll"/>
2912 <Reference name="OpenMetaverse.dll"/> 2914 <Reference name="OpenMetaverse.dll"/>
2913 <Reference name="OpenMetaverseTypes.dll"/> 2915 <Reference name="OpenMetaverseTypes.dll"/>
2916 <Reference name="OpenSim.Client.Linden"/>
2914 <Reference name="OpenSim.Framework"/> 2917 <Reference name="OpenSim.Framework"/>
2915 <Reference name="OpenSim.Framework.Communications"/> 2918 <Reference name="OpenSim.Framework.Communications"/>
2916 <Reference name="OpenSim.Data"/> 2919 <Reference name="OpenSim.Data"/>