aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. MW2009-02-245-1612/+1613
* First step in separating out the Userserver console command handling to a "mo...MW2009-02-2410-2510/+2562
* Deleted the files from Messagingserver that are now in OpenSim.Grid.FrameworkMW2009-02-244-228/+0
* Updated MessagingServer to use OpenSim.Grid.FrameworkMW2009-02-248-5/+12
* Some cleaning up in the MesssagingServer and GridServer.MW2009-02-246-165/+113
* Added OpenSim.Grid.Framework project.MW2009-02-2410-2/+164
* More refactoring of the UserServer.MW2009-02-247-229/+529
* Renamed IGridMessagingModule to IGridMessagingMapper.MW2009-02-233-54/+75
* more refactoring of the Grid server, to separate them into modulesMW2009-02-232-5/+14
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-237-574/+655
* Load default assets when AssetInventory starts.Mike Mazur2009-02-232-0/+15
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-224-5/+9
* First step in giving the messaging server the modular refactoring treatment. ...MW2009-02-228-289/+643
* Part 1 of refactoring the userserver. Changed it so instead of subclassing th...MW2009-02-223-46/+107
* Addresses some issues with appearance after TPs. Appearance.Owner was not bei...diva2009-02-221-1/+1
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-226-1605/+1659
* More Grid server refactoringMW2009-02-216-23/+61
* A small improvement in the UserLoginService, hence the User Server: users are...diva2009-02-211-2/+5
* Some more refactoring of GridServer.MW2009-02-212-23/+23
* Added missing header to a file (before chi11ken does it)MW2009-02-212-2/+29
* Added a check to GridServerBase.RegisterInterface<T>(T iface), so that it ca...MW2009-02-211-1/+4
* A bit more refactoring of the GridServer. To make the "modules" share a commo...MW2009-02-214-19/+22
* Refactored the GridServer into a GridDBService and a set of "modules". MW2009-02-217-1323/+1621
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa712009-02-205-15/+15
* * Another stab at removing AssetServer.exe dependencieslbsa712009-02-201-156/+0
* * Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa712009-02-191-0/+156
* * Moved the AssetStreamHandlers to OpenSim.Framework.Serverslbsa712009-02-192-138/+0
* * moved the Get/PostAssetStreamHandler to the Servers namespace... slowly get...lbsa712009-02-192-2/+2
* * Split RestService.cs into GetAssetStreamHandler.cs and PostAssetStreamHandl...lbsa712009-02-192-155/+138
* * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa712009-02-191-1/+0
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po...lbsa712009-02-192-2/+2
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-173-9/+10
* Major change to how appearance is managed, including changes in login and use...diva2009-02-171-0/+10