Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 1 | -2/+13 |
| | |||||
* | Altering log feedback | SignpostMarv Martin | 2011-03-26 | 1 | -11/+12 |
| | |||||
* | InfoFormat > DebugFormat | SignpostMarv Martin | 2011-03-26 | 1 | -1/+1 |
| | | | | Signed-off-by: SignpostMarv Martin <me@signpostmarv.name> | ||||
* | WebkeyAuthenticationService is now no longer a stub! | SignpostMarv Martin | 2011-03-26 | 1 | -5/+35 |
| | | | | Signed-off-by: SignpostMarv Martin <me@signpostmarv.name> | ||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-09-25 | 1 | -3/+3 |
| | |||||
* | Remove the encryption from the IAuthenticationService interface. That | Melanie | 2009-09-06 | 1 | -5/+0 |
| | | | | | is too high up for that type of stuff. It needs to be at the connector/handler level | ||||
* | Implement plain password authentication partway. Tested, but no user | Melanie | 2009-09-04 | 1 | -11/+1 |
| | | | | functionality yet. | ||||
* | Flech out the Authentication service. Add the database loader. Introduce | Melanie | 2009-09-04 | 1 | -13/+12 |
| | | | | | inheritance to deal with common tasks like crypto. Still untested. | ||||
* | Remove the distinction between password and login key in the authentication | Melanie | 2009-09-03 | 1 | -0/+76 |
service. This will be done in the login service instead, it's out of scope for an authenticator |