aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/RemoteSimulationConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto2014-06-101-3/+3
* Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro...Oren Hurvitz2014-05-191-3/+3
* In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2014-04-091-3/+3
* When sending QueryAccess to a region, also send the user's Home URIOren Hurvitz2014-04-071-3/+3
* Remove old IInterRegionComms and references. This hasn't been used since 200...Justin Clark-Casey (justincc)2014-01-161-2/+2
* Allow older teleport ConnectorProtocolVersion of "SIMULATION/0.1" to be manua...Justin Clark-Casey (justincc)2013-08-021-13/+8
* Guard against unauthorized agent deletes.Diva Canto2013-07-131-3/+3
* Deleted GET agent all around. Not used.Diva Canto2013-07-131-18/+0
* Change IsLocalRegion from using region handle to using regionID. This was aff...Diva Canto2013-06-221-5/+5
* Last 27 modules' directives (service connectors out).Diva Canto2012-11-131-0/+2
* Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-121-3/+3
* Removing unused handling of incoming create object by userID and itemID only.Justin Clark-Casey (justincc)2012-06-301-8/+1
* Fix bug where a failed QueryAccess to a remove region would always have the r...Justin Clark-Casey (justincc)2012-05-251-2/+1
* Make ISimulationScene.GetScene() used the more efficient region id for lookup...Justin Clark-Casey (justincc)2012-05-241-2/+2
* Add a position parameter to region crossing of objects. This avoids theMelanie2012-02-231-3/+3
* Check for RegionID instead of RegionHandle. Other minor tweaksDiva Canto2011-04-301-2/+2
* Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2011-04-281-3/+4
* Changed order of checks for local regions when processingMic Bowman2011-03-041-16/+6
* Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-3/+4
* Fix up QueryAccess to also check parcelsMelanie2011-01-281-3/+3
* Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-091-0/+17
* Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto2010-06-131-1/+0
* Get the local inner simulation service object to the handler so that there is...Diva Canto2010-03-151-0/+5
* * Typo fixesJohn Hurliman2010-03-091-1/+1
* * HGScene is no more.Diva Canto2010-01-301-1/+0
* Removed obsolete interface IHyperlink.Diva Canto2010-01-241-5/+0
* Several more buglets removed.Diva Canto2010-01-131-1/+1
* CommunicationsManager deleted.Diva Canto2010-01-111-3/+0
* All Framework.Communications.Clients and Framework.Communications.Services de...Diva Canto2010-01-101-48/+0
* * Finished SimulationServiceConnectorDiva Canto2010-01-071-7/+4
* Successfully logged into a grid.Diva Canto2010-01-031-10/+14
* * Changed ISimulation interface to take a GridRegion as input arg instead of ...Diva Canto2010-01-031-0/+356