| Commit message (Expand) | Author | Files | Lines |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -5/+5 |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -19/+17 |
2011-04-11 | minor: add a bit more method doc to IInventoryService.GetItem() | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-08-23 | Fix bug in llGiveInventory() where items were disappearing on relog | Justin Clark-Casey (justincc) | 1 | -2/+5 |
2010-06-11 | Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol... | Justin Clark-Casey (justincc) | 1 | -8/+0 |
2010-06-11 | Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve... | Justin Clark-Casey (justincc) | 1 | -0/+8 |
2010-01-04 | Mark GetUserInventory as obsolete. It is still used in the default | Melanie | 1 | -0/+2 |
2009-08-22 | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo... | Diva Canto | 1 | -0/+8 |
2009-08-19 | Added MoveItems, which is most useful upon viewer-delete inventory operation.... | Diva Canto | 1 | -0/+2 |
2009-08-19 | A better purge of trash folder. | Diva Canto | 1 | -1/+2 |
2009-08-13 | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 1 | -0/+20 |
2009-08-13 | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting... | Diva Canto | 1 | -2/+2 |
2009-08-10 | Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo... | Diva Canto | 1 | -7/+23 |
2009-08-10 | Changed RequestRootFolder to GetRootFolder | Diva Canto | 1 | -1/+1 |
2009-06-11 | Fixes mantis #3803. Thanks jhurliman. | diva | 1 | -1/+2 |
2009-06-08 | Added more functions to IInventoryService. Unsure about whether all of these ... | diva | 1 | -0/+35 |
2009-06-07 | First draft of inventory service connectors, and service implementation. No h... | diva | 1 | -25/+6 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-05-04 | * Enhance some internal inventory data plugin behaviour to match what was pro... | Justin Clarke Casey | 1 | -1/+1 |
2009-03-23 | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 1 | -0/+8 |
2009-03-21 | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 1 | -0/+8 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -4/+4 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-07-24 | * minor: Rename IInterGridInventoryServices since it's inter service rather t... | Justin Clarke Casey | 1 | -1/+1 |
2008-07-23 | * refactor: break out inter grid inventory services further | Justin Clarke Casey | 1 | -0/+5 |
2008-07-23 | * refactor: split out inventory services which are only used between non-regi... | Justin Clarke Casey | 1 | -19/+5 |
2008-06-28 | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 1 | -0/+4 |
2008-06-11 | Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch | Charles Krinke | 1 | -0/+7 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -11/+11 |
2008-05-01 | * Refactor: Remove redundant userID from further up the inventory request chain | Justin Clarke Casey | 1 | -1/+2 |
2008-05-01 | * Refactor: Remove the unused userID parameter that was being passed into alm... | Justin Clarke Casey | 1 | -16/+16 |
2008-04-30 | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank... | Teravus Ovares | 1 | -0/+7 |
2008-04-23 | * Implement proper emptying of trashcan on standalone | Justin Clarke Casey | 1 | -0/+12 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -2/+0 |
2008-04-11 | * Minor inventory code cleanup following on from last patch | Justin Clarke Casey | 1 | -4/+0 |
2008-04-11 | * Change inventory async response deliver to deliver all items and folders at... | Justin Clarke Casey | 1 | -3/+16 |
2008-04-10 | * Refactor GetUsersInventory() | Justin Clarke Casey | 1 | -2/+2 |
2008-04-10 | * Minor: get CreateNewUserInventory() to return true on success | Justin Clarke Casey | 1 | -2/+3 |
2008-03-29 | * Refactor: Remove unused inventory methods, some of which weren't properly i... | Justin Clarke Casey | 1 | -16/+0 |
2008-03-28 | * Send full inventory folder skeleton to standalone client logins rather than... | Justin Clarke Casey | 1 | -0/+8 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+26 |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 |
2008-02-13 | Added a method to access a named folder in a users inventory, to the inventor... | MW | 1 | -0/+8 |
2008-02-11 | Documenting and minor tweaks | Justin Clarke Casey | 1 | -0/+35 |
2008-02-05 | some small changes, like adding a couple of extra methods to IInventoryServic... | MW | 1 | -0/+2 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -1/+1 |
2007-12-15 | Grid Inventory feature upgrade: renaming folders should now be correct, subfo... | Brian McBee | 1 | -0/+1 |
2007-12-14 | * Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST c... | Teravus Ovares | 1 | -1/+1 |
2007-12-01 | Initial working Grid Inventory server. Only been tested on a very small grid,... | MW | 1 | -1/+1 |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -4/+2 |