aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Hypergrid/HGStandaloneLoginModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - moving banned check and public/private check toDr Scofield2009-05-051-1/+2
| | | | | | | | | | Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-1/+1
|
* 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.