| Commit message (Expand) | Author | Files | Lines |
2009-03-27 | * This updates LibOMV to the current release 0.6.0 on March 19 2009 | Teravus Ovares | 1 | -2/+2 |
2009-03-26 | * Ooops, wasn't that - it was the lack of a Types reference isntead | Justin Clarke Casey | 1 | -0/+1 |
2009-03-26 | * Add missing '.dll' to Serialization OpenMetaverse use to fix windows build ... | Justin Clarke Casey | 1 | -1/+1 |
2009-03-26 | * iars: Serialize information about item creators to archive | Justin Clarke Casey | 1 | -1/+3 |
2009-03-16 | Rename OpenSim.Framework.Archive to OpenSim.Framework.Serialization | Mike Mazur | 1 | -4/+4 |
2009-03-12 | Move ArchiveConstants to OpenSim.Framework.Archive | Mike Mazur | 1 | -33/+31 |
2009-03-12 | Moving TarArchive to OpenSim.Framework.Archive | Mike Mazur | 1 | -1/+25 |
2009-03-11 | * Fix silly windows prebuild borkage. To use System.Xml, the project must ha... | Teravus Ovares | 1 | -0/+1 |
2009-03-11 | Adding AssetInventory InventoryArchive plugin | Mike Mazur | 1 | -28/+31 |
2009-03-05 | Use Inventory{Item,Folder}Base in AssetInventoryServer. | Mike Mazur | 1 | -0/+1 |
2009-03-03 | Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The... | MW | 1 | -2/+5 |
2009-03-02 | Added OpenSim.Client.Linden which is a (non shared) region module that create... | MW | 1 | -0/+33 |
2009-02-27 | Changed the CreateCommsManagerPlugin so it requests a IRegionCreator and subs... | MW | 1 | -1/+0 |
2009-02-27 | Changed the order of the OpenSim.Grid.GridServer and OpenSim.Grid.GridServer.... | MW | 1 | -6/+6 |
2009-02-27 | Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid... | MW | 1 | -1/+2 |
2009-02-27 | Applied patch from Mantis# 3240, thanks tlaukkan/Tommil | MW | 1 | -0/+1 |
2009-02-26 | This adds a new osGetAgentIP function with threat level set to High. It | Sean Dague | 1 | -0/+1 |
2009-02-26 | Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. | MW | 1 | -0/+42 |
2009-02-25 | * Applied a patch that: Added prim parameters support to MXP client | lbsa71 | 1 | -1/+2 |
2009-02-24 | Same treatment for the MessagingServer... added OpenSim.Grid.MessagingServer.... | MW | 1 | -0/+34 |
2009-02-24 | Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. | MW | 1 | -1/+35 |
2009-02-24 | First step in separating out the Userserver console command handling to a "mo... | MW | 1 | -0/+39 |
2009-02-24 | Updated MessagingServer to use OpenSim.Grid.Framework | MW | 1 | -0/+1 |
2009-02-24 | Added OpenSim.Grid.Framework project. | MW | 1 | -0/+32 |
2009-02-23 | Load default assets when AssetInventory starts. | Mike Mazur | 1 | -0/+1 |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -0/+2 |
2009-02-22 | * Adds initial support for the MXP Virtual Worlds protocol (http://www.bubble... | Adam Frisby | 1 | -0/+31 |
2009-02-20 | * Another stab at removing AssetServer.exe dependencies | lbsa71 | 1 | -4/+1 |
2009-02-19 | * Fixed erroneously reverted xmlns | lbsa71 | 1 | -1/+1 |
2009-02-19 | * Reverted the AssetServer fix, apparently something was dependent on IAssetD... | lbsa71 | 1 | -1/+60 |
2009-02-19 | * Moved the AssetStreamHandlers to OpenSim.Framework.Servers | lbsa71 | 1 | -4/+0 |
2009-02-19 | * Changed Prebuild.xml back to specifying xmlns | lbsa71 | 1 | -56/+1 |
2009-02-19 | * Okay, so finally got my head around this. Problem is that upstream Prebuild... | lbsa71 | 1 | -138/+138 |
2009-02-19 | * reverted the revert of the revert. What can I say? I'm calling this a day, ... | lbsa71 | 1 | -1/+1 |
2009-02-19 | * Reverted the revert, as it seems the problem was the 1.0.* in the separate ... | lbsa71 | 1 | -1/+1 |
2009-02-19 | * Reverted Prebuild commit due to strange run-time errors. | lbsa71 | 1 | -1/+1 |
2009-02-19 | === PREBUILD UPSTREAMS UPDATE : POTENTIAL BREAKAGE === | lbsa71 | 1 | -1/+1 |
2009-02-16 | * Iniital inventory archive test code. Doesn't actually do any testing yet | Justin Clarke Casey | 1 | -0/+1 |
2009-02-16 | * remove duplicate OpenSim.Region.CoreModules assembly entry | Justin Clarke Casey | 1 | -46/+0 |
2009-02-16 | From: Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 1 | -0/+1 |
2009-02-16 | - removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor of | Mike Mazur | 1 | -1/+0 |
2009-02-16 | - clean up using references as well as References in prebuild.xml | Mike Mazur | 1 | -40/+20 |
2009-02-16 | Fix dependency on non-OpenSim version of OpenMetaverse.StructuredData.dll. | Mike Mazur | 1 | -4/+4 |
2009-02-16 | - change AssetInventoryServer config from XML to INI | Mike Mazur | 1 | -1/+6 |
2009-02-16 | - remove dependency on ExtensionLoader.dll (DBConnString.cs can go) | Mike Mazur | 1 | -1/+0 |
2009-02-16 | - asset server functionality works with OpenSim's HttpServer | Mike Mazur | 1 | -4/+4 |
2009-02-16 | AssetInventoryServer now compiles while using the standard OpenSim | Mike Mazur | 1 | -1/+4 |
2009-02-16 | - add list for backend plugins and Dispose() all plugins on shutdown | Mike Mazur | 1 | -59/+0 |
2009-02-16 | Move BrowseFrontend and ReferenceFrontend to | Mike Mazur | 1 | -0/+5 |
2009-02-16 | Add OpenSim & Simple inventory storage plugins and Null metrics plugin. | Mike Mazur | 1 | -0/+1 |