aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-22Revert "* more url / hg cleanup"Justin Clark-Casey (justincc)1-10/+24
2010-10-21* change the data exchanged within hypergrid transactionsJonathan Freedman1-4/+4
2010-10-20* more url / hg cleanupJonathan Freedman1-24/+10
2010-10-20* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-20/+7
2010-10-11* more url / hg cleanupJonathan Freedman1-24/+10
2010-10-03Added viewer's channel, mac, and id0 to agent circuit data. Also moved client...Diva Canto1-5/+17
2010-10-02* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-20/+7
2010-08-27Addresses mantis #4991 -- HG between two regions with the same map coordinate...Diva Canto1-0/+9
2010-08-16Attempt at sending TeleportProgress, but it doesn't seem to be doing anything...Diva Canto1-0/+3
2010-08-16Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...Diva Canto1-6/+4
2010-08-15Addresses mantis #4929. Agent was being logged off the grid too soon -- thing...Diva Canto1-2/+13
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-13/+13
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto1-0/+28
2010-06-12Added checks for failed UpdateAgent calls.Diva Canto1-17/+29
2010-06-12* Added CHANGED_TELEPORT event trigger upon inter-sim teleports.Diva Canto1-1/+1
2010-06-12Make local teleports send CHANGED_TELEPORTMelanie Thielker1-0/+3
2010-06-08Refactor SendCoarseLocations for better performance. Instead of computing lis...Dan Lake1-3/+0
2010-06-05* Bug fix in TP home: typo in unpacking of GridUserInfo.Diva Canto1-0/+11
2010-05-27Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie1-13/+1
2010-05-27Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker1-1/+13
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto1-4/+5
2010-05-05Added copying of Viewer field to the agent circuit data that is being passed ...Diva Canto1-0/+6
2010-02-23* Removed the unused GridRegion.getInternalEndPointPort() (just use InternalE...John Hurliman1-2/+4
2010-01-29* HGGridConnector is no longer necessary.Diva Canto1-5/+4
2010-01-29Works for grid login.Diva Canto1-1/+5
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-2/+8
2010-01-18Go Home works. With security!!Diva Canto1-6/+4
2010-01-18* Added missing GatekeeperServiceConnectorDiva Canto1-224/+232
2010-01-18* Fixed misspelling of field in GridServiceDiva Canto1-1/+34
2010-01-17HG teleports through gatekeeper are working.Diva Canto1-6/+12
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto1-6/+17
2010-01-17HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto1-229/+240
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ...Diva Canto1-1/+1
2010-01-16Finished moving object crossings into EntityTransferModuleDiva Canto1-3/+3
2010-01-16Moved prim crossing to EntityTransferModule. Not complete yet.Diva Canto1-49/+372
2010-01-15Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects...Diva Canto1-34/+47
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto1-852/+576
2010-01-13Bug in Teleport fixed -- Appearance was missing from AgentCircuitData.Diva Canto1-0/+1
2010-01-13Several more buglets removed.Diva Canto1-16/+13
2010-01-12More appearance woes fixed, this time for child agents. Tested on a grid with...Diva Canto1-0/+4
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto1-2/+2
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+0
2010-01-11CommunicationsManager deleted.Diva Canto1-3/+1
2010-01-10CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto1-6/+1
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto1-13/+0
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-3/+4
2010-01-10Remove "login disable", "login enable" and "login status" commands.Melanie1-7/+0
2010-01-08A few more inches... Old friends things removed. Less references to UserProfi...Diva Canto1-19/+0
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto1-5/+0
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-14/+20