aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Hypergrid/HGStandaloneLoginModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Standalone logins will now go through the sequence of "requested region, ↵John Hurliman2009-10-281-1/+5
| | | | | | | default region, any region" before giving up * Hip offset should have been added not subtracted (it's a negative offset). This puts avatar feet closer to the ground * Improved duplicate checking for terse updates. This should reduce bandwidth and walking through walls
* Moved the property RegionLoginsEnabled from GridComms to the Scene -- not ↵Diva Canto2009-09-251-1/+1
| | | | the scene itself but SceneCommunicationService, for now. Beginning to clear the code from using Region.Communications. grid stuff.
* Fixed some long-standing issues with appearance in HG1.Diva Canto2009-09-041-0/+62
|
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-1/+1
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* * Corrected CAPS namespacesArthur Valadares2009-06-181-1/+1
| | | | | * "luke, use the sed"
* Implementation of a simple authentication service + in connector in route to ↵diva2009-06-171-2/+0
| | | | 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.
* - 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.