aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-12* Added two new packet handler implementations for inventory ops. This is ↵Diva Canto5-74/+270
starting to work! - but can't be activated incrementally, the flip needs to be global for all inventory ops. * Added a base inventory connector that does common processing of inventory among all reference connector implementations. E.g. AddItem requires additional processing before being forwarded to service. * Added if (m_Enabled) upon RemoveRegion
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 ↵Diva Canto4-37/+207
agents in and out of *sims* in order to fetch/drop their system folders from the cache. Also added region-side support for fetching the system folders from the inventory service. Nothing of this is called yet.
2009-08-10Added two new methods to IIventoryService -- GetFolderForType and ↵Diva Canto3-0/+75
GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
2009-08-10Changed RequestRootFolder to GetRootFolderDiva Canto3-4/+4
2009-08-10Replace the Replaceable modules nameMelanie14-14/+14
2009-08-09Finish the renaming and mae things compile againMelanie2-5/+5
2009-08-05Remove waiting in TestReplicateArchivePathToUserInventory() since local ↵Justin Clark-Casey (justincc)1-1/+0
inventory loading is synchronous Insert a little more debugging info in case the occasional failure reoccurs
2009-07-23* Updates RESTInterregionComms and LocalInterregionComms to the new region ↵Arthur Valadares2-49/+92
module interface. This fixes an issue where region references were being added but weren't being deleted, causing those "unnotified circuit" messages. * Also fixes tests accordingly - Fixes Mantis #3452 - Fixes Mantis #3388 - Fixes Mantis #3871 - Related to Mantis #3493
2009-07-15minor: remove some mono compiler warningsJustin Clarke Casey1-2/+2
2009-07-15Test commit to see if commit is working for me, as another core developer is ↵MW1-1/+2
reporting problems.
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker12-0/+61
the ball rolling on replacable modules. No user functionality yet
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-2/+2
Change all uses of the HttpServer properties to use the new singleton
2009-06-22Committing RemoteUserServiceConnector out connector, local user serviceMelanie Thielker2-5/+26
connector and the glue code.
2009-06-22Update svn properties.Jeff Ames2-251/+251
2009-06-14Factoring out "land_data" / RequestLandData that was hanging off of ↵diva3-1/+252
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.
2009-06-14Update svn properties.Jeff Ames2-283/+283
2009-06-14Renamed Region/CoreModules/ServiceConnectors to ↵diva12-0/+3285
Region/CoreModules/ServiceConnectorsOut. No functional changes.