Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -0/+7 |
|\ | |||||
| * | Add a real_id field to the login response if impersonation is used. The wrapper | Melanie | 2012-08-15 | 1 | -0/+7 |
| | | | | | | | | script needs this for proper logging. | ||||
* | | minor: Comment out 2 error level debugging message in authentication code | Justin Clark-Casey (justincc) | 2014-05-27 | 1 | -1/+1 |
| | | |||||
* | | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 2014-05-23 | 1 | -5/+9 |
|/ | |||||
* | Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵ | Justin Clark-Casey (justincc) | 2012-05-09 | 1 | -0/+167 |
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. |