aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserProfilesData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-work handling of email notifications settings.BlueWall2014-11-241-3/+0
|
* Fix handling of user preference updates where no email address is suppliedBlueWall2014-11-231-4/+9
|
* Add hypergrid teleporting support to user profiles picksBlueWall2014-10-271-2/+6
|
* Fix logging level to Error in exception handlersBlueWall2014-10-151-18/+18
|
* Remove query locking in MySQLUserProfileData. This is not necessary as the ↵Justin Clark-Casey (justincc)2014-08-221-20/+8
| | | | connection is not shared.
* Add missing parts to profiles - classified deleteBlueWall2014-07-211-7/+3
|
* When sending JSON-RPC calls (for UserProfile), use WebUtil instead of ↵Oren Hurvitz2014-04-241-5/+0
| | | | constructing the HTTP requests manually. This allows the calls to be logged when using "debug http all 6".
* 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.