aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserProfilesData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed updating usersettings in the databaseOren Hurvitz2014-03-241-2/+2
| | | | Resolves http://opensimulator.org/mantis/view.php?id=6938
* 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.
* 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.