aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-091-0/+26
| * | | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-041-1/+21
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-09-051-18/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-08-211-0/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-06-301-1/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-271-7/+7
| * | | | | | | | | | | | | | | | Fix to the scenario where we send an agent to a neighbouring sim (via telepor...Tom Grimshaw2010-05-181-0/+23
* | | | | | | | | | | | | | | | | More plumbing on agent statesMelanie Thielker2015-08-201-0/+6
* | | | | | | | | | | | | | | | | Partial plumbing for the agent stateful module features negotiationMelanie Thielker2015-08-201-1/+12
* | | | | | | | | | | | | | | | | Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-251-1/+2
* | | | | | | | | | | | | | | | | Close streams immediately when we finish using themOren Hurvitz2014-07-211-11/+43
* | | | | | | | | | | | | | | | | Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto2014-06-061-1/+5
* | | | | | | | | | | | | | | | | Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro...Oren Hurvitz2014-05-191-1/+5
* | | | | | | | | | | | | | | | | Please note: older simulators (0.7.6) still send the info about gzip in Conte...Diva Canto2014-05-041-2/+2
* | | | | | | | | | | | | | | | | In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2014-04-091-3/+20
* | | | | | | | | | | | | | | | | When sending QueryAccess to a region, also send the user's Home URIOren Hurvitz2014-04-071-2/+6
* | | | | | | | | | | | | | | | | Use the "X-Content-Encoding" header to indicate gzipped data, because old Ope...Oren Hurvitz2014-03-251-2/+2
* | | | | | | | | | | | | | | | | Use the "Content-Encoding" header to indicate gzipped streamsOren Hurvitz2014-03-251-11/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Change the auth token to be the user's sessionid.Diva Canto2013-07-141-1/+4
* | | | | | | | | | | | | | | | Guard against unauthorized agent deletes.Diva Canto2013-07-131-5/+11
* | | | | | | | | | | | | | | | Deleted GET agent all around. Not used.Diva Canto2013-07-131-59/+2
* | | | | | | | | | | | | | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2013-07-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Print out caller IP when unusual requests are received.Diva Canto2013-07-071-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)2013-07-081-2/+2
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Change IsLocalRegion from using region handle to using regionID. This was aff...Diva Canto2013-06-221-1/+0
* | | | | | | | | | | | | | | Finally moved HG agent transfers to use agent fatpacks.Diva Canto2013-06-211-26/+50
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Where this is not already happening, trigger asychoronous calls to CloseChild...Justin Clark-Casey (justincc)2013-05-161-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | In remote QueryAccess, also receive the actual status (true|false) instead of...Justin Clark-Casey (justincc)2012-05-251-2/+5
* | | | | | | | | | | | | Make ISimulationScene.GetScene() used the more efficient region id for lookup...Justin Clark-Casey (justincc)2012-05-241-2/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Minor sanity check on simulation agent handler (content type)Diva Canto2012-03-131-7/+12
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)2011-12-051-2/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCre...Justin Clark-Casey (justincc)2011-11-191-2/+2
* | | | | | | | | | Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff...Justin Clark-Casey (justincc)2011-11-191-2/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | This makes compression of fatpacks actually work. Previously they always fail...Diva Canto2011-05-111-3/+2
* | | | | | | | | Revert "Functional improvement: close the stream. Non-functional: add debug m...Diva Canto2011-05-111-19/+2
* | | | | | | | | One more debug message. Don't use this unless your name is nebadon.Diva Canto2011-05-111-0/+3
* | | | | | | | | Functional improvement: close the stream. Non-functional: add debug messages ...Diva Canto2011-05-111-2/+19
* | | | | | | | | Also compress the actual fatpacksMelanie2011-05-081-94/+170
* | | | | | | | | Remove a spammy debug I left in. Disable TP cancel button at the pointMelanie2011-05-081-1/+0
* | | | | | | | | Enable compressed (gzip) fatpack transfers.Melanie2011-05-081-112/+187
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2011-04-281-3/+6
* | | | | | | | Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-2/+9
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Comment previous debugDiva Canto2011-02-081-3/+3
* | | | | | | XFF header again -- debug.Diva Canto2011-02-081-0/+5
* | | | | | | Fix a typo in the QUERYACCESS method nameMelanie2011-02-051-1/+1
* | | | | | | Fix up QueryAccess to also check parcelsMelanie2011-01-281-1/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Account for some component along the way lower-casing the HTTP header keys. (...Diva Canto2011-01-171-13/+10
* | | | | | Brute force debug for XFF issueDiva Canto2011-01-171-0/+7
* | | | | | More debug messages to help track the XFF header problem.Diva Canto2011-01-171-0/+3
* | | | | | Improved debug messages to track what is going on with the XFF headerDiva Canto2011-01-091-0/+2