aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/HGInventoryBroker.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto1-0/+17
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto1-0/+17
2009-08-19A better purge of trash folder.Diva Canto1-7/+11
2009-08-18GetFolderItems implemented. It's not being called, but it might.Diva Canto1-2/+9
2009-08-18jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024Diva Canto1-2/+1
2009-08-16Making attachments work again. Tons of debug more. This needs more testing an...Diva Canto1-1/+1
2009-08-14Changed the way to get to the profile service. Changed GetSystemsFolder in HG...Diva Canto1-2/+14
2009-08-14Doing session lookup in the right way.Diva Canto1-4/+5
2009-08-14Additional debug messages, and bug fix in RemoteInventoryServiceConnector.cs,...Diva Canto1-1/+10
2009-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto1-4/+13
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto1-4/+4
2009-08-12* Added two new packet handler implementations for inventory ops. This is sta...Diva Canto1-23/+29
2009-08-11Improved test for system folders. Removed log messages.Diva Canto1-3/+3
2009-08-11System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto1-12/+56
2009-08-10Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto1-0/+26
2009-08-10Changed RequestRootFolder to GetRootFolderDiva Canto1-1/+1
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
2009-06-14Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon...diva1-1/+1
2009-06-11Fixes mantis #3803. Thanks jhurliman.diva1-1/+1
2009-06-11InterServiceInventoryService references *almost* completely removed from the ...diva1-1/+1
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-18/+22
2009-06-08Added more functions to IInventoryService. Unsure about whether all of these ...diva1-0/+31
2009-06-07First draft of inventory service connectors, and service implementation. No h...diva1-0/+366