aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Neighbour (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warnings--onefang2019-06-041-1/+1
|
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-4/+4
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-36/+36
|
* Revert "Added request.Proxy=null everywhere, as discussed in ↵Diva Canto2012-09-301-1/+0
| | | | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef.
* Added request.Proxy=null everywhere, as discussed in ↵Diva Canto2012-09-301-0/+1
| | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html
* Rather than instantiating a UTF8 encoding everywhere when we want to supress ↵Justin Clark-Casey (justincc)2012-07-131-2/+1
| | | | | | the BOM, use a single Util.UTF8NoBomEncoding. This class is thread-safe (as evidenced by the provision of the system-wide Encoding.UTF8 which does not suppress BOM on output).
* Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵Justin Clark-Casey (justincc)2012-05-091-0/+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.
* Improve the error messages returned if the HelloNeighbour call fails.Justin Clark-Casey (justincc)2011-11-211-19/+46
| | | | This is the message a region sends to its neighbours when it comes up
* Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto2011-04-121-1/+0
| | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
* Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2011-01-031-1/+1
| | | | properly
* Bug fix in neighbors: serverURI now always has a trailing '/'... neighbors ↵Diva Canto2010-12-291-1/+1
| | | | were not getting notified.
* * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-021-1/+1
|
* Improved fault handling in HelloNeighbour.Diva Canto2009-10-071-13/+23
|
* Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵Diva Canto2009-09-271-3/+3
| | | | neighbours in the grid service modules.
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-261-6/+10
| | | | minimally. A few bugs to catch now.
* Update svn properties.Jeff Ames2009-06-141-166/+166
|
* Bug fix in remote neighbour connector.diva2009-06-141-1/+1
|
* And this one too...diva2009-06-141-0/+166