aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/UserProfiles (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-28 enclose GetRequestStream on try/catchUbitUmarov1-6/+6
2017-01-23Disable spam in profiles module. Modules should not say they're disabled.Melanie Thielker1-1/+1
2017-01-07Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker1-4/+4
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-30/+30
2016-12-29Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is...Melanie Thielker1-2/+2
2016-12-23 a few more changes on user profilesUbitUmarov1-20/+76
2016-12-23UserProfileModule threading issuesUbitUmarov1-63/+77
2016-12-22UserProfileModule refuse changes to classifieds outside home grid ( viewers m...UbitUmarov1-13/+39
2016-12-22UserProfileModule we can't use parcels globalID because we do not have a glob...UbitUmarov1-24/+41
2016-12-21 take UserProfileModule out on onMakeRoot event, add some cachingUbitUmarov1-91/+296
2016-12-17break userprofiles a bit moreUbitUmarov1-75/+113
2016-12-15 give regions a option to block profile web urls, so users are not sent to un...UbitUmarov1-1/+10
2016-12-14show online on profile, if target is in same region.( possible should be done...UbitUmarov1-1/+5
2016-12-14New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc...Mandarinka Tasty1-1/+1
2016-12-12Rename charterMember to membershipType to show what it actually is.Melanie Thielker1-6/+6
2016-12-10Setting precise date of creation in NPC's profile.Mandarinka Tasty1-1/+1
2016-12-06if we have profile then npc is onlineUbitUmarov1-1/+1
2016-12-06 add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou...UbitUmarov1-2/+2
2016-12-06let NPCs have profileUbitUmarov1-11/+22
2016-08-20Mantis #8000, don't charge for updating classifieds. Thanks, Cinder!Melanie Thielker1-23/+29
2015-09-28 add missing handlers for preferencesUbitUmarov1-0/+4
2015-09-02seems to compile ( tests comented out)UbitUmarov1-6/+1
2015-07-26Fixed bug introduced in 4735514. The project didn't compile.Oren Hurvitz1-1/+1
2015-07-26Fixed not being charged to create classifeids on money enabled regionsQuill Littlefeather1-2/+14
2015-04-12Change UserProfiles so that the parcel name is used for a ProfilePick and not...AliciaRaven1-17/+9
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-3/+3
2015-01-16minor: Suppress the log messages when user profiles data is requested for an ...Justin Clark-Casey (justincc)1-3/+10
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)1-1/+1
2014-11-25Just for now, don't alert the user or log if we couldn't change their server-...Justin Clark-Casey (justincc)1-2/+2
2014-10-27Add hypergrid teleporting support to user profiles picksBlueWall1-16/+97
2014-09-17 ... and a few more..UbitUmarov1-18/+31
2014-06-05Amend to previous commit -- write down the problematic Profile server URL.Diva Canto1-0/+3
2014-06-05May fix mantis #7133Diva Canto1-7/+12
2014-05-19Better error-handling and logging in case User Profile requests failOren Hurvitz1-0/+9
2014-04-24Changed how UserProfile performs a fallback call using the OpenProfile API, b...Oren Hurvitz1-30/+37
2014-04-24Refactored: moved OpenProfileClient to a location where it can be used by bot...Oren Hurvitz2-193/+1
2014-04-19Catch empty url errorBlueWall1-0/+3
2014-03-25Fix issue with user picks creation. The snapshot id is UUID.Zero in new parcels.BlueWall1-6/+0
2014-03-25Move JsonRpc request code out for general availabilityBlueWall1-173/+19
2014-03-25In Core Profiles: as a fallback, try to get profiles from foreign grids using...Oren Hurvitz2-2/+219
2014-03-06Prevent adding a land object if it overlaps any existing objects that have no...Justin Clark-Casey (justincc)1-11/+21
2014-02-14Change warns associated with UserAgentServiceConnector to debugs, as this is ...Justin Clark-Casey (justincc)1-1/+1
2014-02-14If calls to UserAgentServiceConnector fail then throw an exception. This lets...Justin Clark-Casey (justincc)1-1/+10
2014-01-31Make sure Web streams are disposed after useOren Hurvitz1-42/+35
2013-12-16Fix issue with editing notes for other avatarsBlueWall1-2/+2
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams1-2/+2
2013-12-07Revert "Add support for user preferences (im via email)"Melanie1-67/+0
2013-12-06Add support for user preferences (im via email)BlueWall1-0/+67
2013-10-07varregion: remove scattered use of Constants.RegionSize by having routines re...Robert Adams1-2/+2
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-2/+2