aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-01Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames3-6/+57
2009-02-27Added GridServerPlugin class (which implements IGridPlugin) to ↵MW3-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-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 ↵MW2-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 referenceslbsa712-4/+5
2009-02-26* renamed IRegionProfileService to IRegionProfileRouter to better reflect ↵lbsa712-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-25Renamed IMessageUserServerService to IInterServiceUserService.csMW5-229/+229
Renamed MessageUserServerModule to InterMessageUserServerModule
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 ↵MW19-68/+69
name as it could be confused with the Grid Server namespace or with the IGridService in the region servers.
2009-02-25Added IGridServiceModule to be the base interface for the Service Modules ↵MW1-0/+13
for the Grid, User and Messaging servers.
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
- 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-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 ↵MW5-41/+1
handling, as it seems that system isn't in use anymore.
2009-02-24More refactoring of the Grid/user/messaging servers.MW5-17/+61
2009-02-24Same treatment for the MessagingServer... added ↵MW11-1341/+1342
OpenSim.Grid.MessagingServer.Modules for the modules/components of it.
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 ↵MW10-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-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
Changed the Gridserver so it uses/references OpenSim.Grid.Framework
2009-02-24More refactoring of the UserServer.MW7-229/+529
2009-02-23Renamed IGridMessagingModule to IGridMessagingMapper.MW3-54/+75
Plus some general cleanup of the GridMessagingModule.
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
* Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
2009-02-22First step in giving the messaging server the modular refactoring treatment. ↵MW8-289/+643
As with the other two servers, this is very much a work in progress.
2009-02-22Part 1 of refactoring the userserver. Changed it so instead of subclassing ↵MW3-46/+107
the User dataBase access class (UserManagerBase) and then adding the http handlers to that. There is now a UserDataBaseService that is passed to the other classes so they can access the db. This should make it easier to have multiple "modules" that can register http handlers and access the db.
2009-02-22Addresses some issues with appearance after TPs. Appearance.Owner was not ↵diva1-1/+1
being set, and that's what's being used in SendAppearanceToOtherAgent. Mantis #3204.
2009-02-22Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames6-1605/+1659
2009-02-21More Grid server refactoringMW6-23/+61
2009-02-21A small improvement in the UserLoginService, hence the User Server: users ↵diva1-2/+5
are now being given a default appearance if there is none in the user database. This issue affected newly created accounts, which aren't given an appearance at time of creation. May address some of the issues reported in mantis #3204 (but the incompatibility with pre-8447 is unaffected and continues to exist).
2009-02-21Some more refactoring of GridServer.MW2-23/+23
2009-02-21Added missing header to a file (before chi11ken does it)MW2-2/+29
2009-02-21Added a check to GridServerBase.RegisterInterface<T>(T iface), so that it ↵MW1-1/+4
can't try to add duplicate interfaces and cause a exception.
2009-02-21A bit more refactoring of the GridServer. To make the "modules" share a ↵MW4-19/+22
common Initialise method.
2009-02-21Refactored the GridServer into a GridDBService and a set of "modules". MW7-1323/+1621
Currently they aren't plugin modules as the support for dynamically loading them isn't complete.
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵lbsa715-15/+15
0.6.3.* to better track down dll ref and overwrite problems.
2009-02-20* Another stab at removing AssetServer.exe dependencieslbsa711-156/+0
2009-02-19* Reverted the AssetServer fix, apparently something was dependent on ↵lbsa711-0/+156
IAssetDataPlugin being in OpenSim.Data
2009-02-19* Moved the AssetStreamHandlers to OpenSim.Framework.Serverslbsa712-138/+0
* And there, all refs to OpenSim.Grid.AssetServer.exe gone. /me takes a bow.
2009-02-19* moved the Get/PostAssetStreamHandler to the Servers namespace... slowly ↵lbsa712-2/+2
getting there...
2009-02-19* Split RestService.cs into GetAssetStreamHandler.cs and ↵lbsa712-155/+138
PostAssetStreamHandler.cs - then killed off original (misnomed) file. * Really, who wrote this jurassic shit code all with totally wrong file names? Ah yeah, that'd be me. Sorry.
2009-02-19* Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ↵lbsa711-1/+0
rid of ugly CoreModules dependency on AssetServer.exe * And yes, the IAssetDataPlugin is misnomed, which became apparent on extracting it.
2009-02-19* Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵lbsa712-2/+2
poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later.
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur3-9/+10
properties as before - prefix private variables with m_ in AssetBase.cs - related to Mantis #3122, as mentioned in https://lists.berlios.de/pipermail/opensim-dev/2009-February/005088.html - all services will likely need to be upgraded after this commit
2009-02-17Major change to how appearance is managed, including changes in login and ↵diva1-0/+10
user service/server. Appearance is now sent by the user service/server along with all other loginparams. Regions don't query the user service for appearance anymore. The appearance is passed along from region to region as the avie moves around. And, as before, it's stored back with the user service as the client changes the avie's appearance. Child agents have default appearances that are set to the actual appearance when the avie moves to that region. (as before, child agents are invisible and non-physical).