aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix internal support for non square regionsUbitUmarov2015-10-311-2/+3
* Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker2015-10-312-7/+5
* Remove testing cruft that is blocking the new protocols. Unit tests noMelanie Thielker2015-10-311-7/+1
* let silly tests override version on local connectionsUbitUmarov2015-10-311-2/+3
* Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker2015-10-312-15/+8
* Clean up of simulation version, the number that rules the compatibility of te...Diva Canto2015-10-181-20/+2
* Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-041-1/+0
* Partial plumbing for the agent stateful module features negotiationMelanie Thielker2015-08-202-6/+7
* Removed unused code related to DNS lookupsOren Hurvitz2015-07-231-2/+0
* Fix recent regression in 3c6becd5 where login or hg login to variable sized r...Justin Clark-Casey (justincc)2014-07-221-15/+12
* On login and first HG entrance to a foreign grid, perform query access checks...Justin Clark-Casey (justincc)2014-07-211-11/+15
* Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto2014-06-062-6/+26
* Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro...Oren Hurvitz2014-05-192-5/+5
* In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2014-04-092-5/+5
* When sending QueryAccess to a region, also send the user's Home URIOren Hurvitz2014-04-072-5/+5
* Remove old IInterRegionComms and references. This hasn't been used since 200...Justin Clark-Casey (justincc)2014-01-162-4/+4
* 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-022-27/+27
* 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-132-5/+5
* Deleted GET agent all around. Not used.Diva Canto2013-07-132-38/+0
* Change IsLocalRegion from using region handle to using regionID. This was aff...Diva Canto2013-06-221-5/+5
* 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-132-0/+4
* Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-122-6/+6
* 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-302-26/+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-242-8/+16
* 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-232-6/+6
* Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCre...Justin Clark-Casey (justincc)2011-11-191-1/+0
* 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-282-4/+9
* 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-162-5/+7
* Change UpdateAgent (for changes in agent position) to be sentMic Bowman2011-02-031-7/+7
* Fix up QueryAccess to also check parcelsMelanie2011-01-282-9/+6
* 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-092-0/+34
* 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-152-0/+10
* * Typo fixesJohn Hurliman2010-03-092-2/+2