aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (unfollow)
Commit message (Expand)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 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
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 are...diva1-2/+5
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 ca...MW1-1/+4
2009-02-21A bit more refactoring of the GridServer. To make the "modules" share a commo...MW4-19/+22
2009-02-21Refactored the GridServer into a GridDBService and a set of "modules". MW7-1323/+1621
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa715-15/+15
2009-02-20* Another stab at removing AssetServer.exe dependencieslbsa711-156/+0
2009-02-19* Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa711-0/+156
2009-02-19* Moved the AssetStreamHandlers to OpenSim.Framework.Serverslbsa712-138/+0
2009-02-19* moved the Get/PostAssetStreamHandler to the Servers namespace... slowly get...lbsa712-2/+2
2009-02-19* Split RestService.cs into GetAssetStreamHandler.cs and PostAssetStreamHandl...lbsa712-155/+138
2009-02-19* Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa711-1/+0
2009-02-19* Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po...lbsa712-2/+2
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur3-9/+10
2009-02-17Major change to how appearance is managed, including changes in login and use...diva1-0/+10