Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-01-09 | * Added SetPassword to IAuthenticationService. | Diva Canto | 1 | -0/+11 | |
* Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim. | |||||
2009-09-06 | Remove the encryption from the IAuthenticationService interface. That | Melanie | 1 | -36/+0 | |
is too high up for that type of stuff. It needs to be at the connector/handler level | |||||
2009-09-04 | Implement plain password authentication partway. Tested, but no user | Melanie | 1 | -2/+2 | |
functionality yet. | |||||
2009-09-03 | Remove the distinction between password and login key in the authentication | Melanie | 1 | -5/+2 | |
service. This will be done in the login service instead, it's out of scope for an authenticator | |||||
2009-08-29 | Redesign the IAuthenticationService interface to use PKI. Sessioning is | Melanie | 1 | -38/+70 | |
now in the domain of the presence module where it belongs. | |||||
2009-06-30 | Updated services to allow external applications like web interfaces to | Melanie Thielker | 1 | -8/+34 | |
authenticate against the services. This paves the way for such apps to directly talk to services. | |||||
2009-06-17 | Implementation of a simple authentication service + in connector in route to ↵ | diva | 1 | -11/+19 | |
making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon. | |||||
2009-06-03 | Committing the partial refactor of authentication services. No user functionlity | Melanie Thielker | 1 | -4/+23 | |
will eat your babies, etc | |||||
2009-05-31 | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 1 | -1/+28 | |
2009-05-25 | Correct a minor typo | Melanie Thielker | 1 | -1/+1 | |
2009-05-25 | Beginning of refactoring RESTComms/LocalComms in the new style of services ↵ | diva | 1 | -0/+14 | |
and connectors. This commit has the beginning of the In connector, not the Out. Nothing of this is finished yet, and it doesn't run. But it should compile ok. |