aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Linden (follow)
Commit message (Expand)AuthorAgeFilesLines
* Really make module port selection work. Implement port setting inMelanie2009-10-211-2/+10
* * Changed logic of enabling LLProxyLoginModule to follow the new style -- tru...Diva Canto2009-10-111-2/+2
* * KeepAlive set to false in expect_user and log_off.Diva Canto2009-10-041-2/+2
* Better error handling to diagnose login problems.Diva Canto2009-10-031-79/+101
* Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the...Diva Canto2009-09-252-2/+2
* minor: formatting and commentsJustin Clark-Casey (justincc)2009-08-281-11/+6
* minor: commentsTeravus Ovares (Dan Olivares)2009-08-121-0/+6
* Replace the Replaceable modules nameMelanie2009-08-103-3/+3
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-103-0/+15
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-102-3/+3
* Make cleartext authentication case sensitive. Thanks jhurliman for spotting t...Dahlia Trimble2009-06-271-1/+1
* * Corrected CAPS namespacesArthur Valadares2009-06-182-2/+2
* * 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-112-3/+4
* * Making silent logoff of old hung sessions for new connections default forArthur Valadares2009-06-012-12/+2
* * Allows standalone region users to skip the "You must wait 5 minutes to log ...Arthur Valadares2009-05-292-1/+13
* * Implements automatic loopback handling for standalone regions. Adam Frisby2009-05-231-2/+8
* * Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths.Adam Frisby2009-05-231-1/+1
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...Adam Frisby2009-05-231-2/+2
* * Upgraded LLStandaloneLoginModule, LLProxyLoginModule and LLClientStackModul...Arthur Valadares2009-05-214-36/+125
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-1/+1
* - moving banned check and public/private check toDr Scofield2009-05-053-9/+19
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-1/+1
* * Add user data plugin to store temporary profiles (which are distinct from c...Justin Clarke Casey2009-04-231-1/+0
* Adds session authentication upon NewUserConnections. Adds user key authentica...diva2009-04-141-1/+1
* Another bit of refactoring to try to make sense of OpenSim.Framework.Communic...diva2009-03-291-0/+1
* * Appearance patches suite: These patches are applied to allow libomv bots to...Sean Dague2009-03-251-1/+1
* * Normalized and pulled GetInventorySkeleton up.lbsa712009-03-201-34/+0
* * De-duplicated login service some morelbsa712009-03-201-36/+4
* * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ...Justin Clarke Casey2009-03-191-3/+4
* * Another stab at refactoring up the CustomiseResponse function. Two fixes:lbsa712009-03-121-138/+5
* * Reverted r8750 to do another round of debugging on mantis #3287lbsa712009-03-111-5/+138
* *** POTENTIAL BREAKAGE ***lbsa712009-03-101-138/+5
* * Re-aligned CustomiseResponse function for imminent up-pullinglbsa712009-03-101-16/+14
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-03-061-1/+1
* Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved i...MW2009-03-033-46/+3
* forgotten filesMW2009-03-031-0/+300
* Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...MW2009-03-034-1/+763
* Refactoring of CreateCommsManagerPlugin.MW2009-03-031-2/+5
* Added OpenSim.Client.Linden which is a (non shared) region module that create...MW2009-03-021-0/+81