aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/UserManagement (follow)
Commit message (Expand)AuthorAgeFilesLines
* More on HG access control. This commit splits the UserManagementModule into t...Diva Canto2012-03-172-40/+181
* 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