aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Linden/LLStandaloneLoginModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-101-0/+5
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-1/+1
* * Corrected CAPS namespacesArthur Valadares2009-06-181-1/+1
* * Move standalone login setup in LLStandaloneLoginmodule to RegionLoaded() fr...Justin Clarke Casey2009-06-121-24/+27
* InterServiceInventoryService references *almost* completely removed from the ...diva2009-06-111-1/+1
* * Making silent logoff of old hung sessions for new connections default forArthur Valadares2009-06-011-4/+0
* * Allows standalone region users to skip the "You must wait 5 minutes to log ...Arthur Valadares2009-05-291-0/+4
* * Upgraded LLStandaloneLoginModule, LLProxyLoginModule and LLClientStackModul...Arthur Valadares2009-05-211-20/+52
* - moving banned check and public/private check toDr Scofield2009-05-051-2/+3
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-1/+1
* Adds session authentication upon NewUserConnections. Adds user key authentica...diva2009-04-141-1/+1
* * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ...Justin Clarke Casey2009-03-191-3/+4
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-03-061-1/+1
* Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved i...MW2009-03-031-1/+1
* Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...MW2009-03-031-0/+259