aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/MapImage/MapImageServicesConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-231-3/+7
|
* Add delete maptile ability to MapImageService - yet untestedMelanie Thielker2014-03-181-0/+60
|
* Give the caller AddMapTile a valid reason response if this failed due to ↵Justin Clark-Casey (justincc)2013-10-291-8/+11
| | | | | | blank response from server or connection failure. Raise log lines which indicate problems to warning from debug
* Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵Justin Clark-Casey (justincc)2012-05-091-0/+159
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.