aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Started redoing HGInventoryBroker for XInventory and with multi-protocol in m...Diva Canto2010-04-291-3/+3
* Merge branch 'minor-stuff'Melanie2010-04-281-1/+1
|\
| * Removed unused var from InventoryService.cs (-1 warning)AlexRa2010-04-281-1/+1
* | XInventory connector/handler showing signs of life. Tested, but needs more te...Diva Canto2010-04-271-4/+4
|/
* Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim ca...Diva Canto2010-02-141-0/+1
* Create root inventory folder with proper type (9) instead of -1Melanie2010-02-081-1/+1
* * Simplified the configuration by having [DatabaseService] in itDiva Canto2010-01-311-1/+1
* * Bug fix in XInventoryData -- groupOwned is an int in the DBDiva Canto2010-01-311-2/+8
* * Added a few files that were missing in the repo.Diva Canto2010-01-312-25/+327
* Fixed more appearance woes that showed up using remote connectors. Appearance...Diva Canto2010-01-121-0/+1
* Merge branch 'master' into presence-refactorMelanie2010-01-042-1/+520
|\
| * Finish conversion if XInventoryServiceMelanie2010-01-041-12/+46
| * First stage port of the XInventoryServiceMelanie2010-01-041-0/+474
| * Prevent the creation of duplicate inventory folders in the case of a loginMelanie2010-01-011-1/+12
* | The Library Service is now working. UserProfileCacheService.LibraryRoot is ob...Diva Canto2010-01-011-0/+283
|/
* * Request from Adam to add InfoFormat logging to the InventoryService for whe...Teravus Ovares (Dan Olivares)2009-11-221-0/+1
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
* Fixes seven leaky .BeginInvoke() callsJohn Hurliman2009-09-031-1/+1
* Pull out distinct cache system folders and drop cache methods in InventoryCacheJustin Clark-Casey (justincc)2009-08-281-0/+2
* Moved a debug message.Diva Canto2009-08-221-1/+1
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto2009-08-221-2/+14
* Made HandleFetchInventoryDescendents async, so that the client thread doesn't...Diva Canto2009-08-201-3/+1
* Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ...Diva Canto2009-08-191-3/+3
* Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto2009-08-191-0/+18
* A better purge of trash folder.Diva Canto2009-08-191-4/+8
* Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto2009-08-131-0/+23
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-131-2/+2
* Improved test for system folders. Removed log messages.Diva Canto2009-08-111-1/+2
* System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto2009-08-111-0/+20
* Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto2009-08-101-0/+40
* Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-101-3/+3
* Disable all IAR tests for now due to possible failure-causing race conditionJustin Clark-Casey (justincc)2009-08-061-1/+0
* Moving these nice HG connectors to their homes.diva2009-06-151-242/+0
* Fixes mantis #3803. Thanks jhurliman.diva2009-06-111-5/+5
* Changed the inventory service so that is uses exactly one DB plugin, not many...diva2009-06-112-115/+28
* Heart surgery no.2: the inventory service hooks. diva2009-06-103-49/+132
* IInentoryDataPlugins were missing.diva2009-06-081-2/+7
* Added more functions to IInventoryService. Unsure about whether all of these ...diva2009-06-081-6/+67
* First draft of inventory service connectors, and service implementation. No h...diva2009-06-073-0/+820