aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/RemoteSimulationConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ↵Diva Canto1-1/+0
neighbours.
2010-03-15Get the local inner simulation service object to the handler so that there ↵Diva Canto1-0/+5
is no possibility of cascading requests when failures happen.
2010-03-09* Typo fixesJohn Hurliman1-1/+1
* Performance improvement in the expensive GenerateClientFlags()
2010-01-30* HGScene is no more.Diva Canto1-1/+0
* Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module
2010-01-24Removed obsolete interface IHyperlink.Diva Canto1-5/+0
2010-01-13Several more buglets removed.Diva Canto1-1/+1
2010-01-11CommunicationsManager deleted.Diva Canto1-3/+0
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services ↵Diva Canto1-48/+0
deleted, including old LoginService.
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-7/+4
* Started rerouting calls to UserService. * Compiles. May run.
2010-01-03Successfully logged into a grid.Diva Canto1-10/+14
2010-01-03* Changed ISimulation interface to take a GridRegion as input arg instead of ↵Diva Canto1-0/+356
a regionHandle. * Added the RemoteSimulationConnectorModule, which is the replacement for RESTComms. Scenes is not using this yet, only (standalone) Login uses these region modules for now. * Completed SimulationServiceConnector and corresponding handlers.