aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* On login and first HG entrance to a foreign grid, perform query access checks...Justin Clark-Casey (justincc)2014-08-021-11/+15
* Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto2014-06-101-3/+23
* Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro...Oren Hurvitz2014-05-191-2/+2
* In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2014-04-091-2/+2
* When sending QueryAccess to a region, also send the user's Home URIOren Hurvitz2014-04-071-2/+2
* Remove old IInterRegionComms and references. This hasn't been used since 200...Justin Clark-Casey (justincc)2014-01-161-2/+2
* refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)2013-09-271-1/+1
* minor: correct spelling of Initialized in LSC connector version messageJustin Clark-Casey (justincc)2013-09-251-1/+1
* refactor: rename *ChildAgentDataUpdate() methods to *UpdateChildAgent()Justin Clark-Casey (justincc)2013-09-181-3/+3
* Amend Justin's last commit regarding the new config var ServiceVersion. The s...Diva Canto2013-08-021-1/+2
* Allow older teleport ConnectorProtocolVersion of "SIMULATION/0.1" to be manua...Justin Clark-Casey (justincc)2013-08-021-14/+19
* Fix regression from 056a6ee7 because the RemoteSimulationConnector uses a cop...Justin Clark-Casey (justincc)2013-07-261-2/+5
* Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)2013-07-261-4/+9
* New Teleport protocol (V2), still compatible with V1 and older. (version of t...Diva Canto2013-07-241-1/+1
* Guard against unauthorized agent deletes.Diva Canto2013-07-131-2/+2
* Deleted GET agent all around. Not used.Diva Canto2013-07-131-20/+0
* Where this is not already happening, trigger asychoronous calls to CloseChild...Justin Clark-Casey (justincc)2013-05-161-1/+1
* Add code for testing event queue messages recevied on region cross.Justin Clark-Casey (justincc)2013-03-061-3/+6
* 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
* Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)2012-08-201-1/+1
* Removing unused handling of incoming create object by userID and itemID only.Justin Clark-Casey (justincc)2012-06-301-18/+0
* Make ISimulationScene.GetScene() used the more efficient region id for lookup...Justin Clark-Casey (justincc)2012-05-241-6/+14
* If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)2012-05-241-91/+95
* Tweak log messages on local region to region teleport path to help with probl...Justin Clark-Casey (justincc)2012-04-261-5/+5
* Add a position parameter to region crossing of objects. This avoids theMelanie2012-02-231-3/+3
* Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCre...Justin Clark-Casey (justincc)2011-11-191-1/+0
* Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2011-04-281-1/+5
* Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-2/+3
* Change UpdateAgent (for changes in agent position) to be sentMic Bowman2011-02-031-7/+7
* Fix up QueryAccess to also check parcelsMelanie2011-01-281-6/+3
* Spawn a threadlet upon receiving requests to close agents. The operation may ...Diva Canto2011-01-071-1/+4
* Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-091-0/+17
* 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
* Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects...Diva Canto2010-01-151-3/+3
* * General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto2010-01-151-2/+15
* Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_...Diva Canto2010-01-131-2/+2
* Fixed more appearance woes that showed up using remote connectors. Appearance...Diva Canto2010-01-121-5/+5
* * Finished SimulationServiceConnectorDiva Canto2010-01-071-7/+12
* * Changed ISimulation interface to take a GridRegion as input arg instead of ...Diva Canto2010-01-031-44/+85
* Yes! First test of new login service done still in 2009! Bombs in auth, becau...Diva Canto2009-12-311-0/+298