aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/UserManagement (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-07-04With diva's permission, temporarily reinsert Unknown UserUMMAU3 to make sure ...Justin Clark-Casey (justincc)1-7/+18
2013-07-02Squoosh one last opportunity for Unknown Users to creep in.Diva Canto1-7/+5
2013-07-02Deleted debug messages. Fixed a null ref exception on the POST handler of Gri...Diva Canto1-3/+2
2013-07-02More debug messagesDiva Canto1-1/+6
2013-07-02This should have a strong effect on the Unknown User issue mantis #6625Diva Canto1-2/+18
2013-07-01Update debug unknown user name UserUMMTGUN3 to UserUMMTGUN4 and UserUMMAU -> ...Justin Clark-Casey (justincc)1-2/+2
2013-06-25Update temporary "Unknown UserUMMTGUN2" name to "Unknown UserUMMTGUN3" to see...Justin Clark-Casey (justincc)1-1/+1
2013-06-11Removed the lock entirelyDiva Canto1-56/+52
2013-06-11Really bad idea to lock m_UserCache for so long in UserManagementModule. Adde...Diva Canto1-13/+17
2013-05-29Try caching the user name for a new agent earlier on in the process of establ...Justin Clark-Casey (justincc)2-2/+2
2013-05-29Add HG regression TestCachedUserNameForNewAgent()Justin Clark-Casey (justincc)1-0/+76
2013-05-23Fix bug where both ordinary UserManagementModule and HGUserManagementModules ...Justin Clark-Casey (justincc)1-1/+1
2013-05-21To further help with tracking down the apperance of too much "Unknown User" i...Justin Clark-Casey (justincc)1-2/+2
2013-05-21Fix compile failure from recent git master 434c3cfJustin Clark-Casey (justincc)1-1/+1
2013-05-21Make "show name" command display HomeURL like "show names"Justin Clark-Casey (justincc)1-4/+11
2013-05-21minor: Change "show names" command to use consistent console display tableJustin Clark-Casey (justincc)1-15/+9
2013-05-21Add "show name" console command to make it possible to show a single binding ...Justin Clark-Casey (justincc)1-0/+34
2013-05-21Log when "Unknown User" is sent to a user because the UMM had no binding for ...Justin Clark-Casey (justincc)1-17/+32
2013-05-21Lock m_UserCache whilst iterating over it in UserManagementModule.GetUserData...Justin Clark-Casey (justincc)1-4/+9
2013-05-07Added AvatarPickerSearch capability handler.Diva Canto2-35/+39
2013-04-24Bug fix: compare tolower. This should fix the issue where HG visitors current...Diva Canto1-1/+1
2013-04-02Fix what appears to be a bug in HGUserManagementModule where it enables on th...Justin Clark-Casey (justincc)1-2/+1