aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-39/+306
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-198/+421
2012-12-09UserManagementModule: search the local cache for names too.Diva Canto1-0/+10
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-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
2011-01-03Allow cross-scope friendships to work, and also allow other cross scope nameMelanie1-1/+1
2010-11-25WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...Diva Canto1-0/+5
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto1-24/+37
2010-11-21Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto1-0/+297