diff options
author | Justin Clarke Casey | 2009-04-22 23:04:32 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-22 23:04:32 +0000 |
commit | bd8e4a8892e204e2d9e7e24087f7200c16be57f0 (patch) | |
tree | c1d70399cd3f75a8bf97e09a9dcb8f652a1e8a3d /OpenSim/Framework/Communications/Services | |
parent | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... (diff) | |
download | opensim-SC-bd8e4a8892e204e2d9e7e24087f7200c16be57f0.zip opensim-SC-bd8e4a8892e204e2d9e7e24087f7200c16be57f0.tar.gz opensim-SC-bd8e4a8892e204e2d9e7e24087f7200c16be57f0.tar.bz2 opensim-SC-bd8e4a8892e204e2d9e7e24087f7200c16be57f0.tar.xz |
* Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices
Diffstat (limited to 'OpenSim/Framework/Communications/Services')
-rw-r--r-- | OpenSim/Framework/Communications/Services/HGLoginAuthService.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Framework/Communications/Services/HGLoginAuthService.cs b/OpenSim/Framework/Communications/Services/HGLoginAuthService.cs index 5e357d5..b62e4a2 100644 --- a/OpenSim/Framework/Communications/Services/HGLoginAuthService.cs +++ b/OpenSim/Framework/Communications/Services/HGLoginAuthService.cs | |||
@@ -61,7 +61,6 @@ namespace OpenSim.Framework.Communications.Services | |||
61 | /// </summary> | 61 | /// </summary> |
62 | protected ILoginServiceToRegionsConnector m_regionsConnector; | 62 | protected ILoginServiceToRegionsConnector m_regionsConnector; |
63 | 63 | ||
64 | |||
65 | public HGLoginAuthService( | 64 | public HGLoginAuthService( |
66 | UserManagerBase userManager, string welcomeMess, | 65 | UserManagerBase userManager, string welcomeMess, |
67 | IInterServiceInventoryServices interServiceInventoryService, | 66 | IInterServiceInventoryServices interServiceInventoryService, |
@@ -89,7 +88,7 @@ namespace OpenSim.Framework.Communications.Services | |||
89 | 88 | ||
90 | public override XmlRpcResponse XmlRpcLoginMethod(XmlRpcRequest request) | 89 | public override XmlRpcResponse XmlRpcLoginMethod(XmlRpcRequest request) |
91 | { | 90 | { |
92 | m_log.Info("[HGLOGIN] HGLogin called " + request.MethodName); | 91 | m_log.Info("[HGLOGIN]: HGLogin called " + request.MethodName); |
93 | XmlRpcResponse response = base.XmlRpcLoginMethod(request); | 92 | XmlRpcResponse response = base.XmlRpcLoginMethod(request); |
94 | Hashtable responseData = (Hashtable)response.Value; | 93 | Hashtable responseData = (Hashtable)response.Value; |
95 | 94 | ||
@@ -135,7 +134,6 @@ namespace OpenSim.Framework.Communications.Services | |||
135 | 134 | ||
136 | public XmlRpcResponse XmlRpcGenerateKeyMethod(XmlRpcRequest request) | 135 | public XmlRpcResponse XmlRpcGenerateKeyMethod(XmlRpcRequest request) |
137 | { | 136 | { |
138 | |||
139 | // Verify the key of who's calling | 137 | // Verify the key of who's calling |
140 | UUID userID = UUID.Zero; | 138 | UUID userID = UUID.Zero; |
141 | UUID authKey = UUID.Zero; | 139 | UUID authKey = UUID.Zero; |
@@ -254,7 +252,6 @@ namespace OpenSim.Framework.Communications.Services | |||
254 | return m_regionsConnector.RequestNeighbourInfo(homeRegionId); | 252 | return m_regionsConnector.RequestNeighbourInfo(homeRegionId); |
255 | } | 253 | } |
256 | 254 | ||
257 | |||
258 | /// <summary> | 255 | /// <summary> |
259 | /// Not really informing the region. Just filling out the response fields related to the region. | 256 | /// Not really informing the region. Just filling out the response fields related to the region. |
260 | /// </summary> | 257 | /// </summary> |