aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService/WebkeyOrPasswordAuthenticationService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-5/+18
|
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-08-221-3/+1
|
* Rename some member fields to standard m_ OpenSim code conventionJustin Clark-Casey (justincc)2011-03-261-8/+8
|
* add header fileJustin Clark-Casey (justincc)2011-03-261-1/+28
|
* Add OpenSim.Server.Base reference in prebuild.xml. Initialize svc_checks ↵Justin Clark-Casey (justincc)2011-03-261-1/+4
| | | | dictionary in WebkeyOrPasswordAuthenticationService, which was what was causing the load failure.
* Removing hard-coded plugin loading in favour of direct class instantiationSignpostMarv Martin2011-03-261-6/+5
|
* Altering log feedbackSignpostMarv Martin2011-03-261-3/+5
|
* Fixing bug that occurs when using web login- the result was not checkedSignpostMarv Martin2011-03-261-1/+1
|
* Making combined auth service re-use the existing auth services instead of ↵SignpostMarv Martin2011-03-261-21/+19
| | | | | | duplicating code Signed-off-by: SignpostMarv Martin <me@signpostmarv.name>
* Adding a combined auth service, allowing users to login with either web ↵SignpostMarv Martin2011-03-261-0/+65
login or password Signed-off-by: SignpostMarv Martin <me@signpostmarv.name>