aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-08Enable compressed (gzip) fatpack transfers.Melanie1-0/+1
2011-05-08Mantis #5472Diva Canto1-6/+15
2011-05-04Put the previous state back in the attachments in case the agent transfer fails.Diva Canto1-0/+4
2011-04-29Remove the scripts of the attachments in the departing region and recreate th...Diva Canto1-2/+10
2011-04-28Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2-29/+37
2011-03-09Add log messages on teleport failure to better pin down the cause.Justin Clark-Casey (justincc)1-3/+9
2011-02-22Parameterizes the view distance used to compute and manageMic Bowman2-13/+28
2011-02-16Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie1-5/+5
2011-02-12Improved error message on TP failureDiva Canto1-1/+1
2011-02-04minor: Correct misspelling of neighbour in log messages.Justin Clark-Casey (justincc)1-1/+1
2011-01-28Fix up QueryAccess to also check parcelsMelanie1-1/+8
2011-01-28Fix bumping into sim borders and check estate bans for walking crossingsMelanie1-18/+69
2011-01-07Minor additional debug message.Diva Canto1-0/+2
2011-01-03Fix scoping for prim region crossingsMelanie1-1/+1
2010-12-09Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks comman...Diva Canto1-1/+1
2010-12-05Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto2-6/+6
2010-11-27Refactor appearance and avatar data sending code. Paritioning the routines in...Mic Bowman1-1/+3
2010-11-17minor: add some method commentsJustin Clark-Casey (justincc)1-2/+7
2010-11-08Call attachment cleanup when an agent crosses outMelanie Thielker1-0/+2
2010-10-30Change level of some logging messages, turning some info into arguably more a...Justin Clark-Casey (justincc)1-5/+6
2010-10-24* throw debug message when no HomeURI is setJonathan Freedman1-0/+2
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2-19/+43
2010-10-22Revert "* refactor refactor refactor ServerURI 4 lyfe"Justin Clark-Casey (justincc)1-7/+20
2010-10-22Revert "* more url / hg cleanup"Justin Clark-Casey (justincc)1-10/+24
2010-10-21* change the data exchanged within hypergrid transactionsJonathan Freedman2-5/+8
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-15Better comment (related to previous commit)Diva Canto1-1/+1
2010-08-15Addresses mantis #4929. Agent was being logged off the grid too soon -- thing...Diva Canto2-6/+23
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-08* Added missing loggout notification to home grid upon agents logging out in ...Diva Canto1-0/+8
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto2-5/+13
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 Canto2-17/+20
2010-01-29Works for grid login.Diva Canto2-12/+33