Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update thread watchdog on GridServiceRequestThread periodically and turn off ↵ | Justin Clark-Casey (justincc) | 2013-07-06 | 1 | -1/+3 |
| | | | | | | alarming Unfortunately, alarm can spuriously go off if the thread blocks for a long time on an empty queue. | ||||
* | Delete some verbose debug messages | Diva Canto | 2013-07-04 | 3 | -6/+6 |
| | |||||
* | Throttle the viewer's requests for region handles. Apparently Kokua is ↵ | Diva Canto | 2013-07-04 | 1 | -0/+161 |
| | | | | requesting this for all landmarks in inventory. Not sure why. But this seems to be the root cause of the login freeze mentioned before. This commit adds a blocking queue / process thread pattern. | ||||
* | Guard against completely unknown user UUIDs. | Diva Canto | 2013-07-04 | 1 | -3/+6 |
| | |||||
* | Revert "Same freeze issue, now checking if it's in estate" | Diva Canto | 2013-07-04 | 1 | -1/+0 |
| | | | | This reverts commit ca380ec0397b28a3d7a3f2c60aeb6eaf1153be31. | ||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-07-04 | 1 | -7/+18 |
|\ | |||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2013-07-04 | 3 | -4/+8 |
| |\ | |||||
| * | | With diva's permission, temporarily reinsert Unknown UserUMMAU3 to make sure ↵ | Justin Clark-Casey (justincc) | 2013-07-04 | 1 | -7/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | that GUN7 failure has largely disappeared. Unknown UserUMMAU3 insertion should definitely be removed down the line. However, I would like a little more time to check the GUN* reduction first, since removing UMMAU3 will make these failures appear as GUN7 instead. Also bumps GUN6 -> GUN7 and UMMAU2 -> UMMAU3 | ||||
* | | | Same freeze issue, now checking if it's in estate | Diva Canto | 2013-07-04 | 1 | -0/+1 |
| |/ |/| | |||||
* | | More debug, same issue | Diva Canto | 2013-07-04 | 2 | -1/+3 |
| | | |||||
* | | More debug, same issue | Diva Canto | 2013-07-04 | 2 | -3/+5 |
|/ | |||||
* | More debug related to the previous commit | Diva Canto | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | Now trying to find a cause of freeze at login related to friends status ↵ | Diva Canto | 2013-07-04 | 1 | -2/+5 |
| | | | | notifications. | ||||
* | HG Friends: this was commented some commits ago, but it shouldn't have been. | Diva Canto | 2013-07-04 | 1 | -25/+24 |
| | |||||
* | Revert "HG Friends: debug an issue where the friends data stored in the DB ↵ | Diva Canto | 2013-07-04 | 1 | -1/+0 |
| | | | | | | is incomplete." This reverts commit 27cdfb7b840423cf8cee08988dc487eeb34d71c7. | ||||
* | HG Friends: debug an issue where the friends data stored in the DB is ↵ | Diva Canto | 2013-07-04 | 1 | -0/+1 |
| | | | | incomplete. | ||||
* | Squoosh one last opportunity for Unknown Users to creep in. | Diva Canto | 2013-07-02 | 1 | -7/+5 |
| | |||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-07-02 | 1 | -1/+1 |
|\ | |||||
| * | minor: Correct typo of "Descrition" to "Description" in "show object *" ↵ | Justin Clark-Casey (justincc) | 2013-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | console commands Thanks to Ai Austin for pointing this out. | ||||
* | | Deleted debug messages. Fixed a null ref exception on the POST handler of ↵ | Diva Canto | 2013-07-02 | 1 | -3/+2 |
|/ | | | | GridUserServerPostHandler.cs | ||||
* | More debug messages | Diva Canto | 2013-07-02 | 1 | -1/+6 |
| | |||||
* | This should have a strong effect on the Unknown User issue mantis #6625 | Diva Canto | 2013-07-02 | 1 | -2/+18 |
| | |||||
* | HG: close a loophole by which if something was wrong with the ServiceURLs it ↵ | Diva Canto | 2013-07-02 | 2 | -1/+10 |
| | | | | resulted in never ending asset requests | ||||
* | Update debug unknown user name UserUMMTGUN3 to UserUMMTGUN4 and UserUMMAU -> ↵ | Justin Clark-Casey (justincc) | 2013-07-01 | 1 | -2/+2 |
| | | | | | | | | UserUMMAU2 to track any new occurences. This is to see the impact that Diva's fixes related to this issue (last one is currently commit c7383688) You will need to clear your viewer cache for this to have any effect Relates to http://opensimulator.org/mantis/view.php?id=6625 | ||||
* | Revert "One more debug mantis #6625" | Diva Canto | 2013-06-30 | 1 | -1/+0 |
| | | | | | | | This reverts commit 8fa5d12fcb73ffcc7144009e0147febcfa3ce704. Conflicts: OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs | ||||
* | Same fix to LocalInventoryServiceConnector.cs | Diva Canto | 2013-06-30 | 1 | -1/+2 |
| | |||||
* | More on mantis #6625 | Diva Canto | 2013-06-29 | 1 | -1/+2 |
| | |||||
* | Fixed previous debug message | Diva Canto | 2013-06-29 | 1 | -1/+1 |
| | |||||
* | One more debug mantis #6625 | Diva Canto | 2013-06-29 | 1 | -0/+1 |
| | |||||
* | More debug for mantis #6625. It looks like the home friends list is being ↵ | Diva Canto | 2013-06-29 | 1 | -20/+21 |
| | | | | fetched on HG TPs. | ||||
* | Make the concept of namespaces explicit in dynamic attributes | Justin Clark-Casey (justincc) | 2013-06-27 | 3 | -18/+51 |
| | | | | | | | | This is in order to reduce the likelihood of naming clashes, make it easier to filter in/out attributes, ensure uniformity, etc. All dynattrs in the opensim distro itself or likely future ones should be in the "OpenSim" namespace. This does alter the underlying dynattrs data structure. All data in previous structures may not be available, though old structures should not cause errors. This is done without notice since this feature has been explicitly labelled as experimental, subject to change and has not been in a release. However, existing materials data is being preserved by moving it to the "Materials" store in the "OpenSim" namespace. | ||||
* | Update temporary "Unknown UserUMMTGUN2" name to "Unknown UserUMMTGUN3" to ↵ | Justin Clark-Casey (justincc) | 2013-06-25 | 1 | -1/+1 |
| | | | | | | | see if Diva's recent HG updates (post 6c7e33f) fix this issue. This string is returned if a UserManagementModule.TryGetUserNames() cannot find a server-side name binding or a user account for a given UUID. This is only called when the viewer requests a binding via the UDP UUIDNameRequest message | ||||
* | Change IsLocalRegion from using region handle to using regionID. This was ↵ | Diva Canto | 2013-06-22 | 1 | -5/+5 |
| | | | | affecting UpdateAgent and CloseAgent in cases where the foreign region is on the same coordinates as *some* local region. | ||||
* | HG: avoid call on localhost between sim and UAS for standalone. | Diva Canto | 2013-06-22 | 1 | -1/+20 |
| | |||||
* | Finally moved HG agent transfers to use agent fatpacks. | Diva Canto | 2013-06-21 | 1 | -1/+1 |
| | |||||
* | Mantis 6608: Math error in parcel dimensions/borders seen with land show command | Talun | 2013-06-19 | 1 | -10/+10 |
| | | | | | | | This patch changes the land show console command to return numbers in the range 4 to 256 for the "to" coordinates instead of 0 to 252 Also trailing spaces removed from some lines. | ||||
* | Prevent an exception if no offline messages were retrieved. | Kevin Cozens | 2013-06-18 | 1 | -0/+3 |
| | |||||
* | Lock m_classifiedCache and m_classifiedInterest dictionary reads in ↵ | Justin Clark-Casey (justincc) | 2013-06-15 | 1 | -14/+13 |
| | | | | | | UserProfileModule since in the presence of writes these are not thread-safe operations. Simplified locking to m_classifiedCache only since r/w of both dictionaries always occurs together | ||||
* | Correct build break in previous commit 9c530d7 | Justin Clark-Casey (justincc) | 2013-06-15 | 1 | -10/+7 |
| | |||||
* | refactor: In UserProfileModule, change classifiedCache and ↵ | Justin Clark-Casey (justincc) | 2013-06-15 | 1 | -19/+23 |
| | | | | | | classifiedInterest to m_classifiedCache and m_classifiedInterest This is the coding standard name style for private fields. | ||||
* | Add the standard OpenSimulator copyright notice to the top of InventoryCache.cs | Justin Clark-Casey (justincc) | 2013-06-15 | 1 | -1/+28 |
| | |||||
* | Adjust the locking on InventoryCache. Locking for r/w of the ExpiringCache ↵ | Justin Clark-Casey (justincc) | 2013-06-15 | 1 | -14/+23 |
| | | | | isn't needed since it's thread safe but r/w of contained dictionaries isn't thread-safe | ||||
* | Uncomment Mic's code and split to create new regression ↵ | Justin Clark-Casey (justincc) | 2013-06-11 | 1 | -23/+41 |
| | | | | TestAddTemporaryAsset() and TestAddTemporaryLocalAsset() | ||||
* | Removed the lock entirely | Diva Canto | 2013-06-11 | 1 | -56/+52 |
| | |||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-06-11 | 2 | -2/+22 |
|\ | |||||
| * | Put the "script saved" and "notecard saved" messages back into the bottom | Melanie | 2013-06-11 | 1 | -2/+2 |
| | | | | | | | | right corner. | ||||
| * | Fix test for adding temporary assets. Code for non-local temporary assets | Mic Bowman | 2013-06-10 | 1 | -0/+20 |
| | | | | | | | | is there but commented out. | ||||
* | | Really bad idea to lock m_UserCache for so long in UserManagementModule. ↵ | Diva Canto | 2013-06-11 | 1 | -13/+17 |
|/ | | | | Added a special lock object instead, if we really want to avoid concurrent executions of that code. | ||||
* | Remove Temporary from use to shortcut asset stores. The Local property | Mic Bowman | 2013-06-10 | 2 | -2/+2 |
| | | | | | | differentiates between local & grid storage. The Temporary property just says that which service handles the it, the asset can be safely removed in the future. | ||||
* | Catch exception triggered by incoming avatars using legacy profiles | BlueWall | 2013-06-08 | 1 | -1/+10 |
| |