Свойство | Тип | Описание | |
---|---|---|---|
m_BypassClientVerification | bool | ||
m_FriendsService | IFriendsService | ||
m_GatekeeperConnector | |||
m_GatekeeperService | IGatekeeperService | ||
m_GridName | string | ||
m_GridService | IGridService | ||
m_PresenceService | IAgentInfoService | ||
m_UserAccountService | IUserAccountService | ||
m_asyncPostService | IAsyncMessagePostService | ||
m_registry | IRegistryCore |
Метод | Описание | |
---|---|---|
AgentIsComingHome ( UUID sessionID, string thisGridExternalName ) : bool | ||
FinishedStartup ( ) : void | ||
GetHomeRegion ( Aurora.Framework.AgentCircuitData circuit, System.Vector3 &position, System.Vector3 &lookAt ) : |
||
GetHomeRegion ( UUID userID, System.Vector3 &position, System.Vector3 &lookAt ) : |
||
GetOnlineFriends ( UUID foreignUserID, List |
||
GetServerURLs ( UUID userID ) : object>.Dictionary |
||
GetUUI ( UUID userID, UUID targetUserID ) : string | ||
GetUserInfo ( UUID userID ) : object>.Dictionary |
||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
LocateUser ( UUID userID ) : string | ||
LoginAgentToGrid ( Aurora.Framework.AgentCircuitData agentCircuit, |
||
LoginAgentToGrid ( Aurora.Framework.AgentCircuitData agentCircuit, |
||
LogoutAgent ( UUID userID, UUID sessionID ) : void | ||
RemoteStatusNotification ( OpenSim.Services.Interfaces.FriendInfo friend, UUID userID, bool online ) : bool | ||
Start ( IConfigSource config, IRegistryCore registry ) : void | ||
StatusNotification ( List |
||
VerifyAgent ( Aurora.Framework.AgentCircuitData circuit ) : bool | ||
VerifyAgent ( UUID sessionID, string token ) : bool | ||
VerifyClient ( UUID sessionID, string reportedIP ) : bool |
Метод | Описание | |
---|---|---|
SetClientIP ( UUID sessionID, string ip ) : void | ||
UpdateTravelInfo ( Aurora.Framework.AgentCircuitData agentCircuit, |
public AgentIsComingHome ( UUID sessionID, string thisGridExternalName ) : bool | ||
sessionID | UUID | |
thisGridExternalName | string | |
Результат | bool |
public GetHomeRegion ( Aurora.Framework.AgentCircuitData circuit, System.Vector3 &position, System.Vector3 &lookAt ) : |
||
circuit | Aurora.Framework.AgentCircuitData | |
position | System.Vector3 | |
lookAt | System.Vector3 | |
Результат |
public GetHomeRegion ( UUID userID, System.Vector3 &position, System.Vector3 &lookAt ) : |
||
userID | UUID | |
position | System.Vector3 | |
lookAt | System.Vector3 | |
Результат |
public GetOnlineFriends ( UUID foreignUserID, List |
||
foreignUserID | UUID | |
friends | List |
|
Результат | List |
public GetServerURLs ( UUID userID ) : object>.Dictionary |
||
userID | UUID | |
Результат | object>.Dictionary |
public GetUUI ( UUID userID, UUID targetUserID ) : string | ||
userID | UUID | |
targetUserID | UUID | |
Результат | string |
public GetUserInfo ( UUID userID ) : object>.Dictionary |
||
userID | UUID | |
Результат | object>.Dictionary |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Результат | void |
public LocateUser ( UUID userID ) : string | ||
userID | UUID | |
Результат | string |
public LoginAgentToGrid ( Aurora.Framework.AgentCircuitData agentCircuit, |
||
agentCircuit | Aurora.Framework.AgentCircuitData | |
gatekeeper | ||
finalDestination | ||
clientIP | ||
reason | string | |
Результат | bool |
public LoginAgentToGrid ( Aurora.Framework.AgentCircuitData agentCircuit, |
||
agentCircuit | Aurora.Framework.AgentCircuitData | |
gatekeeper | ||
finalDestination | ||
reason | string | |
Результат | bool |
public LogoutAgent ( UUID userID, UUID sessionID ) : void | ||
userID | UUID | |
sessionID | UUID | |
Результат | void |
public RemoteStatusNotification ( OpenSim.Services.Interfaces.FriendInfo friend, UUID userID, bool online ) : bool | ||
friend | OpenSim.Services.Interfaces.FriendInfo | |
userID | UUID | |
online | bool | |
Результат | bool |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Результат | void |
public StatusNotification ( List |
||
friends | List |
|
foreignUserID | UUID | |
online | bool | |
Результат | List |
public VerifyAgent ( Aurora.Framework.AgentCircuitData circuit ) : bool | ||
circuit | Aurora.Framework.AgentCircuitData | |
Результат | bool |
public VerifyAgent ( UUID sessionID, string token ) : bool | ||
sessionID | UUID | |
token | string | |
Результат | bool |
public VerifyClient ( UUID sessionID, string reportedIP ) : bool | ||
sessionID | UUID | |
reportedIP | string | |
Результат | bool |
protected static bool m_BypassClientVerification | ||
Результат | bool |
protected static IFriendsService m_FriendsService | ||
Результат | IFriendsService |
protected static GatekeeperServiceConnector,Aurora.Addon.HyperGrid m_GatekeeperConnector | ||
Результат |
protected static IGatekeeperService m_GatekeeperService | ||
Результат | IGatekeeperService |
protected static IGridService m_GridService | ||
Результат | IGridService |
protected static IAgentInfoService m_PresenceService | ||
Результат | IAgentInfoService |
protected static IUserAccountService m_UserAccountService | ||
Результат | IUserAccountService |
protected static IAsyncMessagePostService m_asyncPostService | ||
Результат | IAsyncMessagePostService |