aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/RemoteSimulationConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker2015-11-011-6/+6
* Merge branch 'master' into avinationmergeUbitUmarov2015-11-011-5/+3
|\
| * Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker2015-10-311-4/+3
| * Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker2015-10-311-4/+4
* | Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-1/+0
|\ \ | |/
| * Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-041-1/+0
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-14/+1
* | bad merge?UbitUmarov2015-09-011-1/+14
|\ \ | |/ |/|
| * add more of the v03 checks and homeURL. Sending side only for nowUbitUmarov2015-08-261-3/+5
| * Merge branch 'master' into careminsterMelanie2014-01-281-2/+2
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-08-071-13/+8
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-07-181-37/+3
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-06-231-5/+5
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-11-131-0/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-11-121-3/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-07-011-8/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-05-271-4/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-02-231-3/+3
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-05-031-2/+2
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-04-301-3/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-03-101-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
| * | | | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-141-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix to the scenario where we send an agent to a neighbouring sim (via telepor...Tom Grimshaw2010-05-181-0/+15
* | | | | | | | | | | | | | | Partial plumbing for the agent stateful module features negotiationMelanie Thielker2015-08-201-3/+4
* | | | | | | | | | | | | | | Removed unused code related to DNS lookupsOren Hurvitz2015-07-231-2/+0
* | | | | | | | | | | | | | | Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto2014-06-061-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
|/