Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-01-15 | shut up some pesty warnings | UbitUmarov | 1 | -1/+2 | |
2017-05-07 | let StreamReader be in using statements | UbitUmarov | 1 | -1/+1 | |
2015-09-04 | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 1 | -1/+1 | |
OpenSim.Framework. | |||||
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -6/+0 | |
2014-03-24 | Better error messages | Oren Hurvitz | 1 | -15/+15 | |
This resolves http://opensimulator.org/mantis/view.php?id=6936 | |||||
2014-01-31 | Make sure Web streams are disposed after use | Oren Hurvitz | 1 | -2/+2 | |
2013-11-28 | varregion: many replacements of in-place arithmetic with calls to | Robert Adams | 1 | -1/+1 | |
the Util functions for converting world addresses to region addresses and converting region handles to locations. | |||||
2013-08-17 | minor: Make log messages consistent in NeighbourServicesConnector | Justin Clark-Casey (justincc) | 1 | -6/+6 | |
2013-02-27 | Make sure we dispose of WebResponse, StreamReader and Stream in various ↵ | Justin Clark-Casey (justincc) | 1 | -17/+17 | |
places where we were not already. | |||||
2012-11-02 | Squash reporting HelloNeighbor exception - it simply means the other sim | Melanie | 1 | -4/+4 | |
is down, no need for yellow ink. | |||||
2012-09-30 | Revert "Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 1 | -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. | |||||
2012-09-30 | Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 1 | -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 | |||||
2012-07-13 | Rather than instantiating a UTF8 encoding everywhere when we want to supress ↵ | Justin Clark-Casey (justincc) | 1 | -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). | |||||
2012-05-09 | Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵ | Justin Clark-Casey (justincc) | 1 | -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. | |||||
2011-11-21 | Improve the error messages returned if the HelloNeighbour call fails. | Justin Clark-Casey (justincc) | 1 | -19/+46 | |
This is the message a region sends to its neighbours when it comes up | |||||
2011-04-12 | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵ | Diva Canto | 1 | -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. | |||||
2011-01-03 | Implement Scope ID lookup on GetLandData. Stacked regions were not handled | Melanie | 1 | -1/+1 | |
properly | |||||
2010-12-31 | Implement Scope ID lookup on GetLandData. Stacked regions were not handled | Melanie | 1 | -1/+1 | |
properly | |||||
2010-12-29 | Bug fix in neighbors: serverURI now always has a trailing '/'... neighbors ↵ | Diva Canto | 1 | -1/+1 | |
were not getting notified. | |||||
2010-10-22 | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c. | |||||
2010-10-22 | Revert "* refactor refactor refactor ServerURI 4 lyfe" | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This reverts commit 55974df14b6d64c1e1f9e386a3eacce3ba86dc98. | |||||
2010-10-20 | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 1 | -1/+1 | |
2010-10-02 | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 1 | -1/+1 | |
2010-05-29 | Stop IGridService from throwing a fatal exception when an IPEndPoint cannot ↵ | Tom Grimshaw | 1 | -1/+3 | |
be resolved, and add some handlers to deal with this cleanly; a condition was observed on OSGrid where a neighbouring region with an invalid (unresolveable) hostname would prevent a region from starting. This is bad. | |||||
2009-10-07 | Improved fault handling in HelloNeighbour. | Diva Canto | 1 | -13/+23 | |
2009-09-27 | Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵ | Diva Canto | 1 | -3/+3 | |
neighbours in the grid service modules. | |||||
2009-09-26 | First pass at the heart surgery for grid services. Compiles and runs ↵ | Diva Canto | 1 | -6/+10 | |
minimally. A few bugs to catch now. | |||||
2009-06-14 | Update svn properties. | Jeff Ames | 1 | -166/+166 | |
2009-06-14 | Bug fix in remote neighbour connector. | diva | 1 | -1/+1 | |
2009-06-14 | And this one too... | diva | 1 | -0/+166 | |