aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Profiles/UserProfilesHandlers.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Just for now, don't alert the user or log if we couldn't change their ↵Justin Clark-Casey (justincc)2014-11-251-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.
* Remove compiler warning from UserProfilesHandlersJustin Clark-Casey (justincc)2014-11-251-2/+1
|
* minor: convert tabs to spaces that got in on recent commit 4a9282eJustin Clark-Casey (justincc)2014-07-211-5/+5
|
* Add missing parts to profiles - classified deleteBlueWall2014-07-211-7/+7
|
* If updating a user's profile notes fails then return an errorOren Hurvitz2014-03-241-4/+4
| | | | Resolves http://opensimulator.org/mantis/view.php?id=6938
* Add support for user preferences (im via email)BlueWall2013-12-061-0/+53
|
* Adding standard OpenSim header to source filesBlueWall2013-05-311-0/+27
|
* UserProfilesBlueWall2013-05-301-0/+434
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.