aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-43/+41
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-58/+232
* Changed a couple of debug messages at the request of osgrid.Diva Canto2013-01-251-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
* WARNING: LOTS OF COMMENTED AND UNUSED CODE IN THIS COMMIT. This is on purpose...Diva Canto2012-04-061-21/+295
* HG 2.0 Suitcase inventory: proof of concept now working properly with the hea...Diva Canto2012-03-281-10/+11
* HG 2.0: added the beginning of HGSuitcaseInventoryService. Plus moved the hac...Diva Canto2012-03-281-7/+61
* HG: Switch root folders from under the viewer. Towards HG 2.0. This is guarde...Diva Canto2012-03-271-10/+44
* HG: beginning of a more restrictive inventory access procedure (optional). Ex...Diva Canto2012-03-271-0/+26
* HG: This hopefully fixes the HG teleports back home to OSGrid. Looks like Uri...Diva Canto2012-01-311-1/+1
* Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto2011-12-291-3/+4
* HG: more adjustments for making HG Simian work. Added server_uri as new key o...Diva Canto2011-12-291-2/+3
* HG minor bug fix and marked one method obsolete in UAS.Diva Canto2011-12-161-1/+4
* Tell hypergridders when their teleports fail because of the 4096 limit rather...Justin Clark-Casey (justincc)2011-06-241-4/+2
* 3rd way of reseting the HG Map. This time, don't use the grid service; instea...Diva Canto2011-06-101-25/+0
* New method for resetting the map on HG: do it only once upon changing grids, ...Diva Canto2011-06-101-0/+26
* oopsDiva Canto2011-06-031-1/+1
* HG Landmarks now working.Diva Canto2011-06-031-0/+53
* Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2011-04-281-2/+3
* Parameterizes the view distance used to compute and manageMic Bowman2011-02-221-2/+2
* Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto2010-12-051-5/+5
* * throw debug message when no HomeURI is setJonathan Freedman2010-10-241-0/+2
* * change the data exchanged within hypergrid transactionsJonathan Freedman2010-10-211-1/+4
* Better comment (related to previous commit)Diva Canto2010-08-151-1/+1
* Addresses mantis #4929. Agent was being logged off the grid too soon -- thing...Diva Canto2010-08-151-4/+10
* * Added missing loggout notification to home grid upon agents logging out in ...Diva Canto2010-05-081-0/+8
* GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto2010-05-071-1/+8
* * HGGridConnector is no longer necessary.Diva Canto2010-01-291-12/+16
* Works for grid login.Diva Canto2010-01-291-11/+28
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-281-51/+61
* Added ExternalName config on Gatekeeper.Diva Canto2010-01-271-0/+1