Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -0/+1 |
| | |||||
* | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 2009-05-04 | 1 | -4/+4 |
| | | | | | | | | console capable of processing commands. Create LocalConsole as a console that uses cursor control and context help. Precursor to a distributed console system for the new grid services. No functional change intended :) | ||||
* | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 2009-02-25 | 1 | -0/+2 |
| | |||||
* | Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵ | MW | 2009-02-25 | 1 | -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. | MW | 2009-02-25 | 1 | -4/+10 |
| | |||||
* | Setting svn:eol-style=native on new files. | Mike Mazur | 2009-02-24 | 1 | -366/+366 |
| | |||||
* | More work on modulising the User Server. | MW | 2009-02-24 | 1 | -6/+21 |
| | |||||
* | Removed the additions from the last revision for the "ShowHelp" delegate ↵ | MW | 2009-02-24 | 1 | -11/+0 |
| | | | | handling, as it seems that system isn't in use anymore. | ||||
* | More refactoring of the Grid/user/messaging servers. | MW | 2009-02-24 | 1 | -9/+22 |
| | |||||
* | First step in separating out the Userserver console command handling to a ↵ | MW | 2009-02-24 | 1 | -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. |