aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid/HeloServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵Justin Clark-Casey (justincc)2012-05-091-100/+0
| | | | | | | | the actual class names. This is usually because the file name was singular (*Service*) but the class name was plural (*Services*). This is to make configuration easier rather than having to look in the c# code itself to find the slightly different name of the connector. This does not affect existing configuration since the files are being renamed rather than the classes.
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2012-01-071-1/+1
|
* HG: more adjustments for making HG Simian work. Added server_uri as new key ↵Diva Canto2011-12-291-1/+1
| | | | on get_agent_home in UAS.
* HG: more / love for XmasDiva Canto2011-12-241-2/+25
|
* HG: AAdded a few missing /'s at the end of URLsDiva Canto2011-12-231-1/+1
|
* HG: Added HEAD method to Helo service. This is the preferred method, but its ↵Diva Canto2011-12-041-0/+2
| | | | wide use will have to wait a few releases. So the sims are still calling GET for now.
* First version of the Hypergrid HELO service that will enable different ↵Diva Canto2010-09-081-0/+75
backends to interoperate.