aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-39/+306
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-198/+421
* UserManagementModule: search the local cache for names too.Diva Canto2012-12-091-0/+10
* More module cleanup: removed the CoreModules.Framework modules directives out...Diva Canto2012-11-121-0/+2
* Finally fix build break by allowing UserManagementModule (which constructs a ...Justin Clark-Casey (justincc)2012-10-051-0/+1
* Show the user's home url too on the console command.Diva Canto2012-09-261-4/+3
* Add "friends show cache <first-name> <last-name>" command for debugging purpo...Justin Clark-Casey (justincc)2012-03-281-0/+29
* HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto2012-03-201-9/+11
* Added GetUUID(first, last) on UserAgentsService so that we can finally make d...Diva Canto2012-03-171-1/+0
* More on HG access control. This commit splits the UserManagementModule into t...Diva Canto2012-03-171-40/+62
* Moved HandleAvatarPickerRequest from the generic Scene.PacketHandlers to the ...Diva Canto2012-03-171-0/+62
* Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)2012-03-081-1/+1
* Fix improper code formatting introduced in 6214e6a217cfBo Iwu2012-01-131-24/+40
* Undo some prior workBlueWall2012-01-121-93/+0
* Renamed one var and deleted commented code. No functional changes.Diva Canto2012-01-121-33/+2
* Allow update of stored entries within User Management Module-this is needed f...Bo Iwu2012-01-121-48/+52
* Profile UpdatesBlueWall2012-01-031-0/+93
* Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto2011-12-291-0/+9
* Fix the build breakJustin Clark-Casey (justincc)2011-11-161-1/+1
* Look up a homeURL only when it's not null, in addition to not being string.EmptyJustin Clark-Casey (justincc)2011-11-161-1/+1
* Enable log message to tell us what type of url is being requested from a user...Justin Clark-Casey (justincc)2011-11-151-3/+3
* fix build break on UserManagementModule.Justin Clark-Casey (justincc)2011-11-151-7/+8
* Do proper locking of UserManagementModule.m_UserCache when getting.Justin Clark-Casey (justincc)2011-11-151-29/+57
* Stop the UserManagementModule logging every user it adds for nowJustin Clark-Casey (justincc)2011-09-101-3/+3
* Add temporary debugging in HGInventoryBroker and RemoveXInventoryServiceConne...Justin Clark-Casey (justincc)2011-09-061-2/+0
* Stop NPC's getting hypergrid like names in some circumstances.Justin Clark-Casey (justincc)2011-08-191-13/+32
* Hack around with the NPC module to get osNpcCreate() partially working again.Justin Clark-Casey (justincc)2011-06-291-1/+2
* Change the name of the newest command to "show names" so that it doesn't conf...Diva Canto2011-06-091-2/+2
* Fixed "Unknown User" listed as creator/owner on prims created with the Build ...Diva Canto2011-06-081-8/+66
* Narrow down the exception catching to exactly the exception of interest. This...Diva Canto2011-06-051-1/+1
* Commented a few extra debug messages.Diva Canto2011-05-261-2/+2
* Added necessary code to drop inventory on hg friends using the profile window...Diva Canto2011-05-241-3/+33
* HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto2011-05-191-0/+2
* Allow cross-scope friendships to work, and also allow other cross scope nameMelanie2011-01-031-1/+1
* WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...Diva Canto2010-11-251-0/+5
* Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-211-24/+37
* Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto2010-11-211-0/+297