aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserProfilesData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the core module extra profile settings support carried in with the latestMelanie2014-01-051-2/+2
| | | | patches. We don't need it.
* Intermediate commit. Sill errors.Melanie2014-01-051-6/+14
|\ | | | | | | | | | | | | | | | | | | | | 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-0/+4
| |
| * Populate user preferences with UserAccount email if it is present, else ↵BlueWall2013-12-161-6/+10
| | | | | | | | return an error indicating no email is on record for the user.
* | Revert "Add support for user preferences (im via email)"Melanie2013-12-071-18/+21
|/ | | | This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b.
* Add support for user preferences (im via email)BlueWall2013-12-061-21/+18
|
* Stop writing partner id to record when updating profile data. This should be ↵BlueWall2013-12-051-2/+0
| | | | changed only by admin in backend.
* Adding standard OpenSim header to source filesBlueWall2013-05-311-0/+27
|
* Fill in fields with default values on profile creationBlueWall2013-05-311-2/+48
|
* UserProfilesBlueWall2013-05-301-0/+1023
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.