aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Linden/LLStandaloneLoginModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-28* Standalone logins will now go through the sequence of "requested region, de...John Hurliman1-0/+4
2009-10-26Do case-insensitive comparisons on region names in LLStandaloneLoginModuleJohn Hurliman1-1/+1
2009-09-25Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the...Diva Canto1-1/+1
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
2009-06-18* Corrected CAPS namespacesArthur Valadares1-1/+1
2009-06-12* Move standalone login setup in LLStandaloneLoginmodule to RegionLoaded() fr...Justin Clarke Casey1-24/+27
2009-06-11InterServiceInventoryService references *almost* completely removed from the ...diva1-1/+1
2009-06-01* Making silent logoff of old hung sessions for new connections default forArthur Valadares1-4/+0
2009-05-29* Allows standalone region users to skip the "You must wait 5 minutes to log ...Arthur Valadares1-0/+4
2009-05-21* Upgraded LLStandaloneLoginModule, LLProxyLoginModule and LLClientStackModul...Arthur Valadares1-20/+52
2009-05-05- moving banned check and public/private check toDr Scofield1-2/+3
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-1/+1
2009-04-14Adds session authentication upon NewUserConnections. Adds user key authentica...diva1-1/+1
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