aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Services/LoginService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Fission OGS1UserServices into user service and OGS1 user data plugin ↵Justin Clarke Casey2009-04-221-6/+7
| | | | | | | | | components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims
* Commit agent to DB immediately after creation, for LLSD logins too. ↵diva2009-04-181-0/+6
| | | | Addresses mantis #3471. Requires upgrade of User Server in grid mode for this fix to kick in.
* * Change inventory archiver module to use profile cacheJustin Clarke Casey2009-04-171-1/+2
| | | | | | * Clean up some log messages
* Adds session authentication upon NewUserConnections. Adds user key ↵diva2009-04-141-0/+46
| | | | authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities.
* Added AllowLoginWithoutInventory to LoginService, to be overwritten in ↵diva2009-04-011-11/+30
| | | | subclasses. Default is false. HGLoginAuthService sets it true. Better error handling dealing with inventory service faults.
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-311-1093/+1093
|
* Another bit of refactoring to try to make sense of ↵diva2009-03-291-0/+1093
OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files.