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