aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Authentication (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding the deserializer for server form/xml repliesMelanie2009-09-191-3/+3
|
* Implement plain password authentication partway. Tested, but no userMelanie2009-09-042-1/+234
| | | | functionality yet.
* More work on new authentication serviceMelanie2009-09-041-3/+3
|
* More removal of HG2 code, this time authentication module and handlers.Diva Canto2009-08-092-181/+0
|
* HGAuthenticationService must be a singleton, because it has in-memory state. ↵Diva Canto2009-08-061-1/+3
| | | | This makes this singleton register with IScene, so that other parts can retrieve its reference.
* Update svn properties.Jeff Ames2009-06-222-179/+179
|
* Implementation of a simple authentication service + in connector in route to ↵diva2009-06-172-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.
* Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames2009-06-041-4/+3
|
* Committing the partial refactor of authentication services. No user functionlityMelanie Thielker2009-06-031-0/+61
will eat your babies, etc