mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
reduce (again) number of http requestes on getdisplaynames
This commit is contained in:
@@ -46,7 +46,8 @@ namespace OpenSim.Framework
|
||||
bool GetUserUUI(UUID userID, out string uui);
|
||||
string GetUserServerURL(UUID uuid, string serverType);
|
||||
string GetUserServerURL(UUID uuid, string serverType, out bool failedWeb);
|
||||
Dictionary<UUID,string> GetUsersNames(string[] ids, UUID scopeID);
|
||||
Dictionary<UUID, string> GetUsersNames(string[] ids, UUID scopeID);
|
||||
Dictionary<UUID, string> GetKnownUserNames(string[] ids, UUID scopeID);
|
||||
void UserWebFailed(UUID id);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user