aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Profiles (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker2-57/+57
2015-09-28 ... merge issueUbitUmarov1-0/+2
2015-09-02seems to compile ( tests comented out)UbitUmarov1-3/+1
2014-11-25Just for now, don't alert the user or log if we couldn't change their ↵Justin Clark-Casey (justincc)1-1/+1
server-side preferences due to no e-mail address being sent. This is to avoid user confusion in the oscc rehearsal as they are often not aware that this fails because no e-mail is set. Also may be failing in the hypergrid case, though this may also be a config issue. This is meant as a temporary solution.
2014-11-25Remove compiler warning from UserProfilesHandlersJustin Clark-Casey (justincc)1-2/+1
2014-07-21minor: convert tabs to spaces that got in on recent commit 4a9282eJustin Clark-Casey (justincc)1-5/+5
2014-07-21Add missing parts to profiles - classified deleteBlueWall1-7/+7
2014-04-23Eliminated many warningsOren Hurvitz1-5/+0
2014-03-24If updating a user's profile notes fails then return an errorOren Hurvitz1-4/+4
Resolves http://opensimulator.org/mantis/view.php?id=6938
2013-12-07Revert "Add support for user preferences (im via email)"Melanie2-55/+0
This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b.
2013-12-06Add support for user preferences (im via email)BlueWall2-0/+55
2013-08-17Remove some mono compiler warnings from OpenSim/Server/HandlersJustin Clark-Casey (justincc)1-4/+2
2013-06-05CleanupBlueWall1-5/+0
2013-05-31Adding standard OpenSim header to source filesBlueWall2-0/+54
2013-05-30UserProfilesBlueWall2-0/+526
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.