aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enclose GetRequestStream on try/catchUbitUmarov2017-05-281-6/+6
|
* Disable spam in profiles module. Modules should not say they're disabled.Melanie Thielker2017-01-231-1/+1
|
* Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker2017-01-071-4/+4
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-30/+30
|
* Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache ↵Melanie Thielker2016-12-291-2/+2
| | | | is long gone.
* a few more changes on user profilesUbitUmarov2016-12-231-20/+76
|
* UserProfileModule threading issuesUbitUmarov2016-12-231-63/+77
|
* UserProfileModule refuse changes to classifieds outside home grid ( viewers ↵UbitUmarov2016-12-221-13/+39
| | | | may show a delete until profile is open again). Charge money only on classified creation sucess
* UserProfileModule we can't use parcels globalID because we do not have a ↵UbitUmarov2016-12-221-24/+41
| | | | global locator. we need to send replies to viewer on pick update and delete
* take UserProfileModule out on onMakeRoot event, add some cachingUbitUmarov2016-12-211-91/+296
|
* break userprofiles a bit moreUbitUmarov2016-12-171-75/+113
|
* give regions a option to block profile web urls, so users are not sent to ↵UbitUmarov2016-12-151-1/+10
| | | | unknown web sites set by other users
* show online on profile, if target is in same region.( possible should be ↵UbitUmarov2016-12-141-1/+5
| | | | done elsewhere)
* New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This ↵Mandarinka Tasty2016-12-141-1/+1
| | | | | | | patch gives possibility to set image in created NPC's profile. You can use UUID of the texture or name of texture included in prim's inventory. Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* Rename charterMember to membershipType to show what it actually is.Melanie Thielker2016-12-121-6/+6
| | | | | | This field started out as a simple flag in the protocol to indicate a user being a SL charter member. It has since then taken on additional functionality that means that the name is no longer appropriate.
* Setting precise date of creation in NPC's profile.Mandarinka Tasty2016-12-101-1/+1
| | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* if we have profile then npc is onlineUbitUmarov2016-12-061-1/+1
|
* add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile ↵UbitUmarov2016-12-061-2/+2
| | | | About text. requires OsNpcCreate rights
* let NPCs have profileUbitUmarov2016-12-061-11/+22
|
* Mantis #8000, don't charge for updating classifieds. Thanks, Cinder!Melanie Thielker2016-08-201-23/+29
| | | | Signed-off-by: Melanie Thielker <melanie@t-data.com>
* add missing handlers for preferencesUbitUmarov2015-09-281-0/+4
|
* seems to compile ( tests comented out)UbitUmarov2015-09-021-6/+1
|
* bad merge?UbitUmarov2015-09-011-4/+183
|\
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-3/+3
| | | | | | | | Util.cs routines to convert region coords to and from world coords or handles.
| * ... and a few more..UbitUmarov2014-09-171-18/+31
| |
| * Intermediate commit. Sill errors.Melanie2014-01-051-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-67/+0
| | | | | | | | | | | | This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b.
* | | Fixed bug introduced in 4735514. The project didn't compile.Oren Hurvitz2015-07-261-1/+1
| | |
* | | Fixed not being charged to create classifeids on money enabled regionsQuill Littlefeather2015-07-261-2/+14
| | | | | | | | | | | | Signed-off-by: Melanie Thielker <melanie@t-data.com>
* | | Change UserProfiles so that the parcel name is used for a ProfilePick and ↵AliciaRaven2015-04-121-17/+9
| | | | | | | | | | | | | | | | | | 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>
* | | minor: Suppress the log messages when user profiles data is requested for an ↵Justin Clark-Casey (justincc)2015-01-161-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | NPC or an HG user with no set server URI to avoid log spam. Messages concerning failure to contact a given user profiles service are preserved by logging within called code with the agent ID. If the "No Presence - foreign friend" log message is important then please revert. Relates to http://opensimulator.org/mantis/view.php?id=7414
* | | Label all threadpool calls being made in core OpenSimulator. This is to add ↵Justin Clark-Casey (justincc)2014-11-251-1/+1
| | | | | | | | | | | | | | | | | | problem diagnosis. "show threadpool calls" now also returns named (labelled), anonymous (unlabelled) and total call stats.
* | | Just for now, don't alert the user or log if we couldn't change their ↵Justin Clark-Casey (justincc)2014-11-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Add hypergrid teleporting support to user profiles picksBlueWall2014-10-271-16/+97
| | |
* | | Amend to previous commit -- write down the problematic Profile server URL.Diva Canto2014-06-051-0/+3
| | |
* | | May fix mantis #7133Diva Canto2014-06-051-7/+12
| | |
* | | Better error-handling and logging in case User Profile requests failOren Hurvitz2014-05-191-0/+9
| | |
* | | Changed how UserProfile performs a fallback call using the OpenProfile API, ↵Oren Hurvitz2014-04-241-30/+37
| | | | | | | | | | | | because now JsonRpcRequest() returns an error result instead of throwing an exception
* | | Refactored: moved OpenProfileClient to a location where it can be used by ↵Oren Hurvitz2014-04-241-0/+1
| | | | | | | | | | | | both the Simulators and Robust
* | | Catch empty url errorBlueWall2014-04-191-0/+3
| | |
* | | Fix issue with user picks creation. The snapshot id is UUID.Zero in new parcels.BlueWall2014-03-251-6/+0
| | |
* | | Move JsonRpc request code out for general availabilityBlueWall2014-03-251-173/+19
| | |
* | | In Core Profiles: as a fallback, try to get profiles from foreign grids ↵Oren Hurvitz2014-03-251-2/+26
| | | | | | | | | | | | | | | | | | using the OpenProfile protocol Resolves http://opensimulator.org/mantis/view.php?id=6954
* | | Prevent adding a land object if it overlaps any existing objects that have ↵Justin Clark-Casey (justincc)2014-03-061-11/+21
| | | | | | | | | | | | | | | | | | | | | | | | not had their bitmaps adjusted. This is to prevent an immediate problem in http://opensimulator.org/mantis/view.php?id=7035 where a development code bug occasionally overlays all the existing parcels with a blank parcel owned by the estate manager and to gather more data. My guess is that this parcel is being created by the new code in LandManagementModule.GetLandObject(), probably some race between threads since this only happens occasionally. Adds regression tests for this case and for parcel subdivide.
* | | Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-02-141-1/+10
|\ \ \
| * | | Change warns associated with UserAgentServiceConnector to debugs, as this is ↵Justin Clark-Casey (justincc)2014-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | not necessarily a problen with the source simulator (e.g. someone else's remote simulator cannot be contacted). This is Oren Hurvitz's second patch from http://opensimulator.org/mantis/view.php?id=6956 with a small amount of correction
| * | | If calls to UserAgentServiceConnector fail then throw an exception. This ↵Justin Clark-Casey (justincc)2014-02-141-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | lets the caller decide whether to discard the error or not. This is Oren Hurvitz's 0001 patch from http://opensimulator.org/mantis/view.php?id=6956 but I ended up doing some tweaking to resolve patch application issues.
* | | | Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-311-42/+35
|\ \ \ \ | |/ / /
| * | | Make sure Web streams are disposed after useOren Hurvitz2014-01-311-42/+35
| |/ /
* | | Merge branch 'master' into varregionRobert Adams2013-12-171-2/+69
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | Add new region crossing code to varregion Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs