aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-04Please note: older simulators (0.7.6) still send the info about gzip in Conte...Diva Canto1-2/+2
2014-04-09In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz1-3/+20
2014-04-07When sending QueryAccess to a region, also send the user's Home URIOren Hurvitz1-2/+6
2014-03-25Use the "X-Content-Encoding" header to indicate gzipped data, because old Ope...Oren Hurvitz1-2/+2
2014-03-25Use the "Content-Encoding" header to indicate gzipped streamsOren Hurvitz1-11/+8
2013-07-14Change the auth token to be the user's sessionid.Diva Canto1-1/+4
2013-07-13Guard against unauthorized agent deletes.Diva Canto1-5/+11
2013-07-13Deleted GET agent all around. Not used.Diva Canto1-59/+2
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)1-2/+2
2013-07-07Print out caller IP when unusual requests are received.Diva Canto1-1/+1
2013-06-22Change IsLocalRegion from using region handle to using regionID. This was aff...Diva Canto1-1/+0
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto1-26/+50
2013-05-16Where this is not already happening, trigger asychoronous calls to CloseChild...Justin Clark-Casey (justincc)1-1/+1
2012-05-25In remote QueryAccess, also receive the actual status (true|false) instead of...Justin Clark-Casey (justincc)1-2/+5
2012-05-24Make ISimulationScene.GetScene() used the more efficient region id for lookup...Justin Clark-Casey (justincc)1-2/+2
2012-03-13Minor sanity check on simulation agent handler (content type)Diva Canto1-7/+12
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)1-2/+2
2011-11-19Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCre...Justin Clark-Casey (justincc)1-2/+2
2011-11-19Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff...Justin Clark-Casey (justincc)1-2/+1
2011-05-11This makes compression of fatpacks actually work. Previously they always fail...Diva Canto1-3/+2
2011-05-11Revert "Functional improvement: close the stream. Non-functional: add debug m...Diva Canto1-19/+2
2011-05-11One more debug message. Don't use this unless your name is nebadon.Diva Canto1-0/+3
2011-05-11Functional improvement: close the stream. Non-functional: add debug messages ...Diva Canto1-2/+19
2011-05-08Also compress the actual fatpacksMelanie1-94/+170
2011-05-08Remove a spammy debug I left in. Disable TP cancel button at the pointMelanie1-1/+0
2011-05-08Enable compressed (gzip) fatpack transfers.Melanie1-112/+187
2011-04-28Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto1-3/+6
2011-02-16Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie1-2/+9
2011-02-08Comment previous debugDiva Canto1-3/+3
2011-02-08XFF header again -- debug.Diva Canto1-0/+5
2011-02-05Fix a typo in the QUERYACCESS method nameMelanie1-1/+1
2011-01-28Fix up QueryAccess to also check parcelsMelanie1-1/+8
2011-01-17Account for some component along the way lower-casing the HTTP header keys. (...Diva Canto1-13/+10
2011-01-17Brute force debug for XFF issueDiva Canto1-0/+7
2011-01-17More debug messages to help track the XFF header problem.Diva Canto1-0/+3
2011-01-09Improved debug messages to track what is going on with the XFF headerDiva Canto1-0/+2
2010-12-09Plumb a code path for the entity transfer module to ask a destination sceneMelanie1-0/+26
2010-10-03Made the Gatekeeper proxy-able.Diva Canto1-1/+21
2010-09-04Make User Agent Service and Login Service separable.Diva Canto1-18/+1
2010-08-19Partial rewrite of client IP verification. Not completely finished yet, and u...Diva Canto1-0/+20
2010-06-30Removed opportunity for exception in BaseHttpServer. (mantis #4825)Diva Canto1-0/+4
2010-06-27Addresses mantis #4789. Not really a fix, because the event is harmless anywa...Diva Canto1-1/+7
2010-05-27Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker1-7/+7
2010-05-27Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie1-7/+7
2010-05-27Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker1-7/+7
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto1-6/+26
2010-01-17HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto1-6/+6
2010-01-13Take the verbose debug messages in AgentHandler out again.Diva Canto1-6/+6
2010-01-13Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_...Diva Canto1-7/+7
2010-01-13Several more buglets removed.Diva Canto1-6/+6