aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)2015-01-081-2/+2
* refactor: rename IteratingUuidGather.AddAssetUuidToInspect() and RecordAssetU...Justin Clark-Casey (justincc)2014-12-051-1/+1
* refactor: Make IteratingUUIDGatherer take a dictionary in its constructor lik...Justin Clark-Casey (justincc)2014-12-041-3/+3
* Fix bug in HG attachment throttling code where attachments were never rezzed ...Justin Clark-Casey (justincc)2014-11-251-55/+63
* When processing incoming attachments via HG, if a request for uuid gathering ...Justin Clark-Casey (justincc)2014-11-251-18/+78
* Introduce an IteratingUuidGatherer where each fetch from the asset service (i...Justin Clark-Casey (justincc)2014-11-251-3/+16
* Add "show threadpool calls active" console debug command.Justin Clark-Casey (justincc)2014-11-251-2/+6
* Add naive implementation of controlled incoming HG attachments to manage load.Justin Clark-Casey (justincc)2014-11-251-27/+53
* Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-251-1/+1
* Use Scene or IEntityTransferModule directly in HGEntityTransferModule instead...Justin Clark-Casey (justincc)2014-10-081-8/+7
* HG Restricted appearance checking code is only called when HG teleporting via...AliciaRaven2014-10-081-0/+8
* Eliminated many warningsOren Hurvitz2014-04-231-1/+1
* In teleports, when sending the Source region, set its ServerURI to the Gateke...Oren Hurvitz2014-04-131-1/+1
* In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2014-04-091-10/+4
* Refactored: use Scene.GetAgentHomeURI() to get the Home URI of a userOren Hurvitz2014-04-071-5/+1
* Fixed: during a teleport we always sent the error "The teleport destination c...Oren Hurvitz2014-04-061-6/+0
* When preparing a Hypergrid teleport, tell the receiving grid which user is en...Oren Hurvitz2014-04-061-3/+9
* When teleporting using Hypergrid, show more informative error messages in cas...Oren Hurvitz2014-04-031-5/+17
* Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-02-141-2/+12
|\
| * Change warns associated with UserAgentServiceConnector to debugs, as this is ...Justin Clark-Casey (justincc)2014-02-141-1/+1
| * If calls to UserAgentServiceConnector fail then throw an exception. This lets...Justin Clark-Casey (justincc)2014-02-141-2/+12
* | Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz2014-01-201-2/+2
|/
* minor: correct attachment spelling mistake in log message in HGEntityTransfer...Justin Clark-Casey (justincc)2013-09-261-1/+1
* Cleanup old hg sessions (older than 2 days)Diva Canto2013-07-141-2/+5
* Put guards on a bunch of exception-inducing code, as seen in logs from load t...Diva Canto2013-07-091-3/+3
* HG: avoid call on localhost between sim and UAS for standalone.Diva Canto2013-06-221-1/+20
* Finally moved HG agent transfers to use agent fatpacks.Diva Canto2013-06-211-1/+1
* Step one of estate settings sharing - port the Avination Estate module (compl...Melanie2013-05-071-8/+13
* Fix a bug in HGEntityTransferModule to call base.RemoveRegion() when a region...Justin Clark-Casey (justincc)2013-03-281-1/+1
* Changed a couple of debug messages at the request of osgrid.Diva Canto2013-01-161-2/+2
* More module cleanup: removed the CoreModules.Framework modules directives out...Diva Canto2012-11-121-0/+2
* HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ...Diva Canto2012-11-021-2/+2
* Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)2012-10-091-4/+4
* Use GridUser properly for foreign users.Diva Canto2012-09-261-0/+2
* Oops, that should be inside the curly bracket.Diva Canto2012-09-251-3/+3
* This fixes HG attachments' missing assets (textures, etc).Diva Canto2012-09-211-0/+28
* HG2.0: Generalized the allowed HG appearances to be more than 1.Diva Canto2012-09-161-31/+59
* More on HG2.0: added the possibility of controlling the appearance that avies...Diva Canto2012-09-151-0/+154
* OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather...Justin Clark-Casey (justincc)2012-06-121-25/+21
* refactor: factor out entity transfer state machine into a separate class to m...Justin Clark-Casey (justincc)2012-05-281-8/+8
* Resolve some mono compiler warnings.Justin Clark-Casey (justincc)2012-05-251-1/+1
* If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)2012-05-241-27/+28
* refactor: Split most of EntityTransferModule.Teleport() into its same region ...Justin Clark-Casey (justincc)2012-05-011-7/+8
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-04-271-1/+2
|\
| * Tweak log messages on local region to region teleport path to help with probl...Justin Clark-Casey (justincc)2012-04-261-1/+2
* | Minor change in error message (HG teleport failures)Diva Canto2012-04-271-1/+1
|/
* Slight rewording of output messages.Diva Canto2012-04-241-1/+1
* HG: Moved User-level code down to the HGEntityTransferModule where it belongs.Diva Canto2012-04-241-0/+13
* Moved the inventory manipulation from HGEntityTransferModule to HGInventoryAc...Diva Canto2012-04-061-146/+3
* Deleted the unused and commented code from 2 commits ago.Diva Canto2012-04-061-241/+1