Commit History

Author SHA1 Message Date
  Mike Mazur 7b2977d625 Move ArchiveConstants to OpenSim.Framework.Archive 15 years ago
  Mike Mazur f784620780 Moving TarArchive to OpenSim.Framework.Archive 15 years ago
  Teravus Ovares 5a6e502266 * Fix silly windows prebuild borkage. To use System.Xml, the project must have it as a reference in prebuild.xml 15 years ago
  Mike Mazur c20e0286d3 Adding AssetInventory InventoryArchive plugin 15 years ago
  Mike Mazur 3676062277 Use Inventory{Item,Folder}Base in AssetInventoryServer. 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 03b8eddc37 Added OpenSim.Client.Linden which is a (non shared) region module that creates and initialises the LindenClientStack (or actually whatever client stack was set in opensim.ini) for that region. Currently this module is still at a early stage so just for testing, so its hardcoded to be disabled. To enable first turn off auto creation of the client stack in opensimbase (see last revision) and then in OpenSim.Client.Linden.LLClientStackModule change bool m_createClientStack = false; to true. 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
  MW bb9ba1602b Changed the order of the OpenSim.Grid.GridServer and OpenSim.Grid.GridServer.Modules projects in prebuild.xml. Hopefully this will fix the mono build problem. 15 years ago
  MW d45fa9c2df Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid.GridServer.Modules. 15 years ago
  MW 95230c244c Applied patch from Mantis# 3240, thanks tlaukkan/Tommil 15 years ago
  Sean Dague 7f727bd33e This adds a new osGetAgentIP function with threat level set to High. It 15 years ago
  MW e2d30a0244 Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. 15 years ago
  lbsa71 309eaf4735 * Applied a patch that: Added prim parameters support to MXP client 15 years ago
  MW 98178b4e9f Same treatment for the MessagingServer... added OpenSim.Grid.MessagingServer.Modules for the modules/components of it. 15 years ago
  MW 021225675f Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. 15 years ago
  MW ea26bd4153 First step in separating out the Userserver console command handling to a "module". 15 years ago
  MW bc5018b3c6 Updated MessagingServer to use OpenSim.Grid.Framework 15 years ago
  MW 6954013d82 Added OpenSim.Grid.Framework project. 15 years ago
  Mike Mazur dba8c90611 Load default assets when AssetInventory starts. 15 years ago
  Charles Krinke 8f55b9d735 Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: 15 years ago
  Adam Frisby 937a2e6dca * Adds initial support for the MXP Virtual Worlds protocol (http://www.bubblecloud.org) 15 years ago
  lbsa71 5e39e515f9 * Another stab at removing AssetServer.exe dependencies 15 years ago
  lbsa71 35486403e3 * Fixed erroneously reverted xmlns 15 years ago
  lbsa71 b99d9bdeb1 * Reverted the AssetServer fix, apparently something was dependent on IAssetDataPlugin being in OpenSim.Data 15 years ago
  lbsa71 1bcc489f5b * Moved the AssetStreamHandlers to OpenSim.Framework.Servers 15 years ago
  lbsa71 d2617149ca * Changed Prebuild.xml back to specifying xmlns 15 years ago
  lbsa71 06ece33bee * Okay, so finally got my head around this. Problem is that upstream Prebuild copied dlls promiscuously, and this led to the references being all mixed up (/bin dlls overwritten by different versions on every csc) 15 years ago
  lbsa71 549c615e0e * reverted the revert of the revert. What can I say? I'm calling this a day, and will get back up on the horse tomorrow. 15 years ago
  lbsa71 40d88ce905 * Reverted the revert, as it seems the problem was the 1.0.* in the separate projects. 15 years ago