aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/UserAccounts/UserAccountServicesConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-231-4/+10
|
* Allow invalidating the users cacheOren Hurvitz2014-04-081-0/+4
|
* Fixed check for 0 results in GetUserAccounts()Oren Hurvitz2013-02-091-1/+1
|
* Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵Justin Clark-Casey (justincc)2012-05-091-0/+287
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.