aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService/InventoryService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-06Disable all IAR tests for now due to possible failure-causing race conditionJustin Clark-Casey (justincc)1-1/+0
2009-06-11Fixes mantis #3803. Thanks jhurliman.diva1-5/+5
2009-06-11Changed the inventory service so that is uses exactly one DB plugin, not many...diva1-75/+27
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-20/+21
2009-06-08Added more functions to IInventoryService. Unsure about whether all of these ...diva1-6/+67
2009-06-07First draft of inventory service connectors, and service implementation. No h...diva1-31/+56
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-04* Initial infrastructure for ospa only uuid hashing of retrieved inventory itemsJustin Clarke Casey1-1/+1
2009-05-04* Enhance some internal inventory data plugin behaviour to match what was pro...Justin Clarke Casey1-12/+19
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-0/+14
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker1-0/+14
2009-03-19Moving GetInventoryItem up to InventoryServiceBase, since this seems like a p...diva1-0/+10
2009-02-12* optimized usings.lbsa711-5/+1
2009-02-09The DataPluginFactory is now a set of generic methods instead ofMike Mazur1-1/+1
2009-02-03- moved data plugin loading code from various places toMike Mazur1-11/+9
2009-02-03- move OpenSim/Framework/IInventoryData.cs toMike Mazur1-2/+4
2008-11-28* refactor: move CreateUser into UserServiceAdminJustin Clarke Casey1-1/+0
2008-11-27* test: Add the ability to add a plugin directory to the user and inventory s...Justin Clarke Casey1-5/+14
2008-11-03Thanks diva for patch that makes a bunch of methods in InventoryServiceBase v...Dahlia Trimble1-8/+8
2008-09-24Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz1-0/+9
2008-09-06Mantis #2133Melanie Thielker1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-29/+29
2008-08-18Formatting cleanup.Jeff Ames1-3/+3
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-47/+34
2008-07-24* minor: Rename IInterGridInventoryServices since it's inter service rather t...Justin Clarke Casey1-1/+1
2008-07-23* refactor: break out inter grid inventory services furtherJustin Clarke Casey1-1/+1
2008-06-28plumbing for multiple inventory servers. Mostly done on the region server side. MW1-0/+5
2008-06-11Mantis#1514. Thank you kindly, Boscata for an InventoryServer patchCharles Krinke1-0/+15
2008-05-16Formatting cleanup.Jeff Ames1-61/+61
2008-05-03* Refactor: Move bulk of CreateFolder from UserProfileCacheService into Cache...Justin Clarke Casey1-1/+11
2008-05-01* Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey1-37/+42
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares1-0/+11
2008-04-23* Implement full grid mode Trash emptyJustin Clarke Casey1-7/+6
2008-04-23allow for Inventory database source to be specified in mainSean Dague1-2/+2
2008-04-23* Implement proper emptying of trashcan on standaloneJustin Clarke Casey1-1/+44
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-3/+3
2008-04-20* Change lazy user inventory creation on first login to synchronous rather th...Justin Clarke Casey1-1/+1
2008-04-11* Change inventory async response deliver to deliver all items and folders at...Justin Clarke Casey1-2/+3
2008-04-10* Refactor GetUsersInventory()Justin Clarke Casey1-1/+1
2008-04-10* Minor: get CreateNewUserInventory() to return true on successJustin Clarke Casey1-1/+5
2008-04-10* Minor inventory message cleanup and documentationJustin Clarke Casey1-3/+4
2008-04-08further refactor and rename of InventoryFolderBase propertiesSean Dague1-15/+15
2008-04-08* Update code to use patched libsecondlife.dll which removes the problem wher...Justin Clarke Casey1-1/+1
2008-04-07more refactoring, this time on InventoryFolderBaseSean Dague1-108/+108
2008-04-07Refactor InventoryItemBase to do the following:Sean Dague1-1/+1
2008-03-31* Minor: If a user exists but has no inventory in standalone, automatically c...Justin Clarke Casey1-3/+4
2008-03-31* Log exceptions which make it up to the top of the http request frame, rathe...Justin Clarke Casey1-31/+21
2008-03-31* Fix problem where inventory code throws a swallowed exception on grid mode ...Justin Clarke Casey1-17/+33
2008-03-30* Stop the grid inventory service sending all folder and item details twiceJustin Clarke Casey1-32/+1
2008-03-29* Refactor: Remove unused inventory methods, some of which weren't properly i...Justin Clarke Casey1-27/+4