aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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)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 Canto1-34/+38
2013-04-24Bug fix: compare tolower. This should fix the issue where HG visitors current...Diva Canto1-1/+1
2012-12-09UserManagementModule: search the local cache for names too.Diva Canto1-0/+10
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-4/+4
2012-11-12More module cleanup: removed the CoreModules.Framework modules directives out...Diva Canto1-0/+2
2012-10-05Finally fix build break by allowing UserManagementModule (which constructs a ...Justin Clark-Casey (justincc)1-0/+1
2012-09-26Show the user's home url too on the console command.Diva Canto1-4/+3
2012-03-28Add "friends show cache <first-name> <last-name>" command for debugging purpo...Justin Clark-Casey (justincc)1-0/+29
2012-03-20HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto1-9/+11
2012-03-17Added GetUUID(first, last) on UserAgentsService so that we can finally make d...Diva Canto1-1/+0
2012-03-17More on HG access control. This commit splits the UserManagementModule into t...Diva Canto1-40/+62
2012-03-17Moved HandleAvatarPickerRequest from the generic Scene.PacketHandlers to the ...Diva Canto1-0/+62
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-1/+1
2012-01-13Fix improper code formatting introduced in 6214e6a217cfBo Iwu1-24/+40
2012-01-12Undo some prior workBlueWall1-93/+0
2012-01-12Renamed one var and deleted commented code. No functional changes.Diva Canto1-33/+2
2012-01-12Allow update of stored entries within User Management Module-this is needed f...Bo Iwu1-48/+52
2012-01-03Profile UpdatesBlueWall1-0/+93
2011-12-29Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto1-0/+9
2011-11-16Fix the build breakJustin Clark-Casey (justincc)1-1/+1
2011-11-16Look up a homeURL only when it's not null, in addition to not being string.EmptyJustin Clark-Casey (justincc)1-1/+1
2011-11-15Enable log message to tell us what type of url is being requested from a user...Justin Clark-Casey (justincc)1-3/+3
2011-11-15fix build break on UserManagementModule.Justin Clark-Casey (justincc)1-7/+8
2011-11-15Do proper locking of UserManagementModule.m_UserCache when getting.Justin Clark-Casey (justincc)1-29/+57
2011-09-10Stop the UserManagementModule logging every user it adds for nowJustin Clark-Casey (justincc)1-3/+3
2011-09-06Add temporary debugging in HGInventoryBroker and RemoveXInventoryServiceConne...Justin Clark-Casey (justincc)1-2/+0
2011-08-19Stop NPC's getting hypergrid like names in some circumstances.Justin Clark-Casey (justincc)1-13/+32
2011-06-29Hack around with the NPC module to get osNpcCreate() partially working again.Justin Clark-Casey (justincc)1-1/+2
2011-06-20Remove friends debug spamMelanie1-1/+1
2011-06-09Change the name of the newest command to "show names" so that it doesn't conf...Diva Canto1-2/+2
2011-06-08Fixed "Unknown User" listed as creator/owner on prims created with the Build ...Diva Canto1-8/+66
2011-06-05Narrow down the exception catching to exactly the exception of interest. This...Diva Canto1-1/+1
2011-05-26Commented a few extra debug messages.Diva Canto1-2/+2
2011-05-24Added necessary code to drop inventory on hg friends using the profile window...Diva Canto1-3/+33
2011-05-19HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto1-0/+2