Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In teleports, pass the source region to the destination (similar to an HTTP ↵ | Oren Hurvitz | 2014-04-09 | 1 | -2/+3 |
| | | | | referrer) | ||||
* | Remove some mono compiler warnings from OpenSim/Server/Handlers | Justin Clark-Casey (justincc) | 2013-08-17 | 1 | -1/+1 |
| | |||||
* | Add "show caps stats by user" and "show caps stats by cap" console commands ↵ | Justin Clark-Casey (justincc) | 2013-07-08 | 1 | -0/+1 |
| | | | | | | | | | to print various counts of capability invocation by user and by cap This currently prints caps requests received and handled, so that overload of received compared to handled or deadlock can be detected. This involves making BaseStreamHandler and BaseOutputStream record the ints, which means inheritors should subclass ProcessRequest() instead of Handle() However, existing inheriting classes overriding Handle() will still work, albeit without stats recording. "show caps" becomes "show caps list" to disambiguate between show caps commands | ||||
* | Finally moved HG agent transfers to use agent fatpacks. | Diva Canto | 2013-06-21 | 1 | -152/+48 |
| | |||||
* | Account for some component along the way lower-casing the HTTP header keys. ↵ | Diva Canto | 2011-01-17 | 1 | -8/+13 |
| | | | | (XFF header issue) | ||||
* | More debug messages to help track the XFF header problem. | Diva Canto | 2011-01-17 | 1 | -0/+2 |
| | |||||
* | Improved debug messages to track what is going on with the XFF header | Diva Canto | 2011-01-09 | 1 | -0/+2 |
| | |||||
* | * change the data exchanged within hypergrid transactions | Jonathan Freedman | 2010-10-21 | 1 | -2/+8 |
| | |||||
* | * more url / hg cleanup | Jonathan Freedman | 2010-10-11 | 1 | -0/+2 |
| | |||||
* | Made the home agent handler check for xff if behind a proxy. | Diva Canto | 2010-10-03 | 1 | -2/+21 |
| | |||||
* | Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵ | Diva Canto | 2010-10-03 | 1 | -1/+1 |
| | | | | client ip address to agent circuit data, so that it's always there. | ||||
* | Make User Agent Service and Login Service separable. | Diva Canto | 2010-09-04 | 1 | -2/+24 |
| | |||||
* | Comment noisy "CONNECTION DEBUGGING" messages, because they push more | Melanie Thielker | 2010-05-27 | 1 | -7/+7 |
| | | | | important stuff off screen too fast. Clean this time | ||||
* | Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more" | Melanie | 2010-05-27 | 1 | -7/+7 |
| | | | | | | Some other stuff snuck in. This reverts commit 4cc533e7ad94d148351c16f48afd2a688a64c48a. | ||||
* | Comment noisy "CONNECTION DEBUGGING" messages, because they push more | Melanie Thielker | 2010-05-27 | 1 | -7/+7 |
| | | | | important stuff off screen too fast | ||||
* | * Added a few files that were missing in the repo. | Diva Canto | 2010-01-31 | 1 | -0/+181 |
* New HGInventoryService which allows restricted access to inventory while outside |