Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2011-08-22 | 1 | -3/+1 |
| | |||||
* | Rename some member fields to standard m_ OpenSim code convention | Justin Clark-Casey (justincc) | 2011-03-26 | 1 | -8/+8 |
| | |||||
* | add header file | Justin Clark-Casey (justincc) | 2011-03-26 | 1 | -1/+28 |
| | |||||
* | Add OpenSim.Server.Base reference in prebuild.xml. Initialize svc_checks ↵ | Justin Clark-Casey (justincc) | 2011-03-26 | 1 | -1/+4 |
| | | | | dictionary in WebkeyOrPasswordAuthenticationService, which was what was causing the load failure. | ||||
* | Removing hard-coded plugin loading in favour of direct class instantiation | SignpostMarv Martin | 2011-03-26 | 1 | -6/+5 |
| | |||||
* | Altering log feedback | SignpostMarv Martin | 2011-03-26 | 1 | -3/+5 |
| | |||||
* | Fixing bug that occurs when using web login- the result was not checked | SignpostMarv Martin | 2011-03-26 | 1 | -1/+1 |
| | |||||
* | Making combined auth service re-use the existing auth services instead of ↵ | SignpostMarv Martin | 2011-03-26 | 1 | -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 Martin | 2011-03-26 | 1 | -0/+65 |
login or password Signed-off-by: SignpostMarv Martin <me@signpostmarv.name> |