aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/LocalInventoryServiceConnector.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-15Shuffle order of code in invnetory connector GetFolderContent() calls to avoi...Justin Clark-Casey (justincc)1-6/+9
2011-09-09Use a copy of the inventory items list to register users in the thread starte...Justin Clark-Casey (justincc)1-1/+4
2011-09-07When a region is added to the HG Inventory Broker, also pass this through to ...Justin Clark-Casey (justincc)1-5/+8
2011-08-23remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-07-08stop the local inventory services connector from logging an error when an ite...Justin Clark-Casey (justincc)1-3/+3
2011-04-25Made things consistent between LocalInventoryServiceConnector and RemoteXInve...Diva Canto1-3/+6
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto1-1/+24
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)1-28/+0
2010-09-04Create Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item)Justin Clark-Casey (justincc)1-3/+3
2010-08-24Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)1-3/+14
2010-08-23Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)1-5/+17
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)1-1/+4
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol...Justin Clark-Casey (justincc)1-5/+0
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve...Justin Clark-Casey (justincc)1-0/+5
2010-05-02Switched everything to XInventory by default. The old Inventory is still ther...Diva Canto1-83/+28
2010-04-16minor: correctly print out missing item id when it can't be found rather than...Justin Clark-Casey (justincc)1-1/+4
2010-02-21* Added SQlite connector for AvatarData. Tested -- works.Diva Canto1-1/+1
2010-02-17minor: fix error inserting field in log messageJustin Clark-Casey (justincc)1-1/+1
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)1-9/+16
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-2/+0
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto1-1/+0
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto1-0/+5
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 Canto1-0/+6
2009-08-19A better purge of trash folder.Diva Canto1-2/+2
2009-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto1-9/+11
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-24/+28
2009-08-11Improved test for system folders. Removed log messages.Diva Canto1-1/+2
2009-08-11System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto1-5/+30
2009-08-10Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto1-0/+11
2009-08-10Changed RequestRootFolder to GetRootFolderDiva Canto1-2/+2
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
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 Thielker1-0/+5
2009-06-14Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon...diva1-1/+1
2009-06-12* minor: removing some logging stuff accidentally left in on the last commitJustin Clarke Casey1-3/+2
2009-06-12* Move standalone login setup in LLStandaloneLoginmodule to RegionLoaded() fr...Justin Clarke Casey1-4/+7
2009-06-11Fixes mantis #3803. Thanks jhurliman.diva1-2/+2
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-11/+22
2009-06-09Update svn properties.Jeff Ames1-273/+273
2009-06-08Added more functions to IInventoryService. Unsure about whether all of these ...diva1-0/+27
2009-06-07First draft of inventory service connectors, and service implementation. No h...diva1-0/+246