Historial de Commits

Autor SHA1 Mensaje Fecha
  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 hace 15 años
  Jeff Ames 8ea12ad6c0 Add copyright header. Formatting cleanup. Ignore some generated files. hace 15 años
  Melanie Thielker acfb5051cd Intermediate commit. WILL NOT COMPILE! hace 15 años
  Justin Clarke Casey 780f57d551 * Initial infrastructure for ospa only uuid hashing of retrieved inventory items hace 15 años
  Dahlia Trimble 8a8fe65526 Thanks BlueWall for Mantis #3578 - adding Hypergrid connection to JSON Stats hace 15 años
  Charles Krinke 280d2cbf4a Thank you kindly, BlueWall, for a patch that: hace 15 años
  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. hace 15 años
  Justin Clarke Casey bd8e4a8892 * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices hace 15 años
  Justin Clarke Casey 342126b7b9 * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some service initialization into CommsManager hace 15 años
  Justin Clarke Casey 4254733e8a * Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the comms manager rather than null hace 15 años
  Justin Clarke Casey 8ca805009b * Fix the other windows build break. Hopefully that shoudl be the last one hace 15 años
  Justin Clarke Casey 2c81e41c8a * Fission OGS1UserServices into user service and OGS1 user data plugin components hace 15 años
  Charles Krinke b4cb45bb79 Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that: hace 15 años
  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. hace 15 años
  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. hace 15 años
  lbsa71 feaa645071 * De-duplicated login service some more hace 15 años
  lbsa71 a8ae02df4f * Cleanup and CCC (Code Convention Conformance) hace 15 años
  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. hace 15 años
  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) hace 15 años
  MW 76133d0763 Refactoring of CreateCommsManagerPlugin. hace 15 años
  MW c256fbbccd Added more error info to CreateCommsManagerPlugin. hace 15 años
  MW bf3e1956fb Added some debug output to CreateCommsManagerPlugin hace 15 años
  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. hace 15 años
  Sean Dague cddaaf3e13 svn attribute fixes so that we can play nice between windows and linux hace 15 años
  MW 756c517069 Added IRegionCreator interface that all ApplicationPlugins that are creators of Scenes should implement and register with the ApplicationRegistry.StackModuleInterface<>(); So that other plugins can attach to their OnNewRegionCreated event. hace 15 años
  MW faca2a7ddc Another change to how the CreateCommsManagerPlugin checks if it should be creating HG or normal CommunicationsManager. hace 15 años
  MW 4f072a0876 Changed CreateCommsManagerPlugin so it handles external subclasses of OpenSimBase. This process of checking if it should be creating HG or normal CommunicationsManager needs to change. hace 15 años
  MW e2d30a0244 Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. hace 15 años