Commit History

Author SHA1 Message Date
  Diva Canto 0d8284c7a1 Removed IAssetCache. 15 years ago
  Melanie Thielker c87b75e425 This extra assignment to the singleton should not be needed but may help make 15 years ago
  Melanie Thielker c310fb11f4 Remove all references to HttpServer from CommsManager (all incarnations) 15 years ago
  Jeff Ames a23d64dec1 Formatting cleanup. 15 years ago
  Jeff Ames 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
  Melanie Thielker 23d902be42 Remove the old asset cache and local services and the configurations for them 15 years ago
  Justin Clarke Casey f8e0653e73 * If an item creator id contains an iar loaded name, create a temporary profile and hashed UUID to represent the user 15 years ago
  Jeff Ames 8ea12ad6c0 Add copyright header. Formatting cleanup. Ignore some generated files. 15 years ago
  Melanie Thielker acfb5051cd Intermediate commit. WILL NOT COMPILE! 15 years ago
  Justin Clarke Casey 780f57d551 * Initial infrastructure for ospa only uuid hashing of retrieved inventory items 15 years ago
  Dahlia Trimble 8a8fe65526 Thanks BlueWall for Mantis #3578 - adding Hypergrid connection to JSON Stats 15 years ago
  Charles Krinke 280d2cbf4a Thank you kindly, BlueWall, for a patch that: 15 years ago
  diva d8313e314f Getting rid of -hypergrid=true on the command line. This config now goes inside OpenSim.ini in the Startup section. This makes the HG compatible with -background, and prepares the way for further work on HG-related config vars. Might help with mantis #3527. 15 years ago
  Justin Clarke Casey bd8e4a8892 * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices 15 years ago
  Justin Clarke Casey 342126b7b9 * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some service initialization into CommsManager 15 years ago
  Justin Clarke Casey 4254733e8a * Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the comms manager rather than null 15 years ago
  Justin Clarke Casey 8ca805009b * Fix the other windows build break. Hopefully that shoudl be the last one 15 years ago
  Justin Clarke Casey 2c81e41c8a * Fission OGS1UserServices into user service and OGS1 user data plugin components 15 years ago
  Charles Krinke b4cb45bb79 Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that: 15 years ago
  diva 0413d052a3 Adds session authentication upon NewUserConnections. Adds user key authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities. 15 years ago
  diva f7eac63e01 Another bit of refactoring to try to make sense of OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files. 15 years ago
  lbsa71 feaa645071 * De-duplicated login service some more 15 years ago
  lbsa71 a8ae02df4f * Cleanup and CCC (Code Convention Conformance) 15 years ago
  MW 498dda1901 Added a output message to CreateCommsManagerPlugin for when a user tries to run with both -hypergrid=true and -background=true command line arguments. As these two don't work together as they initialise different root OpenSim classes. I was going to change it back to the old behaviour where in that usecase it would just startup in the background but without hyerpgrid enabled. But think its better to give a error about this and then exit, so the user knows to change their settings. Rather than later wondering why hypergrid isn't working. 15 years ago
  MW 171015f65f Moved Linden protocol login handling to modules in OpenSim.Client.Linden. There are two region modules in there LLStandaloneLoginModule (for standalone mode) and LLProxyLoginModule (for grid mode which just handles incoming expect_user and logoff_user messages from the remote login server) 15 years ago
  MW 76133d0763 Refactoring of CreateCommsManagerPlugin. 15 years ago
  MW c256fbbccd Added more error info to CreateCommsManagerPlugin. 15 years ago
  MW bf3e1956fb Added some debug output to CreateCommsManagerPlugin 15 years ago
  MW 5626d43259 Changed the CreateCommsManagerPlugin so it requests a IRegionCreator and subscribes to the OnNewRegionCreated event on that interface rather than requesting the LoadRegionsPlugin directly. 15 years ago
  Sean Dague cddaaf3e13 svn attribute fixes so that we can play nice between windows and linux 15 years ago