aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/UserProfiles (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Fix issue with editing notes for other avatarsBlueWall2013-12-161-2/+2
| |/
| * Add support for user preferences (im via email)BlueWall2013-12-061-0/+67
* | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-141-2/+2
* | varregion: remove scattered use of Constants.RegionSize by having routines re...Robert Adams2013-10-071-2/+2
* | VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2013-09-281-2/+2
|/
* Remove test that gives issue on Windows, just let the try/catch do the work.BlueWall2013-09-021-5/+1
* Profiles: Clean up some log entries caused when visiting HG avatar is using l...BlueWall2013-08-291-16/+26
* Remove mono compiler warnings from UserProfilesModuleJustin Clark-Casey (justincc)2013-08-171-19/+16
* Changed the UserProfileModule so that it's less greedy in terms of thread usage.Diva Canto2013-07-111-7/+5
* Revert "minor: remove some mono compiler warnings in UserProfileModule"Robert Adams2013-07-091-13/+16
* minor: remove some mono compiler warnings in UserProfileModuleJustin Clark-Casey (justincc)2013-07-091-16/+13
* Lock m_classifiedCache and m_classifiedInterest dictionary reads in UserProfi...Justin Clark-Casey (justincc)2013-06-151-14/+13
* Correct build break in previous commit 9c530d7Justin Clark-Casey (justincc)2013-06-151-10/+7
* refactor: In UserProfileModule, change classifiedCache and classifiedInterest...Justin Clark-Casey (justincc)2013-06-151-19/+23
* Catch exception triggered by incoming avatars using legacy profilesBlueWall2013-06-081-1/+10
* SQLite support for UserProfilesBlueWall2013-06-071-0/+1
* Prevent processing for NpcBlueWall2013-06-051-1/+3
* Remove a couple of orphaned linesBlueWall2013-06-051-3/+0
* Make locking more uniformBlueWall2013-06-051-14/+19
* Adding back the BasicProfileModuleBlueWall2013-05-311-73/+15
* UserProfilesBlueWall2013-05-301-0/+1386