aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteInventoryServiceConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-211-2/+22
* Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2010-08-231-1/+0
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-131-3/+2
* Fixed more appearance woes that showed up using remote connectors. Appearance...Diva Canto2010-01-121-8/+0
* OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1
* * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-19/+4
* Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-081-1/+0
* Minor bug fixes.Diva Canto2009-09-291-1/+1
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto2009-08-221-0/+12
* Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto2009-08-191-0/+10
* Async purge so that the client thread doesn't wait.Diva Canto2009-08-191-5/+5
* A better purge of trash folder.Diva Canto2009-08-191-4/+6
* GetFolderItems implemented. It's not being called, but it might.Diva Canto2009-08-181-1/+2
* Returning UUID.Zero is scene and user profile service are null in GetSession....Diva Canto2009-08-141-0/+8
* Changed the way to get to the profile service. Changed GetSystemsFolder in HG...Diva Canto2009-08-141-3/+5
* More debug messages.Diva Canto2009-08-141-0/+7
* Doing session lookup in the right way.Diva Canto2009-08-141-4/+6
* Additional debug messages, and bug fix in RemoteInventoryServiceConnector.cs,...Diva Canto2009-08-141-1/+2
* Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto2009-08-131-4/+6
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-131-2/+2
* * Added two new packet handler implementations for inventory ops. This is sta...Diva Canto2009-08-121-23/+29
* System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto2009-08-111-20/+13
* Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto2009-08-101-0/+38
* 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-1/+1
|/
* 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/+279