aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva2009-04-051-35/+39
* * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa712009-04-013-3/+3
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-311-224/+224
* Adds support at the inventory server for direct inventory manipulation from a...diva2009-03-301-1/+8
* Another bit of refactoring to try to make sense of OpenSim.Framework.Communic...diva2009-03-292-0/+2
* Moved some files around, so that it's easier to share code between standalone...diva2009-03-291-0/+1
* * This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares2009-03-271-2/+2
* Added the hg login procedure to the user server.diva2009-03-272-0/+231
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+4
* Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker2009-03-211-0/+4
* * Normalized and pulled GetInventorySkeleton up.lbsa712009-03-201-62/+0
* * De-duplicated login service some morelbsa712009-03-201-29/+0
* Moving GetInventoryItem up to InventoryServiceBase, since this seems like a p...diva2009-03-191-10/+0
* * Group OpenSim.Framework.Servers interfaces togetherJustin Clarke Casey2009-03-192-0/+2
* Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur2009-03-161-1/+1
* Mark AssetBase.Metadata with [XmlIgnore]Mike Mazur2009-03-132-3/+3
* * Another stab at refactoring up the CustomiseResponse function. Two fixes:lbsa712009-03-121-149/+47
* Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur2009-03-121-3/+2
* Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur2009-03-121-1/+1
* * Reverted r8750 to do another round of debugging on mantis #3287lbsa712009-03-111-28/+155
* Adding AssetInventory InventoryArchive pluginMike Mazur2009-03-114-0/+283
* *** POTENTIAL BREAKAGE ***lbsa712009-03-101-155/+28
* * Re-aligned CustomiseResponse function for imminent up-pullinglbsa712009-03-101-2/+4
* Implemented FetchAssetMetadataSet in DB backends.Mike Mazur2009-03-092-136/+97
* Add missing parameter to m_log.DebugFormat().Mike Mazur2009-03-061-1/+1
* Make DeserializeUUID explicitly private.Mike Mazur2009-03-051-1/+1
* Made the OpenSimInventoryFrontendPlugin.DeserializeUUID(Stream stream) method...MW2009-03-051-1/+1
* Fix moving folders.Mike Mazur2009-03-052-4/+9
* Fix creating inventory items and folders.Mike Mazur2009-03-052-6/+9
* Implemented all Inventory frontend handlers.Mike Mazur2009-03-053-512/+719
* Implementing more inventory storage methods.Mike Mazur2009-03-052-314/+134
* Use Inventory{Item,Folder}Base in AssetInventoryServer.Mike Mazur2009-03-056-268/+235
* A couple cosmetic changes in inventory storage plugin.Mike Mazur2009-03-051-2/+5
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-03-013-6/+57
* Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid...MW2009-02-273-91/+168
* svn attribute fixes so that we can play nice between windows and linuxSean Dague2009-02-268-570/+570
* Added a PostInitialise method to IApplicationPlugin, this allows us to do wor...MW2009-02-262-35/+2
* * Got rid of concrete GridDBService referenceslbsa712009-02-262-4/+5
* * renamed IRegionProfileService to IRegionProfileRouter to better reflect use...lbsa712009-02-262-3/+3
* Renamed IMessageUserServerService to IInterServiceUserService.csMW2009-02-255-229/+229
* * minor: Remove most mono compiler warningsJustin Clarke Casey2009-02-256-9/+11
* Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name...MW2009-02-2519-68/+69
* Added IGridServiceModule to be the base interface for the Service Modules for...MW2009-02-251-0/+13
* More refactoring of the Grid, User and Messaging servers. MW2009-02-2514-215/+394
* A few updates necessary for load balancer.Mike Mazur2009-02-251-0/+3
* Setting svn:eol-style=native on new files.Mike Mazur2009-02-2427-6122/+6122
* More work on modulising the User Server. MW2009-02-243-35/+99
* Removed the additions from the last revision for the "ShowHelp" delegate hand...MW2009-02-245-41/+1
* More refactoring of the Grid/user/messaging servers.MW2009-02-245-17/+61
* Same treatment for the MessagingServer... added OpenSim.Grid.MessagingServer....MW2009-02-2411-1341/+1342