aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Hypergrid/HGStandaloneLoginModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Flipping check_session xmlrpc's keep-alive to false, because some clients hang.diva2009-04-291-1/+1
|
* * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey2009-04-221-3/+10
|
* Adds session authentication upon NewUserConnections. Adds user key ↵diva2009-04-141-1/+2
| | | | authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities.
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-311-253/+253
|
* Moved some files around, so that it's easier to share code between ↵diva2009-03-291-0/+1
| | | | standalone and the grid services. Should not affect any functionality.
* Moving the LoginAuth service up, so that it can be shared among standalones ↵diva2009-03-221-0/+252
and the User Server.