Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent the creation of duplicate inventory folders in the case of a login | Melanie | 2010-01-01 | 1 | -1/+12 |
| | | | | database issue. Now the login will instaead fail later. | ||||
* | * Request from Adam to add InfoFormat logging to the InventoryService for ↵ | Teravus Ovares (Dan Olivares) | 2009-11-22 | 1 | -0/+1 |
| | | | | when deleting folders by folderID occurs | ||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Fixes seven leaky .BeginInvoke() calls | John Hurliman | 2009-09-03 | 1 | -1/+1 |
| | |||||
* | Pull out distinct cache system folders and drop cache methods in InventoryCache | Justin Clark-Casey (justincc) | 2009-08-28 | 1 | -0/+2 |
| | |||||
* | Moved a debug message. | Diva Canto | 2009-08-22 | 1 | -1/+1 |
| | |||||
* | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵ | Diva Canto | 2009-08-22 | 1 | -2/+14 |
| | | | | | | folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set. * Removed left-overs from AssetInventoryServer. | ||||
* | Made HandleFetchInventoryDescendents async, so that the client thread ↵ | Diva Canto | 2009-08-20 | 1 | -3/+1 |
| | | | | doesn't wait for the download of the entire inventory. | ||||
* | Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ↵ | Diva Canto | 2009-08-19 | 1 | -3/+3 |
| | | | | | | | SQlite. Fixes most grief in http://opensimulator.org/mantis/view.php?id=4035 http://opensimulator.org/mantis/view.php?id=4027 | ||||
* | Added MoveItems, which is most useful upon viewer-delete inventory ↵ | Diva Canto | 2009-08-19 | 1 | -0/+18 |
| | | | | operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently). | ||||
* | A better purge of trash folder. | Diva Canto | 2009-08-19 | 1 | -4/+8 |
| | |||||
* | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 2009-08-13 | 1 | -0/+23 |
| | |||||
* | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵ | Diva Canto | 2009-08-13 | 1 | -2/+2 |
| | | | | starting to get on my nerves. | ||||
* | Improved test for system folders. Removed log messages. | Diva Canto | 2009-08-11 | 1 | -1/+2 |
| | |||||
* | System folders inventory cache added to OUT inventory modules. This tracks ↵ | Diva Canto | 2009-08-11 | 1 | -0/+20 |
| | | | | agents in and out of *sims* in order to fetch/drop their system folders from the cache. Also added region-side support for fetching the system folders from the inventory service. Nothing of this is called yet. | ||||
* | Added two new methods to IIventoryService -- GetFolderForType and ↵ | Diva Canto | 2009-08-10 | 1 | -0/+40 |
| | | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet. | ||||
* | Changed RequestRootFolder to GetRootFolder | Diva Canto | 2009-08-10 | 1 | -3/+3 |
| | |||||
* | Disable all IAR tests for now due to possible failure-causing race condition | Justin Clark-Casey (justincc) | 2009-08-06 | 1 | -1/+0 |
| | |||||
* | Fixes mantis #3803. Thanks jhurliman. | diva | 2009-06-11 | 1 | -5/+5 |
| | |||||
* | Changed the inventory service so that is uses exactly one DB plugin, not ↵ | diva | 2009-06-11 | 1 | -75/+27 |
| | | | | | | | many. The composition of plugins can be done at the service and connector levels. This fixes the unit tests that were failing yesterday, but I'm not committing those yet, because I'm seeing 2 of those tests having pass and fail outcomes randomly which suggests that the tests are buggy. | ||||
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 1 | -20/+21 |
| | | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored. | ||||
* | Added more functions to IInventoryService. Unsure about whether all of these ↵ | diva | 2009-06-08 | 1 | -6/+67 |
| | | | | are really necessary. | ||||
* | First draft of inventory service connectors, and service implementation. No ↵ | diva | 2009-06-07 | 1 | -0/+544 |
handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions. Hopefully I added all needed files. |