Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Normalized and pulled GetInventorySkeleton up. | lbsa71 | 2009-03-20 | 1 | -62/+0 |
| | |||||
* | * De-duplicated login service some more | lbsa71 | 2009-03-20 | 1 | -29/+0 |
| | | | | | | * Normalized m_inventoryService * Pulled AddActiveGestures up | ||||
* | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 2009-03-19 | 1 | -0/+1 |
| | |||||
* | * Another stab at refactoring up the CustomiseResponse function. Two fixes: | lbsa71 | 2009-03-12 | 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 | ||||
* | * Reverted r8750 to do another round of debugging on mantis #3287 | lbsa71 | 2009-03-11 | 1 | -28/+155 |
| | |||||
* | *** POTENTIAL BREAKAGE *** | lbsa71 | 2009-03-10 | 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! | ||||
* | * Re-aligned CustomiseResponse function for imminent up-pulling | lbsa71 | 2009-03-10 | 1 | -2/+4 |
| | |||||
* | svn attribute fixes so that we can play nice between windows and linux | Sean Dague | 2009-02-26 | 1 | -77/+77 |
| | |||||
* | * renamed IRegionProfileService to IRegionProfileRouter to better reflect ↵ | lbsa71 | 2009-02-26 | 1 | -2/+2 |
| | | | | | | | | | | 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) | ||||
* | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 2009-02-25 | 2 | -2/+2 |
| | |||||
* | Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵ | MW | 2009-02-25 | 6 | -9/+9 |
| | | | | name as it could be confused with the Grid Server namespace or with the IGridService in the region servers. | ||||
* | More refactoring of the Grid, User and Messaging servers. | MW | 2009-02-25 | 5 | -11/+94 |
| | |||||
* | A few updates necessary for load balancer. | Mike Mazur | 2009-02-25 | 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 | ||||
* | Setting svn:eol-style=native on new files. | Mike Mazur | 2009-02-24 | 7 | -2540/+2540 |
| | |||||
* | More work on modulising the User Server. | MW | 2009-02-24 | 1 | -0/+43 |
| | |||||
* | First step in separating out the Userserver console command handling to a ↵ | MW | 2009-02-24 | 7 | -0/+2497 |
"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. |