Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If a command has descriptive help, add a line above and below the print out ↵ | Justin Clark-Casey (justincc) | 2010-05-28 | 1 | -0/+10 |
| | | | | for readability | ||||
* | Add ability to load IARs directly from URIs | Justin Clark-Casey (justincc) | 2010-05-28 | 1 | -2/+1 |
| | | | | | | | | So, something like load iar Justin Clark-Casey / PASSWORD http://justincc.org/downloads/iars/my-great-items.iar Will load my IAR directly from the web. | ||||
* | Fix repeated ArgumentOutOfRangeException when a local OpenSim console is ↵ | Justin Clark-Casey (justincc) | 2010-01-08 | 1 | -2/+6 |
| | | | | | | resized under mono May fix mantises 3186, 3270, 4022, 4238 | ||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -5/+5 |
| | |||||
* | Change prompt handling in console. No user changes | Melanie | 2009-08-22 | 1 | -2/+2 |
| | |||||
* | Add the OpenSim.ConsoleClient app. | Melanie | 2009-08-17 | 1 | -1/+91 |
| | | | | | Usage: OpenSim.ConsoleClient -h <host> -p <port> -u <user> -P <pass> host defaults to localhost, port defaults to 8003. | ||||
* | Filling in the blanks: The "meat" of the REST console | Melanie | 2009-08-17 | 1 | -0/+60 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Committing the new server base | Melanie Thielker | 2009-05-05 | 1 | -1/+1 |
| | |||||
* | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 2009-05-04 | 1 | -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 :) |