mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Quite big change to how Sessions/circuits are Authenticated. Seems to work okay but needs a lot more testing.
This commit is contained in:
@@ -11,10 +11,12 @@ namespace OpenSim.Framework.Types
|
||||
public LLUUID AgentID;
|
||||
public LLUUID SessionID;
|
||||
public LLUUID SecureSessionID;
|
||||
public LLVector3 startpos;
|
||||
public LLVector3 startpos;
|
||||
public string firstname;
|
||||
public string lastname;
|
||||
public uint circuitcode;
|
||||
public bool child;
|
||||
public bool child;
|
||||
public LLUUID InventoryFolder;
|
||||
public LLUUID BaseFolder;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,6 +14,8 @@ namespace OpenSim.Framework.Types
|
||||
public LLUUID SecureSession = LLUUID.Zero;
|
||||
public LLUUID InventoryFolder;
|
||||
public LLUUID BaseFolder;
|
||||
public uint CircuitCode;
|
||||
|
||||
public Login()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user