aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/UserManagement (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add a adicional in transit flag to signal HG tps, and use it to ignore ↵UbitUmarov2017-06-091-0/+1
| | | | usernames requests sent to start region during tp; don't send unknows display names ( getdisplaynames cap )
* 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 ↵UbitUmarov2016-11-221-2/+5
| | | | 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
* fix GetUserUUIUbitUmarov2016-09-191-0/+1
|
* in GetUsersNames(string[] ids) why are empty names in cache? ignore them, ↵UbitUmarov2016-08-181-8/+19
| | | | cache also information found by GridUserService
* 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
| | | | use it so several IDs are handle on a single call. Since there is no grid side suport, no much gain still
* 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 ↵UbitUmarov2015-11-271-0/+17
| | | | better way to fix this)
* 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
| | | | | | | | | | ids queried may not exist, since LSL can use this as well, with arbitrary ids
* | 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
| | | | | | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* | solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech2015-03-051-263/+293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | it does not consider GridUser as a viable source for residents' data. it does not consider Friends, Inventory Creators to be trusted at all. There are lots of broken entries in existence. There are lots of broken creator data fields in assets. The following issues arise from the broken data in the old User Management Module: failing HG IM failing HGFriends Requests Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* | Add command to reset region's user cacheBlueWall2014-12-161-0/+15
| |
* | Avoid repeated lag-generating continuous attempts to retrieve HG service ↵Justin Clark-Casey (justincc)2014-11-281-7/+11
| | | | | | | | | | | | | | | | Urls in UMM if the initial request fails, possibly due to the home URL not being present Instead, the failure information is effectively added to the memory cache (so no persistence over simualtor sessions). A future improvement may be to invalidate negative cache results after some time has passed in case the failure was transient. Looks to resolve http://opensimulator.org/mantis/view.php?id=7382
* | Be more explicit again in UMM bad HomeURL message by logging the original ↵Justin Clark-Casey (justincc)2014-11-271-2/+2
| | | | | | | | creator data
* | Make UMM.AddUser(UUID, string) log message when bad creatorData is given to ↵Justin Clark-Casey (justincc)2014-11-271-4/+8
| | | | | | | | reflect its location (UMM not Scene) and add the user name and ID.
* | refactor: consistently put all test classes in the OpenSim.Tests.Common ↵Justin Clark-Casey (justincc)2014-11-251-1/+0
| | | | | | | | | | | | package rather than some in OpenSim.Tests.Common.Mock the separate mock package was not useful and was just another using line to always add
* | Eliminated many warningsOren Hurvitz2014-04-231-2/+0
| |
* | When searching for users, don't add users from the local cache if they have ↵Oren Hurvitz2014-03-241-2/+3
| | | | | | | | | | | | an invalid UUID Resolves http://opensimulator.org/mantis/view.php?id=6935
* | Change warns associated with UserAgentServiceConnector to debugs, as this is ↵Justin Clark-Casey (justincc)2014-02-142-2/+2
| | | | | | | | | | | | not necessarily a problen with the source simulator (e.g. someone else's remote simulator cannot be contacted). This is Oren Hurvitz's second patch from http://opensimulator.org/mantis/view.php?id=6956 with a small amount of correction
* | If calls to UserAgentServiceConnector fail then throw an exception. This ↵Justin Clark-Casey (justincc)2014-02-142-2/+21
|/ | | | | | lets the caller decide whether to discard the error or not. This is Oren Hurvitz's 0001 patch from http://opensimulator.org/mantis/view.php?id=6956 but I ended up doing some tweaking to resolve patch application issues.
* refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-2/+2
| | | | Thanks to Kira for this patch from http://opensimulator.org/mantis/view.php?id=6845
* Move adding UUID.Zero -> Unknown User binding to UMM.Init() so that it's ↵Justin Clark-Casey (justincc)2013-09-251-2/+1
| | | | also called by HGUserManagementModule
* Make UUID.Zero resolve to "Unknown User" in user cache.Justin Clark-Casey (justincc)2013-09-201-0/+2
| | | | | This is to avoid massive numbers of 'no user found' logs when user IDs are missing for some reason. UUID.Zero should not be used for any user ID.
* Reinstate insertion of "Unknown UserUMMAU4" now, as naive removing may be ↵Justin Clark-Casey (justincc)2013-09-171-35/+31
| | | | | | generating too many repeating user requests from other sources. Leaves in the dropping of the client GUN8 (now 9) uuid binding message, since this was the much more common case from the viewer-side and this can only affect viewers.
* Comment out warning about no grid user found in ↵Justin Clark-Casey (justincc)2013-09-171-4/+4
| | | | UMM.TryGetUserNamesFromServices() for now
* Fix issue in recent 3f0fa9f7 where the code start adding unknown user cache ↵Justin Clark-Casey (justincc)2013-09-171-2/+3
| | | | entries with no name
* To avoid viewers (particularly on the Hypergrid) from permanently caching a ↵Justin Clark-Casey (justincc)2013-09-161-35/+42
| | | | | | | UUID -> "Unknown User" binding, drop the binding request rather than replying with "Unknown User" By not binding UUID -> "Unknown User", we leave open the possibility that the binding may be correctly resolved at a later time, which can still happen in some Hypergrid situations. Observed behaviour of LL viewer 3.3.4 is that a dropped bind request is not retried until the next session.
* 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
| | | | handler from both Groups modules in core, and replaced them with an operation on IGroupsModule.
* 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 ↵Justin Clark-Casey (justincc)2013-07-231-2/+2
| | | | what looks like a very significant reducing in GUN occurrances
* Improvements to the ServiceThrottleModule: added a category and an itemid to ↵Diva Canto2013-07-161-1/+1
| | | | the interface, so that duplicate requests aren't enqueued more than once.
* UserManagementModule: in the continuation, call the method that also looks ↵Diva Canto2013-07-161-2/+2
| | | | up the cache, because the resource may be here in the meantime
* 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
| | | | other one generic, taking any continuation.
* In the pursuit of using less CPU: now trying to avoid blocking queues ↵Diva Canto2013-07-161-7/+57
| | | | altogether. Instead, this uses a timer. No sure if it's better or worse, but worth the try.
* 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 ↵Diva Canto2013-07-082-11/+57
| | | | apparently is flooding the sims with name requests.
* Revert "WARNING: BRUTE FORCE DEBUG AGAIN. AVOID USING THIS COMMIT"Diva Canto2013-07-061-3/+1
| | | | This reverts commit 9b75d757241e87408c50b1f92996bf667960c348.
* Some more fixes on strange behaviors of Unknown User, esp. related to large ↵Diva Canto2013-07-061-3/+2
| | | | messy inventories and esp. related to kokua
* WARNING: BRUTE FORCE DEBUG AGAIN. AVOID USING THIS COMMITDiva Canto2013-07-061-1/+3
|