Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-03-23 | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 1 | -0/+4 | |
2009-03-21 | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 1 | -0/+4 | |
MySQL only, stubs for the others. This allows updating the cache with a single item from the database. | |||||
2009-03-20 | * Normalized and pulled GetInventorySkeleton up. | lbsa71 | 1 | -62/+0 | |
2009-03-20 | * De-duplicated login service some more | lbsa71 | 1 | -29/+0 | |
* Normalized m_inventoryService * Pulled AddActiveGestures up | |||||
2009-03-19 | Moving GetInventoryItem up to InventoryServiceBase, since this seems like a ↵ | diva | 1 | -10/+0 | |
pretty fundamental function. | |||||
2009-03-19 | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 2 | -0/+2 | |
2009-03-16 | Rename OpenSim.Framework.Archive to OpenSim.Framework.Serialization | Mike Mazur | 1 | -1/+1 | |
Update using statements and prebuild.xml. Also trim trailing whitespace. | |||||
2009-03-13 | Mark AssetBase.Metadata with [XmlIgnore] | Mike Mazur | 2 | -3/+3 | |
2009-03-12 | * Another stab at refactoring up the CustomiseResponse function. Two fixes: | lbsa71 | 1 | -149/+47 | |
* Sometimes, null is a valid return value to indicate 'none found'. doh. * Sometimes, the Grid server does not send simURI - this you need to reconstruct yourself. Euw. (I believe) this solves mantis issue #3287 | |||||
2009-03-12 | Move ArchiveConstants to OpenSim.Framework.Archive | Mike Mazur | 1 | -3/+2 | |
- move a couple constants from InventoryArchiveConstants to ArchiveConstants, now only one of these is needed - change InventoryArchiveConstants references to ArchiveConstants - remove InventoryArchive AssetInventoryServer plugin dependency on OpenSim.Region.CodeModules - trim trailing whitespace | |||||
2009-03-12 | Moving TarArchive to OpenSim.Framework.Archive | Mike Mazur | 1 | -1/+1 | |
We now build OpenSim.Framework.Archive.dll which aims to contain code used for archiving various things in OpenSim. Also remove trailing whitespace. | |||||
2009-03-11 | * Reverted r8750 to do another round of debugging on mantis #3287 | lbsa71 | 1 | -28/+155 | |
2009-03-11 | Adding AssetInventory InventoryArchive plugin | Mike Mazur | 4 | -0/+283 | |
This plugin exposes an HTTP handler on the AssetInventoryServer which serves a gzipped tar file containing the contents of a user's inventory. The assets referenced by the inventory are not yet archived. At the moment only export functionality is implemented, restore functionality is missing. prebuild.xml had to be shuffled around a bit in order for the plugin to build, as it has a dependency on OpenSim.Region.CoreModules. Also, close a MemoryStream in a few places. | |||||
2009-03-10 | *** POTENTIAL BREAKAGE *** | lbsa71 | 1 | -155/+28 | |
* Finally got to the point where I could pull up the CustomiseResponse function. Major de-duplication. * Introduced FromRegionInfo on RegionProfileData * This revision needs both grid and standalone testing galore. Work in progress! | |||||
2009-03-10 | * Re-aligned CustomiseResponse function for imminent up-pulling | lbsa71 | 1 | -2/+4 | |
2009-03-09 | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 2 | -136/+97 | |
This method fetches metadata for a subset of the entries in the assets database. This functionality is used in the ForEach calls in the asset storage providers in AssetInventoryServer. With this implemented, frontends such as the BrowseFrontend should now work. - MySQL: implemented, sanity tested - SQLite: implemented, sanity tested - MSSQL: implemented, not tested - NHibernate: not implemented | |||||
2009-03-06 | Add missing parameter to m_log.DebugFormat(). | Mike Mazur | 1 | -1/+1 | |
2009-03-05 | Make DeserializeUUID explicitly private. | Mike Mazur | 1 | -1/+1 | |
2009-03-05 | Made the OpenSimInventoryFrontendPlugin.DeserializeUUID(Stream stream) ↵ | MW | 1 | -1/+1 | |
method static to get past the build errors. Mikem really needs to check this change over to see its the right approach for what he wanted. | |||||
2009-03-05 | Fix moving folders. | Mike Mazur | 2 | -4/+9 | |
Casting from base class to inherited class is a no-no, and we must preserve the folder type when moving folders, otherwise it gets set to a Texture folder (type 0). | |||||
2009-03-05 | Fix creating inventory items and folders. | Mike Mazur | 2 | -6/+9 | |
The order of deserialization needed to be changed. Also corrected a bug that caused no inventory items to be returned on login. | |||||
2009-03-05 | Implemented all Inventory frontend handlers. | Mike Mazur | 3 | -512/+719 | |
This doesn't mean they all work as expected, though. More changes to come as testing unveils bugs. | |||||
2009-03-05 | Implementing more inventory storage methods. | Mike Mazur | 2 | -314/+134 | |
2009-03-05 | Use Inventory{Item,Folder}Base in AssetInventoryServer. | Mike Mazur | 6 | -268/+235 | |
Also the first inventory storage methods are implemented. | |||||
2009-03-05 | A couple cosmetic changes in inventory storage plugin. | Mike Mazur | 1 | -2/+5 | |
2009-03-01 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 3 | -6/+57 | |
2009-02-27 | Added GridServerPlugin class (which implements IGridPlugin) to ↵ | MW | 3 | -91/+168 | |
OpenSim.Grid.GridServer.Modules. This class handles all the initialising of the grid server. And made GridServer into basically a generic server that just loads plugins. So this is a step towards having a generic server that loads service modules. | |||||
2009-02-26 | svn attribute fixes so that we can play nice between windows and linux | Sean Dague | 8 | -570/+570 | |
2009-02-26 | Added a PostInitialise method to IApplicationPlugin, this allows us to do ↵ | MW | 2 | -35/+2 | |
work in there knowing that all other ApplicationPlugins have been initialised by that time. Moved the loadRegions code in LoadRegionsPlugin to the PostInitialise method. | |||||
2009-02-26 | * Got rid of concrete GridDBService references | lbsa71 | 2 | -4/+5 | |
2009-02-26 | * renamed IRegionProfileService to IRegionProfileRouter to better reflect ↵ | lbsa71 | 2 | -3/+3 | |
use (naming is a work in progress...) * introduced new IRegionProfileService that is going to be _one_ profileService * Had GridDBService inherit the IRegionProfileService (preparing for re-wiring things and de-duplicating eventually) | |||||
2009-02-25 | Renamed IMessageUserServerService to IInterServiceUserService.cs | MW | 5 | -229/+229 | |
Renamed MessageUserServerModule to InterMessageUserServerModule | |||||
2009-02-25 | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 6 | -9/+11 | |
2009-02-25 | Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵ | MW | 19 | -68/+69 | |
name as it could be confused with the Grid Server namespace or with the IGridService in the region servers. | |||||
2009-02-25 | Added IGridServiceModule to be the base interface for the Service Modules ↵ | MW | 1 | -0/+13 | |
for the Grid, User and Messaging servers. | |||||
2009-02-25 | More refactoring of the Grid, User and Messaging servers. | MW | 14 | -215/+394 | |
2009-02-25 | A few updates necessary for load balancer. | Mike Mazur | 1 | -0/+3 | |
- handle GetUser request for nonexistent user gracefully - include throttle levels in ClientInfo - code to save/restore throttles in client stack - only update/send updates to active clients - make animation classes serializable | |||||
2009-02-24 | Setting svn:eol-style=native on new files. | Mike Mazur | 27 | -6122/+6122 | |
2009-02-24 | More work on modulising the User Server. | MW | 3 | -35/+99 | |
2009-02-24 | Removed the additions from the last revision for the "ShowHelp" delegate ↵ | MW | 5 | -41/+1 | |
handling, as it seems that system isn't in use anymore. | |||||
2009-02-24 | More refactoring of the Grid/user/messaging servers. | MW | 5 | -17/+61 | |
2009-02-24 | Same treatment for the MessagingServer... added ↵ | MW | 11 | -1341/+1342 | |
OpenSim.Grid.MessagingServer.Modules for the modules/components of it. | |||||
2009-02-24 | Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. | MW | 5 | -1612/+1613 | |
2009-02-24 | First step in separating out the Userserver console command handling to a ↵ | MW | 10 | -2510/+2562 | |
"module". Added OpenSim.Grid.UserServer.Modules project/dll which now contains the components of the userserver. With the OpenSim.Grid.UserServer being the setup and initiate exe. | |||||
2009-02-24 | Deleted the files from Messagingserver that are now in OpenSim.Grid.Framework | MW | 4 | -228/+0 | |
2009-02-24 | Updated MessagingServer to use OpenSim.Grid.Framework | MW | 8 | -5/+12 | |
2009-02-24 | Some cleaning up in the MesssagingServer and GridServer. | MW | 6 | -165/+113 | |
2009-02-24 | Added OpenSim.Grid.Framework project. | MW | 10 | -2/+164 | |
Changed the Gridserver so it uses/references OpenSim.Grid.Framework | |||||
2009-02-24 | More refactoring of the UserServer. | MW | 7 | -229/+529 | |
2009-02-23 | Renamed IGridMessagingModule to IGridMessagingMapper. | MW | 3 | -54/+75 | |
Plus some general cleanup of the GridMessagingModule. |