Justin Clark-Casey (justincc)
|
12b1cbf8bf
Fix give inventory tests to use different users rather than (accidentally) the same user. Extend TestGiveInventoryItem() to test giving back the same item.
|
13 年 前 |
Jeff Ames
|
f1f0bc23f4
Formatting cleanup.
|
14 年 前 |
Justin Clark-Casey (justincc)
|
289c21099c
Add automated test at the opensim 'api' level to check that a given item goes to the correct directory
|
14 年 前 |
AlexRa
|
423ff3b94b
Removed unused var from InventoryService.cs (-1 warning)
|
14 年 前 |
Diva Canto
|
dc19785672
Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim can run out-of-the-box. #WaitingForSQLite
|
14 年 前 |
Diva Canto
|
66920a9047
Fixed more appearance woes that showed up using remote connectors. Appearance is now being passed with AgentCircuitData, as it should be.
|
15 年 前 |
Melanie
|
0d9591bf35
Prevent the creation of duplicate inventory folders in the case of a login
|
15 年 前 |
Teravus Ovares (Dan Olivares)
|
7ecd43864f
* Request from Adam to add InfoFormat logging to the InventoryService for when deleting folders by folderID occurs
|
15 年 前 |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 年 前 |
John Hurliman
|
33133e23b1
Fixes seven leaky .BeginInvoke() calls
|
15 年 前 |
Justin Clark-Casey (justincc)
|
7ff4c2e50b
Pull out distinct cache system folders and drop cache methods in InventoryCache
|
15 年 前 |
Diva Canto
|
71f2d8391b
Moved a debug message.
|
15 年 前 |
Diva Canto
|
b03eeeb9f6
* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out 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.
|
15 年 前 |
Diva Canto
|
e4f64dd714
Made HandleFetchInventoryDescendents async, so that the client thread doesn't wait for the download of the entire inventory.
|
15 年 前 |
Diva Canto
|
6e35ddb0e9
Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in SQlite. Fixes most grief in
|
15 年 前 |
Diva Canto
|
d519f1885f
Added MoveItems, which is most useful upon viewer-delete inventory 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).
|
15 年 前 |
Diva Canto
|
c5af39239f
A better purge of trash folder.
|
15 年 前 |
Diva Canto
|
034c9cf606
Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.
|
15 年 前 |
Diva Canto
|
5246dc33dc
Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting to get on my nerves.
|
15 年 前 |
Diva Canto
|
263f32a493
Improved test for system folders. Removed log messages.
|
15 年 前 |
Diva Canto
|
31419a70ce
System folders inventory cache added to OUT inventory modules. This tracks 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.
|
15 年 前 |
Diva Canto
|
cdcbc48534
Added two new methods to IIventoryService -- GetFolderForType and GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
|
15 年 前 |
Diva Canto
|
0c47f8e7ab
Changed RequestRootFolder to GetRootFolder
|
15 年 前 |
Justin Clark-Casey (justincc)
|
07e6a492a1
Disable all IAR tests for now due to possible failure-causing race condition
|
15 年 前 |
diva
|
2afd733229
Fixes mantis #3803. Thanks jhurliman.
|
15 年 前 |
diva
|
57c4b69916
Changed the inventory service so that is uses exactly one DB plugin, not many. The composition of plugins can be done at the service and connector levels.
|
15 年 前 |
diva
|
0f367bd7bb
Heart surgery no.2: the inventory service hooks.
|
15 年 前 |
diva
|
16d5003274
Added more functions to IInventoryService. Unsure about whether all of these are really necessary.
|
15 年 前 |
diva
|
1ad237a8a7
First draft of inventory service connectors, and service implementation. No 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.
|
15 年 前 |