aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/CommandConsole.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-08Fix repeated ArgumentOutOfRangeException when a local OpenSim console is ↵Justin Clark-Casey (justincc)1-2/+6
resized under mono May fix mantises 3186, 3270, 4022, 4238
2009-10-01Formatting cleanup.Jeff Ames1-5/+5
2009-08-22Change prompt handling in console. No user changesMelanie1-2/+2
2009-08-17Add the OpenSim.ConsoleClient app.Melanie1-1/+91
Usage: OpenSim.ConsoleClient -h <host> -p <port> -u <user> -P <pass> host defaults to localhost, port defaults to 8003.
2009-08-17Filling in the blanks: The "meat" of the REST consoleMelanie1-0/+60
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-05Committing the new server baseMelanie Thielker1-1/+1
2009-05-04Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker1-0/+467
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 :)