aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Authentication (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-19Adding the deserializer for server form/xml repliesMelanie1-3/+3
2009-09-04Implement plain password authentication partway. Tested, but no userMelanie2-1/+234
functionality yet.
2009-09-04More work on new authentication serviceMelanie1-3/+3
2009-08-09More removal of HG2 code, this time authentication module and handlers.Diva Canto2-181/+0
2009-08-06HGAuthenticationService must be a singleton, because it has in-memory state. ↵Diva Canto1-1/+3
This makes this singleton register with IScene, so that other parts can retrieve its reference.
2009-06-22Update svn properties.Jeff Ames2-179/+179
2009-06-17Implementation of a simple authentication service + in connector in route to ↵diva2-0/+179
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-04Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames1-4/+3
2009-06-03Committing the partial refactor of authentication services. No user functionlityMelanie Thielker1-0/+61
will eat your babies, etc