aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-05Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva1-35/+39
2009-04-01* Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa713-3/+3
2009-03-31Update svn properties, add copyright header, formatting cleanup.Jeff Ames1-224/+224
2009-03-30Adds support at the inventory server for direct inventory manipulation from a...diva1-1/+8
2009-03-29Another bit of refactoring to try to make sense of OpenSim.Framework.Communic...diva2-0/+2
2009-03-29Moved some files around, so that it's easier to share code between standalone...diva1-0/+1
2009-03-27* This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares1-2/+2
2009-03-27Added the hg login procedure to the user server.diva2-0/+231
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-0/+4
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker1-0/+4
2009-03-20* Normalized and pulled GetInventorySkeleton up.lbsa711-62/+0
2009-03-20* De-duplicated login service some morelbsa711-29/+0
2009-03-19Moving GetInventoryItem up to InventoryServiceBase, since this seems like a p...diva1-10/+0
2009-03-19* Group OpenSim.Framework.Servers interfaces togetherJustin Clarke Casey2-0/+2
2009-03-16Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur1-1/+1
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