aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-02Renamed HGInventoryBroker2 to HGInventoryBroker.Diva Canto1-2/+2
2010-05-02Deleted HGInventoryBroker, so that the new one can take its name.Diva Canto1-540/+0
2010-05-02Switched everything to XInventory by default. The old Inventory is still ther...Diva Canto1-83/+28
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto2-142/+78
2010-04-30Fix a null ref from trying to access a dictionary that was never initialized.Melanie1-1/+2
2010-04-29Simplified RemoteXInventoryServiceConnector and HGBroker (2) by a lot.Diva Canto2-279/+282
2010-04-29Started redoing HGInventoryBroker for XInventory and with multi-protocol in m...Diva Canto3-0/+645
2010-04-27XInventory connector/handler showing signs of life. Tested, but needs more te...Diva Canto1-0/+2
2010-04-26RemoteXInventoryServiceConnector, the plugin region module. Not active in def...Diva Canto1-0/+324
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-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake2-3/+3
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-30Bug fix: change HGBroker to a INonSharedRegionModuleDiva Canto2-69/+77
2010-01-29On the way to making HG inventory work. Inventory can now be accessed again. ...Diva Canto1-110/+66
2010-01-12Fixed more appearance woes that showed up using remote connectors. Appearance...Diva Canto1-8/+0
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2-2/+2
2010-01-10NetworkServersInfo removed from CommsManager.Diva Canto1-3/+5
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto3-59/+47
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto3-3/+0
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