aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer.Modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A few updates necessary for load balancer.Mike Mazur2009-02-251-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 Mazur2009-02-247-2540/+2540
|
* More work on modulising the User Server. MW2009-02-241-0/+43
|
* First step in separating out the Userserver console command handling to a ↵MW2009-02-247-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.