Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -15/+0 |
| | | | | | is too high up for that type of stuff. It needs to be at the connector/handler level | ||||
* | Add the new AuthStore to migrations. Update OpenSim.Server.ini | Melanie | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | Fully implement unencrypted auth token operations | Melanie | 2009-09-04 | 1 | -3/+8 |
| | |||||
* | Implement plain password authentication partway. Tested, but no user | Melanie | 2009-09-04 | 1 | -0/+15 |
| | | | | functionality yet. | ||||
* | More work on new authentication service | Melanie | 2009-09-04 | 1 | -2/+4 |
| | |||||
* | Flech out the Authentication service. Add the database loader. Introduce | Melanie | 2009-09-04 | 1 | -0/+106 |
inheritance to deal with common tasks like crypto. Still untested. |