aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Authentication (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed small inconsistency in config var name.Diva Canto2010-01-101-1/+1
|
* Moved OpenId authentication from user server to Server.Handlers.Authentication.Diva Canto2010-01-102-0/+422
|
* Change the signature of the forms requester data in preparation to gettingMelanie2009-12-271-7/+7
| | | | to where lists can be sent as requests
* Fix loading modules with alternate configurations and ports into ROBUST.Melanie2009-09-291-4/+8
| | | | Make all current modules support the configuration name option
* 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