aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Hypergrid/HeloServerConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-1/+3
|
* Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ↵Justin Clark-Casey (justincc)2011-12-051-4/+4
| | | | | | | | of OSHttpRequest/OSHttpResponse. This is required for the substitution of different HTTP servers or the newer HttpServer.dll without having to commit to a particular implementation. This is also required to write regression tests that involve the HTTP layer. If you need to recompile, all you need to do is replace OSHttpRequest/OSHttpResponse references with IOSHttpRequest/IOSHttpResponse.
* HG: Added HEAD method to Helo service. This is the preferred method, but its ↵Diva Canto2011-12-041-1/+33
| | | | wide use will have to wait a few releases. So the sims are still calling GET for now.
* Renamed the Helo server connector to a consistent name. Added this in ↵Diva Canto2010-09-081-2/+3
| | | | connector to both Robust.HG.ini.example and HypergridServiceInConnectorModule.
* No need for a config var for the HELO message on the server-side. It's robust.Diva Canto2010-09-081-8/+1
|
* First version of the Hypergrid HELO service that will enable different ↵Diva Canto2010-09-081-0/+85
backends to interoperate.