aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-16* Fix a null ref that causes a stack unwind when crossing borders. Less stac...teravus1-0/+2
2013-09-02Remove test that gives issue on Windows, just let the try/catch do the work.BlueWall1-5/+1
2013-09-02Fix bug where users teleporting to non-neighbour regions could continue to he...Justin Clark-Casey (justincc)1-6/+9
2013-08-29Profiles: Clean up some log entries caused when visiting HG avatar is using l...BlueWall1-16/+26
2013-08-23Fix a printing of exception error in InventoryArchiveModule that onlyRobert Adams1-1/+1
2013-08-17Remove mono compiler warnings from UserProfilesModuleJustin Clark-Casey (justincc)1-19/+16
2013-08-17minor: remove mono compiler warning from AttachmentsModuleJustin Clark-Casey (justincc)1-2/+1
2013-08-17Add ScenePresenceTeleportTests.TestSameSimulatorIsolatedRegionsV2() regressio...Justin Clark-Casey (justincc)1-2/+2
2013-08-16refactor: Make AttachmentModulesTests.TestSameSimulatorNeighbouringRegionsTel...Justin Clark-Casey (justincc)1-1/+1
2013-08-14minor: remove unused entity transfer config in teleport v2 attachments testJustin Clark-Casey (justincc)1-1/+0
2013-08-12Create TestSameSimulatorNeighbouringRegionsTeleportV2() regression test for V...Justin Clark-Casey (justincc)1-1/+112
2013-08-02Make atachment state load work againMelanie1-1/+1
2013-08-02Move experimental attachments throttling further down the chain so that multi...Justin Clark-Casey (justincc)1-16/+15
2013-08-01Make attachment state load work againMelanie1-1/+1
2013-08-01Add experimental "debug attachments throttle <ms>" setting (command line) and...Justin Clark-Casey (justincc)1-15/+87
2013-07-27Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto1-2/+2
2013-07-26Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)1-0/+9
2013-07-16Attachments module only registers when enabled. This enables alternative atta...Dan Lake1-2/+4
2013-07-13That didn't fix the problem.Diva Canto1-1/+4
2013-07-13Trying to reduce CPU usage on logins and TPs: trying radical elimination of a...Diva Canto1-4/+1
2013-07-11Changed the UserProfileModule so that it's less greedy in terms of thread usage.Diva Canto1-7/+5
2013-07-09Revert "minor: remove some mono compiler warnings in UserProfileModule"Robert Adams1-13/+16
2013-07-09minor: remove some mono compiler warnings in UserProfileModuleJustin Clark-Casey (justincc)1-16/+13
2013-07-08For stat purposes, add names to capability request handlers where these were ...Justin Clark-Casey (justincc)1-3/+3
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)1-1/+1
2013-07-05Changed a few bits in Inventory/Archiver/InventoryArchiveReadRequest.cs to be...Diva Canto4-23/+27
2013-07-04Delete some verbose debug messagesDiva Canto2-5/+5
2013-07-04More debug, same issueDiva Canto2-1/+3
2013-07-04More debug, same issueDiva Canto1-2/+4
2013-07-04More debug related to the previous commitDiva Canto1-1/+1
2013-07-04Now trying to find a cause of freeze at login related to friends status notif...Diva Canto1-2/+5
2013-07-04HG Friends: this was commented some commits ago, but it shouldn't have been.Diva Canto1-25/+24
2013-07-04Revert "HG Friends: debug an issue where the friends data stored in the DB is...Diva Canto1-1/+0
2013-07-04HG Friends: debug an issue where the friends data stored in the DB is incompl...Diva Canto1-0/+1
2013-06-30Revert "One more debug mantis #6625"Diva Canto1-1/+0
2013-06-29Fixed previous debug messageDiva Canto1-1/+1
2013-06-29One more debug mantis #6625Diva Canto1-0/+1
2013-06-29More debug for mantis #6625. It looks like the home friends list is being fet...Diva Canto1-20/+21
2013-06-18Prevent an exception if no offline messages were retrieved.Kevin Cozens1-0/+3
2013-06-15Lock m_classifiedCache and m_classifiedInterest dictionary reads in UserProfi...Justin Clark-Casey (justincc)1-14/+13
2013-06-15Correct build break in previous commit 9c530d7Justin Clark-Casey (justincc)1-10/+7
2013-06-15refactor: In UserProfileModule, change classifiedCache and classifiedInterest...Justin Clark-Casey (justincc)1-19/+23
2013-06-08Catch exception triggered by incoming avatars using legacy profilesBlueWall1-1/+10
2013-06-08Make objects attached from the ground appear in inventory again. Fixes a numberMelanie1-1/+1
2013-06-07SQLite support for UserProfilesBlueWall1-0/+1
2013-06-07Ensure selected module is the only active oneBlueWall1-0/+3
2013-06-07In LocalFriendshipTerminated, send the original client's agentId to the frien...Donnie Roberts2-4/+4
2013-06-05Prevent processing for NpcBlueWall1-1/+3
2013-06-05Remove a couple of orphaned linesBlueWall1-3/+0
2013-06-05Make locking more uniformBlueWall1-14/+19