mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
add GetUsersNames(string[] ids) to UserManagement. Make GetDisplayNames cap use it so several IDs are handle on a single call. Since there is no grid side suport, no much gain still
This commit is contained in:
@@ -42,6 +42,7 @@ namespace OpenSim.Services.Interfaces
|
||||
string GetUserUUI(UUID uuid);
|
||||
bool GetUserUUI(UUID userID, out string uui);
|
||||
string GetUserServerURL(UUID uuid, string serverType);
|
||||
Dictionary<UUID,string> GetUsersNames(string[] ids);
|
||||
|
||||
/// <summary>
|
||||
/// Get user ID by the given name.
|
||||
|
||||
Reference in New Issue
Block a user