aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/UserProfiles (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate commit. Sill errors.Melanie2014-01-051-2/+2
|\ | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into careminster Conflicts: OpenSim/Data/SQLite/SQLiteUserProfilesData.cs OpenSim/Framework/RegionInfo.cs OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueHelper.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Services/UserProfilesService/UserProfilesService.cs
| * Fix issue with editing notes for other avatarsBlueWall2013-12-161-2/+2
| |
* | Revert "Add support for user preferences (im via email)"Melanie2013-12-071-67/+0
|/ | | | This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b.
* Add support for user preferences (im via email)BlueWall2013-12-061-0/+67
|
* Remove test that gives issue on Windows, just let the try/catch do the work.BlueWall2013-09-021-5/+1
|
* Profiles: Clean up some log entries caused when visiting HG avatar is using ↵BlueWall2013-08-291-16/+26
| | | | legacy profiles
* Remove mono compiler warnings from UserProfilesModuleJustin Clark-Casey (justincc)2013-08-171-19/+16
|
* Changed the UserProfileModule so that it's less greedy in terms of thread usage.Diva Canto2013-07-111-7/+5
|
* Revert "minor: remove some mono compiler warnings in UserProfileModule"Robert Adams2013-07-091-13/+16
| | | | | | | Revert until we understand why all the calls to GetUserProfileServerURI were also commented out. This reverts commit 5f58b9b5526c401e039d27b8c92603ff02421fb8.
* minor: remove some mono compiler warnings in UserProfileModuleJustin Clark-Casey (justincc)2013-07-091-16/+13
|
* Lock m_classifiedCache and m_classifiedInterest dictionary reads in ↵Justin Clark-Casey (justincc)2013-06-151-14/+13
| | | | | | UserProfileModule since in the presence of writes these are not thread-safe operations. Simplified locking to m_classifiedCache only since r/w of both dictionaries always occurs together
* Correct build break in previous commit 9c530d7Justin Clark-Casey (justincc)2013-06-151-10/+7
|
* refactor: In UserProfileModule, change classifiedCache and ↵Justin Clark-Casey (justincc)2013-06-151-19/+23
| | | | | | classifiedInterest to m_classifiedCache and m_classifiedInterest This is the coding standard name style for private fields.
* Catch exception triggered by incoming avatars using legacy profilesBlueWall2013-06-081-1/+10
|
* SQLite support for UserProfilesBlueWall2013-06-071-0/+1
|
* Prevent processing for NpcBlueWall2013-06-051-1/+3
|
* Remove a couple of orphaned linesBlueWall2013-06-051-3/+0
|
* Make locking more uniformBlueWall2013-06-051-14/+19
|
* Adding back the BasicProfileModuleBlueWall2013-05-311-73/+15
|
* UserProfilesBlueWall2013-05-301-0/+1386
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.