Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-04-23 | print invalid command message to the console, not the log | Justin Clark-Casey (justincc) | 1 | -3/+1 | |
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2010-05-28 | If a command has descriptive help, add a line above and below the print out ↵ | Justin Clark-Casey (justincc) | 1 | -0/+10 | |
for readability | |||||
2010-05-28 | Add ability to load IARs directly from URIs | Justin Clark-Casey (justincc) | 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. | |||||
2010-01-08 | Fix 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-01 | Formatting cleanup. | Jeff Ames | 1 | -5/+5 | |
2009-08-22 | Change prompt handling in console. No user changes | Melanie | 1 | -2/+2 | |
2009-08-17 | Add the OpenSim.ConsoleClient app. | Melanie | 1 | -1/+91 | |
Usage: OpenSim.ConsoleClient -h <host> -p <port> -u <user> -P <pass> host defaults to localhost, port defaults to 8003. | |||||
2009-08-17 | Filling in the blanks: The "meat" of the REST console | Melanie | 1 | -0/+60 | |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-05 | Committing the new server base | Melanie Thielker | 1 | -1/+1 | |
2009-05-04 | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 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 :) |