aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/CommandConsole.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-22/+22
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-15/+31
* minor: Remove unnecessary commented out code from last commit c28a2f05 and fi...Justin Clark-Casey (justincc)2013-01-251-4/+1
* minor: make spacing consistent in console help outputJustin Clark-Casey (justincc)2013-01-251-3/+6
* Add "help all" console command which will list all commands alphabetically in...Justin Clark-Casey (justincc)2012-11-231-1/+28
* factor out common HandleShow code for "show uptime"Justin Clark-Casey (justincc)2012-11-221-1/+1
* Allow the use of the region debug console found in recent viewers. This consoleMelanie2012-08-141-0/+9
* Add text about using double quotes to surround console command arguments cont...Justin Clark-Casey (justincc)2012-04-281-2/+8
* Allow the user to enter help topics in upper or lowercase.Justin Clark-Casey (justincc)2012-03-241-10/+12
* Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)2012-03-081-22/+92
* Change parser to leave embedded quotes alone if the pattern is recognizedMelanie2012-02-101-0/+34
* remove some mono compiler warningsJustin Clark-Casey (justincc)2011-11-251-1/+1
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-251-5/+6
* print invalid command message to the console, not the logJustin Clark-Casey (justincc)2011-04-231-3/+1
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
* If a command has descriptive help, add a line above and below the print out f...Justin Clark-Casey (justincc)2010-05-281-0/+10
* Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)2010-05-281-2/+1
* Fix repeated ArgumentOutOfRangeException when a local OpenSim console is resi...Justin Clark-Casey (justincc)2010-01-081-2/+6
* Formatting cleanup.Jeff Ames2009-10-011-5/+5
* Change prompt handling in console. No user changesMelanie2009-08-221-2/+2
* Add the OpenSim.ConsoleClient app.Melanie2009-08-171-1/+91
* Filling in the blanks: The "meat" of the REST consoleMelanie2009-08-171-0/+60
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Committing the new server baseMelanie Thielker2009-05-051-1/+1
* Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker2009-05-041-0/+467