aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Better comment (related to previous commit)Diva Canto2010-08-151-1/+1
|
* Addresses mantis #4929. Agent was being logged off the grid too soon -- ↵Diva Canto2010-08-151-4/+10
| | | | things may still fail.
* * Added missing loggout notification to home grid upon agents logging out in ↵Diva Canto2010-05-081-0/+8
| | | | | | foreign grids. * Added missing config in StandaloneHypergrid.ini
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-1/+8
| | | | | | home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
* * HGGridConnector is no longer necessary.Diva Canto2010-01-291-12/+16
| | | | * Handle logout properly. This needed an addition to IClientAPI, because of how the logout packet is currently being handled -- the agent is being removed from the scene before the different event handlers are executed, which is broken.
* 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
|
* Some method implementations were missing from LocalGridServiceConnector.Diva Canto2010-01-241-0/+2
|
* Integrated the hyperlinking with the GridService.Diva Canto2010-01-241-18/+27
|
* Go Home works. With security!!Diva Canto2010-01-181-2/+67
|
* * Added missing GatekeeperServiceConnectorDiva Canto2010-01-181-0/+49
| | | | * Added basic machinery for teleporting users home. Untested.
* * Fixed misspelling of field in GridServiceDiva Canto2010-01-181-37/+0
| | | | * Moved TeleportClientHome to EntityTransferModule
* HG teleports through gatekeeper are working.Diva Canto2010-01-171-11/+0
|
* Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto2010-01-171-0/+27
|
* Oops, forgot this one.Diva Canto2010-01-171-0/+137