| Commit message (Expand) | Author | Age | Files | Lines |
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -3/+1 |
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -0/+98 |
|\ |
|
| * | Remove extremely spammy error message that isn't an actual error - user | Melanie Thielker | 2014-07-20 | 1 | -5/+5 |
* | | Adding back command to clear region's user cache | BlueWall | 2015-05-13 | 1 | -7/+22 |
* | | adjusted new UserManagementModule to accept the HG UUI test harness | Freaky Tech | 2015-03-05 | 1 | -1/+5 |
* | | solving HG IM, HGFriends issues based on falsified GridUser data | Freaky Tech | 2015-03-05 | 1 | -263/+293 |
* | | Add command to reset region's user cache | BlueWall | 2014-12-16 | 1 | -0/+15 |
* | | Avoid repeated lag-generating continuous attempts to retrieve HG service Urls... | Justin Clark-Casey (justincc) | 2014-11-28 | 1 | -7/+11 |
* | | Be more explicit again in UMM bad HomeURL message by logging the original cre... | Justin Clark-Casey (justincc) | 2014-11-27 | 1 | -2/+2 |
* | | Make UMM.AddUser(UUID, string) log message when bad creatorData is given to r... | Justin Clark-Casey (justincc) | 2014-11-27 | 1 | -4/+8 |
* | | refactor: consistently put all test classes in the OpenSim.Tests.Common packa... | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -1/+0 |
* | | Eliminated many warnings | Oren Hurvitz | 2014-04-23 | 1 | -2/+0 |
* | | When searching for users, don't add users from the local cache if they have a... | Oren Hurvitz | 2014-03-24 | 1 | -2/+3 |
* | | Change warns associated with UserAgentServiceConnector to debugs, as this is ... | Justin Clark-Casey (justincc) | 2014-02-14 | 2 | -2/+2 |
* | | If calls to UserAgentServiceConnector fail then throw an exception. This lets... | Justin Clark-Casey (justincc) | 2014-02-14 | 2 | -2/+21 |
|/ |
|
* | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2013-11-15 | 1 | -2/+2 |
* | Move adding UUID.Zero -> Unknown User binding to UMM.Init() so that it's also... | Justin Clark-Casey (justincc) | 2013-09-25 | 1 | -2/+1 |
* | Make UUID.Zero resolve to "Unknown User" in user cache. | Justin Clark-Casey (justincc) | 2013-09-20 | 1 | -0/+2 |
* | Reinstate insertion of "Unknown UserUMMAU4" now, as naive removing may be gen... | Justin Clark-Casey (justincc) | 2013-09-17 | 1 | -35/+31 |
* | Comment out warning about no grid user found in UMM.TryGetUserNamesFromServic... | Justin Clark-Casey (justincc) | 2013-09-17 | 1 | -4/+4 |
* | Fix issue in recent 3f0fa9f7 where the code start adding unknown user cache e... | Justin Clark-Casey (justincc) | 2013-09-17 | 1 | -2/+3 |
* | To avoid viewers (particularly on the Hypergrid) from permanently caching a U... | Justin Clark-Casey (justincc) | 2013-09-16 | 1 | -35/+42 |
* | Restore group membership check for HG users in QueryAccess. | Diva Canto | 2013-09-05 | 1 | -4/+10 |
* | Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ... | Diva Canto | 2013-07-28 | 1 | -39/+0 |
* | This makes people search work. | Diva Canto | 2013-07-28 | 1 | -0/+41 |
* | For unknown user issue, bump GUN7 to GUN8 and UMMAU3 to UMMAU4 to assess what... | Justin Clark-Casey (justincc) | 2013-07-23 | 1 | -2/+2 |
* | Improvements to the ServiceThrottleModule: added a category and an itemid to ... | Diva Canto | 2013-07-16 | 1 | -1/+1 |
* | UserManagementModule: in the continuation, call the method that also looks up... | Diva Canto | 2013-07-16 | 1 | -2/+2 |
* | Deleted a couple of verbose messages | Diva Canto | 2013-07-16 | 1 | -3/+1 |
* | Eliminated the UserManagement/UserManagementModule throttle thread. Made the ... | Diva Canto | 2013-07-16 | 1 | -117/+60 |
* | In the pursuit of using less CPU: now trying to avoid blocking queues altoget... | Diva Canto | 2013-07-16 | 1 | -7/+57 |
* | Actually use DoubleQueue in UserManagement/UserManagementModule | Diva Canto | 2013-07-16 | 1 | -1/+1 |
* | High CPU hunt: try a different blocking queue, DoubleQueue | Diva Canto | 2013-07-16 | 1 | -0/+1 |
* | Protect against null requests | Diva Canto | 2013-07-15 | 1 | -8/+10 |
* | Placed a throttle on UserManagementModule for name lookups. Singularity appar... | Diva Canto | 2013-07-08 | 2 | -11/+57 |
* | Revert "WARNING: BRUTE FORCE DEBUG AGAIN. AVOID USING THIS COMMIT" | Diva Canto | 2013-07-06 | 1 | -3/+1 |
* | Some more fixes on strange behaviors of Unknown User, esp. related to large m... | Diva Canto | 2013-07-06 | 1 | -3/+2 |
* | WARNING: BRUTE FORCE DEBUG AGAIN. AVOID USING THIS COMMIT | Diva Canto | 2013-07-06 | 1 | -1/+3 |
* | Guard against completely unknown user UUIDs. | Diva Canto | 2013-07-04 | 1 | -3/+6 |
* | With diva's permission, temporarily reinsert Unknown UserUMMAU3 to make sure ... | Justin Clark-Casey (justincc) | 2013-07-04 | 1 | -7/+18 |
* | Squoosh one last opportunity for Unknown Users to creep in. | Diva Canto | 2013-07-02 | 1 | -7/+5 |
* | Deleted debug messages. Fixed a null ref exception on the POST handler of Gri... | Diva Canto | 2013-07-02 | 1 | -3/+2 |
* | More debug messages | Diva Canto | 2013-07-02 | 1 | -1/+6 |
* | This should have a strong effect on the Unknown User issue mantis #6625 | Diva Canto | 2013-07-02 | 1 | -2/+18 |
* | Update debug unknown user name UserUMMTGUN3 to UserUMMTGUN4 and UserUMMAU -> ... | Justin Clark-Casey (justincc) | 2013-07-01 | 1 | -2/+2 |
* | Update temporary "Unknown UserUMMTGUN2" name to "Unknown UserUMMTGUN3" to see... | Justin Clark-Casey (justincc) | 2013-06-25 | 1 | -1/+1 |
* | Removed the lock entirely | Diva Canto | 2013-06-11 | 1 | -56/+52 |
* | Really bad idea to lock m_UserCache for so long in UserManagementModule. Adde... | Diva Canto | 2013-06-11 | 1 | -13/+17 |
* | Try caching the user name for a new agent earlier on in the process of establ... | Justin Clark-Casey (justincc) | 2013-05-29 | 2 | -2/+2 |
* | Add HG regression TestCachedUserNameForNewAgent() | Justin Clark-Casey (justincc) | 2013-05-29 | 1 | -0/+76 |