aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserProfilesData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-88/+88
|
* Minor, remove unused OSDMap declaration in MySQL profilesAliciaRaven2016-09-151-4/+1
|
* at last we can login and see objects ( friends is dead and disable inUbitUmarov2015-09-031-1/+0
| | | | scenepresence)
* seems to compile ( tests comented out)UbitUmarov2015-09-021-24/+24
|
* bad merge?UbitUmarov2015-09-011-14/+19
|\
| * 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
| * | Revert "Add support for user preferences (im via email)"Melanie2013-12-071-18/+21
| | | | | | | | | | | | This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b.
* | | Change UserProfiles so that the parcel name is used for a ProfilePick and ↵AliciaRaven2015-04-121-2/+4
| | | | | | | | | | | | | | | | | | not the parcel owners name. This change also fixes a bug where if the avatar enters and does not move, creating or editing a ProfilePick would set the parcelId as an empty UUID. This is because ScenePresence.currentParcelUUID is not set until the avatar moves. Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
* | | Fix MySQL and PGSQL *UserProfilesData.GetUserAppData() calls to correctly ↵Justin Clark-Casey (justincc)2015-01-131-1/+1
| | | | | | | | | | | | | | | | | | set the UserId parameter instead of the non-existing Id parameter when writing a record because none yet exists. SQLite version is already correct for this.
* | | Fix whitespace hoping to avoid a floggingBlueWall2014-11-251-5/+5
| | |
* | | 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.