aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Hypergrid/HomeAgentHandlers.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+1
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-152/+50
|
* Account for some component along the way lower-casing the HTTP header keys. ↵Diva Canto2011-01-171-8/+13
| | | | (XFF header issue)
* More debug messages to help track the XFF header problem.Diva Canto2011-01-171-0/+2
|
* Improved debug messages to track what is going on with the XFF headerDiva Canto2011-01-091-0/+2
|
* * change the data exchanged within hypergrid transactionsJonathan Freedman2010-10-211-2/+8
|
* * more url / hg cleanupJonathan Freedman2010-10-111-0/+2
|
* Made the home agent handler check for xff if behind a proxy.Diva Canto2010-10-031-2/+21
|
* Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵Diva Canto2010-10-031-1/+1
| | | | client ip address to agent circuit data, so that it's always there.
* Make User Agent Service and Login Service separable.Diva Canto2010-09-041-2/+24
|
* Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-271-7/+7
| | | | important stuff off screen too fast. Clean this time
* Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie2010-05-271-7/+7
| | | | | | Some other stuff snuck in. This reverts commit 4cc533e7ad94d148351c16f48afd2a688a64c48a.
* Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-271-7/+7
| | | | important stuff off screen too fast
* * Added a few files that were missing in the repo.Diva Canto2010-01-311-0/+181
* New HGInventoryService which allows restricted access to inventory while outside