aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)3-6/+232
2013-07-08Make dictionary read/write locking consistent in CapabilitiesModule, rename t...Justin Clark-Casey (justincc)1-48/+82
2013-07-06Update thread watchdog on GridServiceRequestThread periodically and turn off ...Justin Clark-Casey (justincc)1-1/+3
2013-07-04Delete some verbose debug messagesDiva Canto3-6/+6
2013-07-04Throttle the viewer's requests for region handles. Apparently Kokua is reques...Diva Canto1-0/+161
2013-07-04Guard against completely unknown user UUIDs.Diva Canto1-3/+6
2013-07-04Revert "Same freeze issue, now checking if it's in estate"Diva Canto1-1/+0
2013-07-04Same freeze issue, now checking if it's in estateDiva Canto1-0/+1
2013-07-04With diva's permission, temporarily reinsert Unknown UserUMMAU3 to make sure ...Justin Clark-Casey (justincc)1-7/+18
2013-07-04More debug, same issueDiva Canto2-1/+3
2013-07-04More debug, same issueDiva Canto2-3/+5
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-07-02Squoosh one last opportunity for Unknown Users to creep in.Diva Canto1-7/+5
2013-07-02Deleted debug messages. Fixed a null ref exception on the POST handler of Gri...Diva Canto1-3/+2
2013-07-03minor: Correct typo of "Descrition" to "Description" in "show object *" conso...Justin Clark-Casey (justincc)1-1/+1
2013-07-02More debug messagesDiva Canto1-1/+6
2013-07-02This should have a strong effect on the Unknown User issue mantis #6625Diva Canto1-2/+18
2013-07-02HG: close a loophole by which if something was wrong with the ServiceURLs it ...Diva Canto2-1/+10
2013-07-01Update debug unknown user name UserUMMTGUN3 to UserUMMTGUN4 and UserUMMAU -> ...Justin Clark-Casey (justincc)1-2/+2
2013-06-30Revert "One more debug mantis #6625"Diva Canto1-1/+0
2013-06-30Same fix to LocalInventoryServiceConnector.csDiva Canto1-1/+2
2013-06-29More on mantis #6625Diva Canto1-1/+2
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-27Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)3-18/+51
2013-06-25Update temporary "Unknown UserUMMTGUN2" name to "Unknown UserUMMTGUN3" to see...Justin Clark-Casey (justincc)1-1/+1
2013-06-22Change IsLocalRegion from using region handle to using regionID. This was aff...Diva Canto1-5/+5
2013-06-22HG: avoid call on localhost between sim and UAS for standalone.Diva Canto1-1/+20
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto1-1/+1
2013-06-19Mantis 6608: Math error in parcel dimensions/borders seen with land show commandTalun1-10/+10
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-15Add the standard OpenSimulator copyright notice to the top of InventoryCache.csJustin Clark-Casey (justincc)1-1/+28
2013-06-15Adjust the locking on InventoryCache. Locking for r/w of the ExpiringCache i...Justin Clark-Casey (justincc)1-14/+23
2013-06-11Uncomment Mic's code and split to create new regression TestAddTemporaryAsset...Justin Clark-Casey (justincc)1-23/+41
2013-06-11Removed the lock entirelyDiva Canto1-56/+52
2013-06-11Really bad idea to lock m_UserCache for so long in UserManagementModule. Adde...Diva Canto1-13/+17
2013-06-11Put the "script saved" and "notecard saved" messages back into the bottomMelanie1-2/+2
2013-06-10Fix test for adding temporary assets. Code for non-local temporary assetsMic Bowman1-0/+20
2013-06-10Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman2-2/+2
2013-06-08Catch exception triggered by incoming avatars using legacy profilesBlueWall1-1/+10
2013-06-07SQLite support for UserProfilesBlueWall1-0/+1
2013-06-07Ensure selected module is the only active oneBlueWall1-0/+3