aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/UserManagement (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-09add a adicional in transit flag to signal HG tps, and use it to ignore userna...UbitUmarov1-0/+1
2017-03-31Prevent error spew when script send IM to HG users before HG is upMelanie Thielker1-3/+8
2017-01-05Massive tab and trailing space cleanupMelanie Thielker3-8/+8
2016-12-07set HasGridUserTried on usercache of NPCsUbitUmarov1-2/+2
2016-11-22full change ServiceThrottleModule. Let it still service RegionHandleRequest a...UbitUmarov1-2/+5
2016-09-19fix GetUserUUIUbitUmarov1-0/+1
2016-08-18in GetUsersNames(string[] ids) why are empty names in cache? ignore them, cac...UbitUmarov1-8/+19
2016-08-18in GetUsersNames(string[] ids) dont loose names HGFriends may have cachedUbitUmarov1-3/+22
2016-08-17 add GetUsersNames(string[] ids) to UserManagement. Make GetDisplayNames cap ...UbitUmarov1-1/+115
2016-06-16Also make the HGUserManagementModule more amenable to subclassing.Melanie Thielker1-2/+2
2016-06-15Make the UserManagementModule inheritableMelanie Thielker1-35/+35
2015-11-27stop some requests processing when module as no scenes (there must be a bette...UbitUmarov1-0/+17
2015-09-02seems to compile ( tests comented out)UbitUmarov1-3/+1
2015-05-13Adding back command to clear region's user cacheBlueWall1-7/+22
2015-03-05adjusted new UserManagementModule to accept the HG UUI test harnessFreaky Tech1-1/+5
2015-03-05solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech1-263/+293
2014-12-16Add command to reset region's user cacheBlueWall1-0/+15
2014-11-28Avoid repeated lag-generating continuous attempts to retrieve HG service Urls...Justin Clark-Casey (justincc)1-7/+11
2014-11-27Be more explicit again in UMM bad HomeURL message by logging the original cre...Justin Clark-Casey (justincc)1-2/+2
2014-11-27Make UMM.AddUser(UUID, string) log message when bad creatorData is given to r...Justin Clark-Casey (justincc)1-4/+8
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)1-1/+0
2014-07-20Remove extremely spammy error message that isn't an actual error - userMelanie Thielker1-5/+5
2014-04-23Eliminated many warningsOren Hurvitz1-2/+0
2014-03-24When searching for users, don't add users from the local cache if they have a...Oren Hurvitz1-2/+3
2014-02-14Change warns associated with UserAgentServiceConnector to debugs, as this is ...Justin Clark-Casey (justincc)2-2/+2
2014-02-14If calls to UserAgentServiceConnector fail then throw an exception. This lets...Justin Clark-Casey (justincc)2-2/+21
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-2/+2
2013-09-25Move adding UUID.Zero -> Unknown User binding to UMM.Init() so that it's also...Justin Clark-Casey (justincc)1-2/+1
2013-09-20Make UUID.Zero resolve to "Unknown User" in user cache.Justin Clark-Casey (justincc)1-0/+2
2013-09-17Reinstate insertion of "Unknown UserUMMAU4" now, as naive removing may be gen...Justin Clark-Casey (justincc)1-35/+31
2013-09-17Comment out warning about no grid user found in UMM.TryGetUserNamesFromServic...Justin Clark-Casey (justincc)1-4/+4
2013-09-17Fix issue in recent 3f0fa9f7 where the code start adding unknown user cache e...Justin Clark-Casey (justincc)1-2/+3
2013-09-16To avoid viewers (particularly on the Hypergrid) from permanently caching a U...Justin Clark-Casey (justincc)1-35/+42
2013-09-05Restore group membership check for HG users in QueryAccess.Diva Canto1-4/+10
2013-07-28Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ...Diva Canto1-39/+0
2013-07-28This makes people search work.Diva Canto1-0/+41
2013-07-23For unknown user issue, bump GUN7 to GUN8 and UMMAU3 to UMMAU4 to assess what...Justin Clark-Casey (justincc)1-2/+2
2013-07-16Improvements to the ServiceThrottleModule: added a category and an itemid to ...Diva Canto1-1/+1
2013-07-16UserManagementModule: in the continuation, call the method that also looks up...Diva Canto1-2/+2
2013-07-16Deleted a couple of verbose messagesDiva Canto1-3/+1
2013-07-16Eliminated the UserManagement/UserManagementModule throttle thread. Made the ...Diva Canto1-117/+60
2013-07-16In the pursuit of using less CPU: now trying to avoid blocking queues altoget...Diva Canto1-7/+57
2013-07-16Actually use DoubleQueue in UserManagement/UserManagementModuleDiva Canto1-1/+1
2013-07-16High CPU hunt: try a different blocking queue, DoubleQueueDiva Canto1-0/+1
2013-07-15Protect against null requestsDiva Canto1-8/+10
2013-07-08Placed a throttle on UserManagementModule for name lookups. Singularity appar...Diva Canto2-11/+57
2013-07-06Revert "WARNING: BRUTE FORCE DEBUG AGAIN. AVOID USING THIS COMMIT"Diva Canto1-3/+1
2013-07-06Some more fixes on strange behaviors of Unknown User, esp. related to large m...Diva Canto1-3/+2
2013-07-06WARNING: BRUTE FORCE DEBUG AGAIN. AVOID USING THIS COMMITDiva Canto1-1/+3
2013-07-04Guard against completely unknown user UUIDs.Diva Canto1-3/+6