aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserServerCommandModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * minor: Remove most mono compiler warningsJustin Clarke Casey2009-02-251-0/+2
|
* Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵MW2009-02-251-2/+2
| | | | 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. MW2009-02-251-4/+10
|
* Setting svn:eol-style=native on new files.Mike Mazur2009-02-241-366/+366
|
* More work on modulising the User Server. MW2009-02-241-6/+21
|
* Removed the additions from the last revision for the "ShowHelp" delegate ↵MW2009-02-241-11/+0
| | | | handling, as it seems that system isn't in use anymore.
* More refactoring of the Grid/user/messaging servers.MW2009-02-241-9/+22
|
* First step in separating out the Userserver console command handling to a ↵MW2009-02-241-0/+349
"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.