aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-13Mark AssetBase.Metadata with [XmlIgnore]Mike Mazur2-3/+3
2009-03-12* Another stab at refactoring up the CustomiseResponse function. Two fixes:lbsa711-149/+47
2009-03-12Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur1-3/+2
2009-03-12Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur1-1/+1
2009-03-11* Reverted r8750 to do another round of debugging on mantis #3287lbsa711-28/+155
2009-03-11Adding AssetInventory InventoryArchive pluginMike Mazur4-0/+283
2009-03-10*** POTENTIAL BREAKAGE ***lbsa711-155/+28
2009-03-10* Re-aligned CustomiseResponse function for imminent up-pullinglbsa711-2/+4
2009-03-09Implemented FetchAssetMetadataSet in DB backends.Mike Mazur2-136/+97
2009-03-06Add missing parameter to m_log.DebugFormat().Mike Mazur1-1/+1
2009-03-05Make DeserializeUUID explicitly private.Mike Mazur1-1/+1
2009-03-05Made the OpenSimInventoryFrontendPlugin.DeserializeUUID(Stream stream) method...MW1-1/+1
2009-03-05Fix moving folders.Mike Mazur2-4/+9
2009-03-05Fix creating inventory items and folders.Mike Mazur2-6/+9
2009-03-05Implemented all Inventory frontend handlers.Mike Mazur3-512/+719
2009-03-05Implementing more inventory storage methods.Mike Mazur2-314/+134
2009-03-05Use Inventory{Item,Folder}Base in AssetInventoryServer.Mike Mazur6-268/+235
2009-03-05A couple cosmetic changes in inventory storage plugin.Mike Mazur1-2/+5
2009-03-01Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames3-6/+57
2009-02-27Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid...MW3-91/+168
2009-02-26svn attribute fixes so that we can play nice between windows and linuxSean Dague8-570/+570
2009-02-26Added a PostInitialise method to IApplicationPlugin, this allows us to do wor...MW2-35/+2
2009-02-26* Got rid of concrete GridDBService referenceslbsa712-4/+5
2009-02-26* renamed IRegionProfileService to IRegionProfileRouter to better reflect use...lbsa712-3/+3
2009-02-25Renamed IMessageUserServerService to IInterServiceUserService.csMW5-229/+229
2009-02-25* minor: Remove most mono compiler warningsJustin Clarke Casey6-9/+11
2009-02-25Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name...MW19-68/+69
2009-02-25Added IGridServiceModule to be the base interface for the Service Modules for...MW1-0/+13
2009-02-25More refactoring of the Grid, User and Messaging servers. MW14-215/+394
2009-02-25A few updates necessary for load balancer.Mike Mazur1-0/+3
2009-02-24Setting svn:eol-style=native on new files.Mike Mazur27-6122/+6122
2009-02-24More work on modulising the User Server. MW3-35/+99
2009-02-24Removed the additions from the last revision for the "ShowHelp" delegate hand...MW5-41/+1
2009-02-24More refactoring of the Grid/user/messaging servers.MW5-17/+61
2009-02-24Same treatment for the MessagingServer... added OpenSim.Grid.MessagingServer....MW11-1341/+1342
2009-02-24Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. MW5-1612/+1613
2009-02-24First step in separating out the Userserver console command handling to a "mo...MW10-2510/+2562
2009-02-24Deleted the files from Messagingserver that are now in OpenSim.Grid.FrameworkMW4-228/+0
2009-02-24Updated MessagingServer to use OpenSim.Grid.FrameworkMW8-5/+12
2009-02-24Some cleaning up in the MesssagingServer and GridServer.MW6-165/+113
2009-02-24Added OpenSim.Grid.Framework project.MW10-2/+164
2009-02-24More refactoring of the UserServer.MW7-229/+529
2009-02-23Renamed IGridMessagingModule to IGridMessagingMapper.MW3-54/+75
2009-02-23more refactoring of the Grid server, to separate them into modulesMW2-5/+14
2009-02-23Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames7-574/+655
2009-02-23Load default assets when AssetInventory starts.Mike Mazur2-0/+15
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke4-5/+9
2009-02-22First step in giving the messaging server the modular refactoring treatment. ...MW8-289/+643
2009-02-22Part 1 of refactoring the userserver. Changed it so instead of subclassing th...MW3-46/+107
2009-02-22Addresses some issues with appearance after TPs. Appearance.Owner was not bei...diva1-1/+1