aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Library/LocalInventoryService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-2/+2
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-8/+3
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto1-1/+1
2015-05-08Another major overhaul of inventory downloading, this time pertaining to inve...Diva Canto1-0/+16
2015-05-07Major change in the way inventory is downloaded: added a method throughout II...Diva Canto1-1/+13
2014-04-23Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz1-16/+0
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol...Justin Clark-Casey (justincc)1-4/+2
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve...Justin Clark-Casey (justincc)1-2/+4
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-01The Library Service is now working. UserProfileCacheService.LibraryRoot is ob...Diva Canto1-2/+2
2009-12-23Library Module: allows adding folders/items to the Library from IAR files pla...Diva Canto1-56/+118
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto1-0/+8
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto1-0/+2
2009-08-19A better purge of trash folder.Diva Canto1-1/+2
2009-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto1-0/+20
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto1-2/+2
2009-08-10Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto1-7/+23
2009-08-10Changed RequestRootFolder to GetRootFolderDiva Canto1-1/+1
2009-06-11Fixes mantis #3803. Thanks jhurliman.diva1-1/+2
2009-06-08Added more functions to IInventoryService. Unsure about whether all of these ...diva1-0/+35
2009-06-07First draft of inventory service connectors, and service implementation. No h...diva1-25/+6
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-04* Enhance some internal inventory data plugin behaviour to match what was pro...Justin Clarke Casey1-1/+1
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-0/+8
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker1-0/+8
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-4/+4
2008-08-18Formatting cleanup.Jeff Ames1-2/+2
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-0/+5
2008-07-23* refactor: split out inventory services which are only used between non-regi...Justin Clarke Casey1-19/+5
2008-06-28plumbing for multiple inventory servers. Mostly done on the region server side. MW1-0/+4
2008-06-11Mantis#1514. Thank you kindly, Boscata for an InventoryServer patchCharles Krinke1-0/+7
2008-05-16Formatting cleanup.Jeff Ames1-11/+11
2008-05-01* Refactor: Remove redundant userID from further up the inventory request chainJustin Clarke Casey1-1/+2
2008-05-01* Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey1-16/+16
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares1-0/+7
2008-04-23* Implement proper emptying of trashcan on standaloneJustin Clarke Casey1-0/+12
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-2/+0
2008-04-11* Minor inventory code cleanup following on from last patchJustin Clarke Casey1-4/+0
2008-04-11* Change inventory async response deliver to deliver all items and folders at...Justin Clarke Casey1-3/+16
2008-04-10* Refactor GetUsersInventory()Justin Clarke Casey1-2/+2
2008-04-10* Minor: get CreateNewUserInventory() to return true on successJustin Clarke Casey1-2/+3
2008-03-29* Refactor: Remove unused inventory methods, some of which weren't properly i...Justin Clarke Casey1-16/+0
2008-03-28* Send full inventory folder skeleton to standalone client logins rather than...Justin Clarke Casey1-0/+8
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-13Added a method to access a named folder in a users inventory, to the inventor...MW1-0/+8
2008-02-11Documenting and minor tweaksJustin Clarke Casey1-0/+35
2008-02-05some small changes, like adding a couple of extra methods to IInventoryServic...MW1-0/+2
2007-12-27* Optimized usingslbsa711-1/+1