aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/UserProfiles (follow)
Commit message (Expand)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 is...Melanie Thielker2016-12-291-2/+2
* 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 m...UbitUmarov2016-12-221-13/+39
* UserProfileModule we can't use parcels globalID because we do not have a glob...UbitUmarov2016-12-221-24/+41
* 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 un...UbitUmarov2016-12-151-1/+10
* show online on profile, if target is in same region.( possible should be done...UbitUmarov2016-12-141-1/+5
* New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc...Mandarinka Tasty2016-12-141-1/+1
* Rename charterMember to membershipType to show what it actually is.Melanie Thielker2016-12-121-6/+6
* Setting precise date of creation in NPC's profile.Mandarinka Tasty2016-12-101-1/+1
* if we have profile then npc is onlineUbitUmarov2016-12-061-1/+1
* add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou...UbitUmarov2016-12-061-2/+2
* let NPCs have profileUbitUmarov2016-12-061-11/+22
* Mantis #8000, don't charge for updating classifieds. Thanks, Cinder!Melanie Thielker2016-08-201-23/+29
* 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
| * ... and a few more..UbitUmarov2014-09-171-18/+31
| * Intermediate commit. Sill errors.Melanie2014-01-051-2/+2
| |\
| * | Revert "Add support for user preferences (im via email)"Melanie2013-12-071-67/+0
* | | 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
* | | Change UserProfiles so that the parcel name is used for a ProfilePick and not...AliciaRaven2015-04-121-17/+9
* | | minor: Suppress the log messages when user profiles data is requested for an ...Justin Clark-Casey (justincc)2015-01-161-3/+10
* | | Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-251-1/+1
* | | Just for now, don't alert the user or log if we couldn't change their server-...Justin Clark-Casey (justincc)2014-11-251-2/+2
* | | 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, b...Oren Hurvitz2014-04-241-30/+37
* | | Refactored: moved OpenProfileClient to a location where it can be used by bot...Oren Hurvitz2014-04-242-193/+1
* | | 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 using...Oren Hurvitz2014-03-252-2/+219
* | | Prevent adding a land object if it overlaps any existing objects that have no...Justin Clark-Casey (justincc)2014-03-061-11/+21
* | | 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
| * | | If calls to UserAgentServiceConnector fail then throw an exception. This lets...Justin Clark-Casey (justincc)2014-02-141-1/+10
* | | | 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
|\ \ \ | | |/ | |/|