Commit History

Author SHA1 Message Date
  UbitUmarov 6d063785bd add RemoveUser to UserManagement 6 years ago
  UbitUmarov be975d1e89 add a adicional in transit flag to signal HG tps, and use it to ignore usernames requests sent to start region during tp; don't send unknows display names ( getdisplaynames cap ) 7 years ago
  Melanie Thielker 59f7cf79c9 Prevent error spew when script send IM to HG users before HG is up 7 years ago
  Melanie Thielker b16abc8166 Massive tab and trailing space cleanup 7 years ago
  UbitUmarov f1c6769ca5 set HasGridUserTried on usercache of NPCs 7 years ago
  UbitUmarov f4745e5a35 full change ServiceThrottleModule. Let it still service RegionHandleRequest and UUIDNameRequest but this wrong since they are diferent services. Keeping gambling about not having 2 much overlaps of the 2 kind of requests. Remove double thottling of RegionHandleRequest 7 years ago
  UbitUmarov 1b7327800a fix GetUserUUI 8 years ago
  UbitUmarov fedc689170 in GetUsersNames(string[] ids) why are empty names in cache? ignore them, cache also information found by GridUserService 8 years ago
  UbitUmarov 7dbc5803a6 in GetUsersNames(string[] ids) dont loose names HGFriends may have cached 8 years ago
  UbitUmarov 04ea34f379 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 8 years ago
  Melanie Thielker f800f5ba57 Make the UserManagementModule inheritable 8 years ago
  UbitUmarov f1bbc4d386 stop some requests processing when module as no scenes (there must be a better way to fix this) 8 years ago
  UbitUmarov a11edceb00 seems to compile ( tests comented out) 9 years ago
  UbitUmarov 371c9dd2af bad merge? 9 years ago
  BlueWall 3c2886cd75 Adding back command to clear region's user cache 9 years ago
  Freaky Tech 5a413c1b2f adjusted new UserManagementModule to accept the HG UUI test harness 9 years ago
  Freaky Tech 0ea6977013 solving HG IM, HGFriends issues based on falsified GridUser data 9 years ago
  BlueWall e50aac020f Add command to reset region's user cache 9 years ago
  Justin Clark-Casey (justincc) 09534f378e Avoid repeated lag-generating continuous attempts to retrieve HG service Urls in UMM if the initial request fails, possibly due to the home URL not being present 9 years ago
  Justin Clark-Casey (justincc) ee9fae23ff Be more explicit again in UMM bad HomeURL message by logging the original creator data 10 years ago
  Justin Clark-Casey (justincc) 8a27fc5d61 Make UMM.AddUser(UUID, string) log message when bad creatorData is given to reflect its location (UMM not Scene) and add the user name and ID. 10 years ago
  Melanie Thielker 72cead2920 Remove extremely spammy error message that isn't an actual error - user 10 years ago
  Oren Hurvitz 998d7009a6 Eliminated many warnings 10 years ago
  Oren Hurvitz c8583e566d When searching for users, don't add users from the local cache if they have an invalid UUID 11 years ago
  Justin Clark-Casey (justincc) f49d513089 Change warns associated with UserAgentServiceConnector to debugs, as this is not necessarily a problen with the source simulator (e.g. someone else's remote simulator cannot be contacted). 10 years ago
  Justin Clark-Casey (justincc) fc35b45e21 If calls to UserAgentServiceConnector fail then throw an exception. This lets the caller decide whether to discard the error or not. 10 years ago
  Justin Clark-Casey (justincc) 7cab41f422 refactor: replace verbose checks with String.IsNullOrEmpty where applicable. 11 years ago
  Justin Clark-Casey (justincc) b22c92368f Move adding UUID.Zero -> Unknown User binding to UMM.Init() so that it's also called by HGUserManagementModule 11 years ago
  Justin Clark-Casey (justincc) 8502517d80 Make UUID.Zero resolve to "Unknown User" in user cache. 11 years ago
  Justin Clark-Casey (justincc) 1d2466889a Reinstate insertion of "Unknown UserUMMAU4" now, as naive removing may be generating too many repeating user requests from other sources. 11 years ago