Diff of /trunk/ModularRex/RexNetwork/RexLogin/RexLoginModule.cs
Parent Directory
|
Revision Log
|
Patch
| revision 33, Thu Jan 8 12:00:32 2009 UTC | revision 34, Thu Jan 8 13:36:39 2009 UTC | |
|---|---|---|
| # | Line 57 | Line 57 |
| 57 | public void PostInitialise() | public void PostInitialise() |
| 58 | { | { |
| 59 | m_log.Info("[REX] Overloading Login_to_Simulator"); | m_log.Info("[REX] Overloading Login_to_Simulator"); |
| 60 | m_scenes[0].AddXmlRPCHandler("login_to_simulator", XmlRpcLoginMethod); | m_scenes[0].CommsManager.HttpServer.AddXmlRPCHandler("login_to_simulator", XmlRpcLoginMethod); |
| 61 | ||
| 62 | m_primaryRegionInfo = m_scenes[0].RegionInfo; | m_primaryRegionInfo = m_scenes[0].RegionInfo; |
| 63 | ||
| # | Line 213 | Line 213 |
| 213 | ||
| 214 | logResponse.StartLocation = startLocationRequest; | logResponse.StartLocation = startLocationRequest; |
| 215 | ||
| 216 | string capsPath = Util.GetRandomCapsPath(); | string capsPath = OpenSim.Framework.Communications.Capabilities.CapsUtil.GetRandomCapsObjectPath();// Util.GetRandomCapsPath(); |
| 217 | string seedcap = "http://" + m_scenes[0].RegionInfo.ExternalEndPoint.Address + ":" + | string seedcap = "http://" + m_scenes[0].RegionInfo.ExternalEndPoint.Address + ":" + |
| 218 | "9000" + "/CAPS/" + capsPath + "0000/"; | "9000" + "/CAPS/" + capsPath + "0000/"; |
| 219 | ||
| # | Line 248 | Line 248 |
| 248 | Hashtable val = (Hashtable) rep.Value; | Hashtable val = (Hashtable) rep.Value; |
| 249 | val["rex"] = "running rex mode"; | val["rex"] = "running rex mode"; |
| 250 | ||
| 251 | m_log.Debug(rep.ToString()); | //m_log.Debug(rep.ToString()); |
| 252 | ||
| 253 | return rep; | return rep; |
| 254 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

