aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Hypergrid/HGStandaloneLoginModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-05- moving banned check and public/private check toDr Scofield1-1/+2
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-1/+1
2009-04-29Flipping check_session xmlrpc's keep-alive to false, because some clients hang.diva1-1/+1
2009-04-22* Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey1-3/+10
2009-04-14Adds session authentication upon NewUserConnections. Adds user key authentica...diva1-1/+2
2009-03-31Update svn properties, add copyright header, formatting cleanup.Jeff Ames1-253/+253
2009-03-29Moved some files around, so that it's easier to share code between standalone...diva1-0/+1
2009-03-22Moving the LoginAuth service up, so that it can be shared among standalones a...diva1-2/+2
2009-03-21Initial support for authentication/authorization keys in UserManagerBase, and...diva1-260/+252
2009-03-19* refactor: Create IHttpServer interface instead of accessing BaseHttpServer ...Justin Clarke Casey1-3/+4
2009-03-06* minor: remove some mono compiler warningsJustin Clarke Casey1-1/+1
2009-03-03Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved i...MW1-1/+1
2009-03-03Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...MW1-0/+259