aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/CommandConsole.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-28Add text about using double quotes to surround console command arguments cont...Justin Clark-Casey (justincc)1-2/+8
2012-03-24Allow the user to enter help topics in upper or lowercase.Justin Clark-Casey (justincc)1-10/+12
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-22/+92
2012-02-10Change parser to leave embedded quotes alone if the pattern is recognizedMelanie1-0/+34
2011-11-25remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-5/+6
2011-04-23print invalid command message to the console, not the logJustin Clark-Casey (justincc)1-3/+1
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-05-28If a command has descriptive help, add a line above and below the print out f...Justin Clark-Casey (justincc)1-0/+10
2010-05-28Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)1-2/+1
2010-01-08Fix repeated ArgumentOutOfRangeException when a local OpenSim console is resi...Justin Clark-Casey (justincc)1-2/+6
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
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 LICENSE...Jeff Ames1-1/+1
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