aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/LocalInventoryServiceConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-9/+9
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-14/+24
* Last 27 modules' directives (service connectors out).Diva Canto2012-11-131-0/+2
* Shuffle order of code in invnetory connector GetFolderContent() calls to avoi...Justin Clark-Casey (justincc)2011-09-151-6/+9
* Use a copy of the inventory items list to register users in the thread starte...Justin Clark-Casey (justincc)2011-09-091-1/+4
* When a region is added to the HG Inventory Broker, also pass this through to ...Justin Clark-Casey (justincc)2011-09-071-5/+8
* remove mono compiler warningsJustin Clark-Casey (justincc)2011-08-231-1/+1
* stop the local inventory services connector from logging an error when an ite...Justin Clark-Casey (justincc)2011-07-081-3/+3
* Made things consistent between LocalInventoryServiceConnector and RemoteXInve...Diva Canto2011-04-251-3/+6
* Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-211-1/+24
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
* Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)2010-09-041-28/+0
* Create Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item)Justin Clark-Casey (justincc)2010-09-041-3/+3
* Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)2010-08-241-3/+14
* Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)2010-08-231-5/+17
* Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2010-08-231-1/+4
* Switched everything to XInventory by default. The old Inventory is still ther...Diva Canto2010-05-021-83/+28
* minor: correctly print out missing item id when it can't be found rather than...Justin Clark-Casey (justincc)2010-04-161-1/+4
* * Added SQlite connector for AvatarData. Tested -- works.Diva Canto2010-02-211-1/+1
* Merge branch 'master' into presence-refactorMelanie2010-02-151-9/+16
|\
| * Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)2010-02-121-9/+16
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-2/+0
* | Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-081-1/+0
|/
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto2009-08-221-0/+5
* Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ...Diva Canto2009-08-191-3/+3
* Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto2009-08-191-0/+6
* A better purge of trash folder.Diva Canto2009-08-191-2/+2
* Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto2009-08-131-9/+11
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-131-4/+4
* * Added two new packet handler implementations for inventory ops. This is sta...Diva Canto2009-08-121-24/+28
* Improved test for system folders. Removed log messages.Diva Canto2009-08-111-1/+2
* System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto2009-08-111-5/+30
* Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto2009-08-101-0/+11
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-101-1/+1
|\
| * Replace the Replaceable modules nameMelanie2009-08-101-1/+1
* | Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-101-2/+2
|/
* Remove waiting in TestReplicateArchivePathToUserInventory() since local inven...Justin Clark-Casey (justincc)2009-08-051-1/+0
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-101-0/+5
* Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon...diva2009-06-141-0/+286