aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-21Bug fix: in standalone, HGInventoryBroker needs to get the local inventory se...Diva Canto1-2/+13
2009-10-12* Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto2-0/+5
2009-09-29Minor bug fixes.Diva Canto1-1/+1
2009-09-26Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto1-2/+7
2009-08-28Try to cache system folders if they aren't already there when one is requestedJustin Clark-Casey (justincc)1-0/+13
2009-08-28Pull out distinct cache system folders and drop cache methods in InventoryCacheJustin Clark-Casey (justincc)1-13/+34
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto4-0/+39
2009-08-19Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ...Diva Canto1-3/+3
2009-08-19Fixes GetRootFolder for normal standalone, which was being incorrectly redire...Diva Canto1-3/+3
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto4-0/+35
2009-08-19Async purge so that the client thread doesn't wait.Diva Canto1-5/+5
2009-08-19A better purge of trash folder.Diva Canto4-14/+20
2009-08-18GetFolderItems implemented. It's not being called, but it might.Diva Canto2-3/+11
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-14Returning UUID.Zero is scene and user profile service are null in GetSession....Diva Canto1-0/+8
2009-08-14Changed the way to get to the profile service. Changed GetSystemsFolder in HG...Diva Canto2-5/+19
2009-08-14More debug messages.Diva Canto1-0/+7
2009-08-14Doing session lookup in the right way.Diva Canto2-8/+11
2009-08-14Additional debug messages, and bug fix in RemoteInventoryServiceConnector.cs,...Diva Canto2-2/+12
2009-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto4-18/+36
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto4-12/+12
2009-08-12Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto1-0/+1
2009-08-13Formatting cleanup. Add copyright headers.Jeff Ames2-2/+56
2009-08-12* Added two new packet handler implementations for inventory ops. This is sta...Diva Canto5-74/+270
2009-08-12Better test for dropping inventory cache and writing out debug messages.Diva Canto1-16/+21
2009-08-11Fixed test for detecting when user is no longer in sim.Diva Canto1-3/+5
2009-08-11Improved test for system folders. Removed log messages.Diva Canto2-4/+5
2009-08-11System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto4-37/+207
2009-08-10Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto3-0/+75
2009-08-10Changed RequestRootFolder to GetRootFolderDiva Canto3-4/+4
2009-08-10Replace the Replaceable modules nameMelanie3-3/+3
2009-08-05Remove waiting in TestReplicateArchivePathToUserInventory() since local inven...Justin Clark-Casey (justincc)1-1/+0
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker3-0/+15
2009-06-14Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon...diva3-0/+966