aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Land (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-9/+20
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-2/+2
2012-05-09Where 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-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto1-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-03Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie1-2/+2
properly
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-1/+2
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
2010-10-22Revert "* refactor refactor refactor ServerURI 4 lyfe"Justin Clark-Casey (justincc)1-1/+2
This reverts commit 55974df14b6d64c1e1f9e386a3eacce3ba86dc98.
2010-10-20* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-2/+1
2010-10-02* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-2/+1
2010-08-19Improve some logging in LandConnectorJustin Clark-Casey (justincc)1-6/+10
This also eliminate the last 'OGS1' logging message (in this case, an erroneous one)
2010-08-07Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker1-1/+4
in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity.
2009-09-26First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto1-5/+8
minimally. A few bugs to catch now.
2009-06-22Update svn properties.Jeff Ames1-125/+125
2009-06-14Factoring out "land_data" / RequestLandData that was hanging off of ↵diva1-0/+125
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.