aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplified RemoteXInventoryServiceConnector and HGBroker (2) by a lot.Diva Canto2010-04-292-279/+282
* Started redoing HGInventoryBroker for XInventory and with multi-protocol in m...Diva Canto2010-04-293-0/+645
* XInventory connector/handler showing signs of life. Tested, but needs more te...Diva Canto2010-04-271-0/+2
* RemoteXInventoryServiceConnector, the plugin region module. Not active in def...Diva Canto2010-04-261-0/+324
* minor: correctly print out missing item id when it can't be found rather than...Justin Clark-Casey (justincc)2010-04-161-1/+4
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake2010-03-192-3/+3
* * 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
* | Bug fix: change HGBroker to a INonSharedRegionModuleDiva Canto2010-01-302-69/+77
* | On the way to making HG inventory work. Inventory can now be accessed again. ...Diva Canto2010-01-291-110/+66
* | 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-112-2/+2
* | NetworkServersInfo removed from CommsManager.Diva Canto2010-01-101-3/+5
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-103-59/+47
* | Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-083-3/+0
|/
* Bug fix: in standalone, HGInventoryBroker needs to get the local inventory se...Diva Canto2009-12-211-2/+13
* * Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto2009-10-122-0/+5
* Minor bug fixes.Diva Canto2009-09-291-1/+1
* Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto2009-09-261-2/+7
* Try to cache system folders if they aren't already there when one is requestedJustin Clark-Casey (justincc)2009-08-281-0/+13
* Pull out distinct cache system folders and drop cache methods in InventoryCacheJustin Clark-Casey (justincc)2009-08-281-13/+34
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto2009-08-224-0/+39
* 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-194-0/+35
* 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-194-14/+20
* GetFolderItems implemented. It's not being called, but it might.Diva Canto2009-08-182-3/+11
* jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024Diva Canto2009-08-181-2/+1
* Making attachments work again. Tons of debug more. This needs more testing an...Diva Canto2009-08-161-1/+1
* 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-142-5/+19
* More debug messages.Diva Canto2009-08-141-0/+7
* Doing session lookup in the right way.Diva Canto2009-08-142-8/+11
* Additional debug messages, and bug fix in RemoteInventoryServiceConnector.cs,...Diva Canto2009-08-142-2/+12
* Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto2009-08-134-18/+36
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-134-12/+12
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-122-2/+56
|\
| * Formatting cleanup. Add copyright headers.Jeff Ames2009-08-132-2/+56
* | Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto2009-08-121-0/+1
|/
* * Added two new packet handler implementations for inventory ops. This is sta...Diva Canto2009-08-125-74/+270
* Better test for dropping inventory cache and writing out debug messages.Diva Canto2009-08-121-16/+21
* Fixed test for detecting when user is no longer in sim.Diva Canto2009-08-111-3/+5
* Improved test for system folders. Removed log messages.Diva Canto2009-08-112-4/+5
* System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto2009-08-114-37/+207
* Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto2009-08-103-0/+75
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-103-3/+3
|\
| * Replace the Replaceable modules nameMelanie2009-08-103-3/+3
* | Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-103-4/+4
|/
* Remove waiting in TestReplicateArchivePathToUserInventory() since local inven...Justin Clark-Casey (justincc)2009-08-051-1/+0