aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-31fix internal support for non square regionsUbitUmarov1-2/+3
2015-10-31Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker2-7/+5
2015-10-31Remove testing cruft that is blocking the new protocols. Unit tests noMelanie Thielker1-7/+1
2015-10-31let silly tests override version on local connectionsUbitUmarov1-2/+3
2015-10-31Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker2-15/+8
2015-10-18Clean up of simulation version, the number that rules the compatibility of te...Diva Canto1-20/+2
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
2015-08-20Partial plumbing for the agent stateful module features negotiationMelanie Thielker2-6/+7
2015-07-23Removed unused code related to DNS lookupsOren Hurvitz1-2/+0
2014-07-22Fix recent regression in 3c6becd5 where login or hg login to variable sized r...Justin Clark-Casey (justincc)1-15/+12
2014-07-21On login and first HG entrance to a foreign grid, perform query access checks...Justin Clark-Casey (justincc)1-11/+15
2014-06-06Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto2-6/+26
2014-05-19Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro...Oren Hurvitz2-5/+5
2014-04-09In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2-5/+5
2014-04-07When sending QueryAccess to a region, also send the user's Home URIOren Hurvitz2-5/+5
2014-01-16Remove old IInterRegionComms and references. This hasn't been used since 200...Justin Clark-Casey (justincc)2-4/+4
2013-09-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)1-1/+1
2013-09-25minor: correct spelling of Initialized in LSC connector version messageJustin Clark-Casey (justincc)1-1/+1
2013-09-18refactor: rename *ChildAgentDataUpdate() methods to *UpdateChildAgent()Justin Clark-Casey (justincc)1-3/+3
2013-08-02Amend Justin's last commit regarding the new config var ServiceVersion. The s...Diva Canto1-1/+2
2013-08-02Allow older teleport ConnectorProtocolVersion of "SIMULATION/0.1" to be manua...Justin Clark-Casey (justincc)2-27/+27
2013-07-26Fix regression from 056a6ee7 because the RemoteSimulationConnector uses a cop...Justin Clark-Casey (justincc)1-2/+5
2013-07-26Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)1-4/+9
2013-07-24New Teleport protocol (V2), still compatible with V1 and older. (version of t...Diva Canto1-1/+1
2013-07-13Guard against unauthorized agent deletes.Diva Canto2-5/+5
2013-07-13Deleted GET agent all around. Not used.Diva Canto2-38/+0
2013-06-22Change IsLocalRegion from using region handle to using regionID. This was aff...Diva Canto1-5/+5
2013-05-16Where this is not already happening, trigger asychoronous calls to CloseChild...Justin Clark-Casey (justincc)1-1/+1
2013-03-06Add code for testing event queue messages recevied on region cross.Justin Clark-Casey (justincc)1-3/+6
2012-11-13Last 27 modules' directives (service connectors out).Diva Canto2-0/+4
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie2-6/+6
2012-08-20Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)1-1/+1
2012-06-30Removing unused handling of incoming create object by userID and itemID only.Justin Clark-Casey (justincc)2-26/+1
2012-05-25Fix bug where a failed QueryAccess to a remove region would always have the r...Justin Clark-Casey (justincc)1-2/+1
2012-05-24Make ISimulationScene.GetScene() used the more efficient region id for lookup...Justin Clark-Casey (justincc)2-8/+16
2012-05-24If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)1-91/+95
2012-04-26Tweak log messages on local region to region teleport path to help with probl...Justin Clark-Casey (justincc)1-5/+5
2012-02-23Add a position parameter to region crossing of objects. This avoids theMelanie2-6/+6
2011-11-19Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCre...Justin Clark-Casey (justincc)1-1/+0
2011-04-30Check for RegionID instead of RegionHandle. Other minor tweaksDiva Canto1-2/+2
2011-04-28Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2-4/+9
2011-03-04Changed order of checks for local regions when processingMic Bowman1-16/+6
2011-02-16Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2-5/+7
2011-02-03Change UpdateAgent (for changes in agent position) to be sentMic Bowman1-7/+7
2011-01-28Fix up QueryAccess to also check parcelsMelanie2-9/+6
2011-01-07Spawn a threadlet upon receiving requests to close agents. The operation may ...Diva Canto1-1/+4
2010-12-09Plumb a code path for the entity transfer module to ask a destination sceneMelanie2-0/+34
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto1-1/+0
2010-03-15Get the local inner simulation service object to the handler so that there is...Diva Canto2-0/+10
2010-03-09* Typo fixesJohn Hurliman2-2/+2