aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/GridUser/GridUserServicesConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto2015-09-041-1/+1
| | | | OpenSim.Framework.
* Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-231-4/+9
|
* Minor typo in log messageDiva Canto2013-07-141-1/+1
|
* One more abstraction for GridUser so that it can be overridden in a sub-class.Diva Canto2012-10-041-2/+7
|
* Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵Justin Clark-Casey (justincc)2012-05-091-0/+290
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.