aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-23Eliminated many warningsOren Hurvitz1-1/+1
2014-04-13In teleports, when sending the Source region, set its ServerURI to the Gateke...Oren Hurvitz1-1/+1
2014-04-09In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz1-10/+4
2014-04-07Refactored: use Scene.GetAgentHomeURI() to get the Home URI of a userOren Hurvitz1-5/+1
2014-04-06Fixed: during a teleport we always sent the error "The teleport destination c...Oren Hurvitz1-6/+0
2014-04-06When preparing a Hypergrid teleport, tell the receiving grid which user is en...Oren Hurvitz1-3/+9
2014-04-03When teleporting using Hypergrid, show more informative error messages in cas...Oren Hurvitz1-5/+17
2014-02-14Change warns associated with UserAgentServiceConnector to debugs, as this is ...Justin Clark-Casey (justincc)1-1/+1
2014-02-14If calls to UserAgentServiceConnector fail then throw an exception. This lets...Justin Clark-Casey (justincc)1-2/+12
2014-01-20Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz1-2/+2
2013-09-26minor: correct attachment spelling mistake in log message in HGEntityTransfer...Justin Clark-Casey (justincc)1-1/+1
2013-07-14Cleanup old hg sessions (older than 2 days)Diva Canto1-2/+5
2013-07-09Put guards on a bunch of exception-inducing code, as seen in logs from load t...Diva Canto1-3/+3
2013-06-22HG: avoid call on localhost between sim and UAS for standalone.Diva Canto1-1/+20
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto1-1/+1
2013-05-07Step one of estate settings sharing - port the Avination Estate module (compl...Melanie1-8/+13
2013-03-28Fix a bug in HGEntityTransferModule to call base.RemoveRegion() when a region...Justin Clark-Casey (justincc)1-1/+1
2013-01-16Changed a couple of debug messages at the request of osgrid.Diva Canto1-2/+2
2012-11-12More module cleanup: removed the CoreModules.Framework modules directives out...Diva Canto1-0/+2
2012-11-02HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ...Diva Canto1-2/+2
2012-10-09Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)1-4/+4
2012-09-26Use GridUser properly for foreign users.Diva Canto1-0/+2
2012-09-25Oops, that should be inside the curly bracket.Diva Canto1-3/+3
2012-09-21This fixes HG attachments' missing assets (textures, etc).Diva Canto1-0/+28
2012-09-16HG2.0: Generalized the allowed HG appearances to be more than 1.Diva Canto1-31/+59
2012-09-15More on HG2.0: added the possibility of controlling the appearance that avies...Diva Canto1-0/+154
2012-06-12OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather...Justin Clark-Casey (justincc)1-25/+21
2012-05-28refactor: factor out entity transfer state machine into a separate class to m...Justin Clark-Casey (justincc)1-8/+8
2012-05-25Resolve some mono compiler warnings.Justin Clark-Casey (justincc)1-1/+1
2012-05-24If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)1-27/+28
2012-05-01refactor: Split most of EntityTransferModule.Teleport() into its same region ...Justin Clark-Casey (justincc)1-7/+8
2012-04-27Minor change in error message (HG teleport failures)Diva Canto1-1/+1
2012-04-26Tweak log messages on local region to region teleport path to help with probl...Justin Clark-Casey (justincc)1-1/+2
2012-04-24Slight rewording of output messages.Diva Canto1-1/+1
2012-04-24HG: Moved User-level code down to the HGEntityTransferModule where it belongs.Diva Canto1-0/+13
2012-04-06Moved the inventory manipulation from HGEntityTransferModule to HGInventoryAc...Diva Canto1-146/+3
2012-04-06Deleted the unused and commented code from 2 commits ago.Diva Canto1-241/+1
2012-04-06WARNING: LOTS OF COMMENTED AND UNUSED CODE IN THIS COMMIT. This is on purpose...Diva Canto1-21/+295
2012-03-28HG 2.0 Suitcase inventory: proof of concept now working properly with the hea...Diva Canto1-10/+11
2012-03-28HG 2.0: added the beginning of HGSuitcaseInventoryService. Plus moved the hac...Diva Canto1-7/+61
2012-03-27HG: Switch root folders from under the viewer. Towards HG 2.0. This is guarde...Diva Canto1-10/+44
2012-03-27HG: beginning of a more restrictive inventory access procedure (optional). Ex...Diva Canto1-0/+26
2012-01-31HG: This hopefully fixes the HG teleports back home to OSGrid. Looks like Uri...Diva Canto1-1/+1
2011-12-29Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto1-3/+4
2011-12-29HG: more adjustments for making HG Simian work. Added server_uri as new key o...Diva Canto1-2/+3
2011-12-16HG minor bug fix and marked one method obsolete in UAS.Diva Canto1-1/+4
2011-06-24Tell hypergridders when their teleports fail because of the 4096 limit rather...Justin Clark-Casey (justincc)1-4/+2
2011-06-103rd way of reseting the HG Map. This time, don't use the grid service; instea...Diva Canto1-25/+0
2011-06-10New method for resetting the map on HG: do it only once upon changing grids, ...Diva Canto1-0/+26
2011-06-03oopsDiva Canto1-1/+1