Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-10-27 | Add hypergrid teleporting support to user profiles picks | BlueWall | 1 | -2/+6 | |
2014-10-15 | Fix logging level to Error in exception handlers | BlueWall | 1 | -18/+18 | |
2014-08-22 | Remove query locking in MySQLUserProfileData. This is not necessary as the ↵ | Justin Clark-Casey (justincc) | 1 | -20/+8 | |
connection is not shared. | |||||
2014-07-21 | Add missing parts to profiles - classified delete | BlueWall | 1 | -7/+3 | |
2014-04-24 | When sending JSON-RPC calls (for UserProfile), use WebUtil instead of ↵ | Oren Hurvitz | 1 | -5/+0 | |
constructing the HTTP requests manually. This allows the calls to be logged when using "debug http all 6". | |||||
2014-03-24 | Fixed updating usersettings in the database | Oren Hurvitz | 1 | -2/+2 | |
Resolves http://opensimulator.org/mantis/view.php?id=6938 | |||||
2013-12-16 | Fix issue with editing notes for other avatars | BlueWall | 1 | -0/+4 | |
2013-12-16 | Populate user preferences with UserAccount email if it is present, else ↵ | BlueWall | 1 | -6/+10 | |
return an error indicating no email is on record for the user. | |||||
2013-12-06 | Add support for user preferences (im via email) | BlueWall | 1 | -21/+18 | |
2013-12-05 | Stop writing partner id to record when updating profile data. This should be ↵ | BlueWall | 1 | -2/+0 | |
changed only by admin in backend. | |||||
2013-05-31 | Adding standard OpenSim header to source files | BlueWall | 1 | -0/+27 | |
2013-05-31 | Fill in fields with default values on profile creation | BlueWall | 1 | -2/+48 | |
2013-05-30 | UserProfiles | BlueWall | 1 | -0/+1023 | |
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module. |