Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated some variables to be closer to the coding standards (and easier to ↵ | Kevin Houlihan | 2011-09-16 | 1 | -91/+88 |
| | | | | | | | understand). There were a few variables in LocalConsole with single character names, and the class fields did not use the m_ prefix. I also removed a redundant variable, h. It was being set to 1 in a couple of places, and incremented in another, but never actually used. | ||||
* | Passwords could be revealed in console by pressing backspace. | Kevin Houlihan | 2011-09-16 | 1 | -1/+4 |
| | | | | Pressing backspace causes hidden input (such as passwords) to be revealed on the console. The echo state was not being taken into account when handling a backspace key press. | ||||
* | print invalid command message to the console, not the log | Justin Clark-Casey (justincc) | 2011-04-23 | 1 | -3/+1 |
| | |||||
* | Implement command "land show". This shows all the parcels on the currently ↵ | Justin Clark-Casey (justincc) | 2011-01-26 | 1 | -1/+1 |
| | | | | | | selected region/s This is useful for diagnostics. The command is "land show" rather than "show land" because it's implemented as a module specific subcommand. | ||||
* | Update the "config get <section> <key>" command to "config get [<section>] ↵ | Justin Clark-Casey (justincc) | 2011-01-21 | 1 | -0/+5 |
| | | | | | | | | | [<key>]" The config get command shows a current config value on the console. Now, if <key> is omitted then all the values for the given section are printed. If <section> is ommitted then all sections and all keys are printed. Current config can also be dumped to a file using "config save <path>". This can be handy for resolving or eliminating config issues | ||||
* | small refactor: reuse existing commandLine string rather than calling ↵ | Justin Clark-Casey (justincc) | 2010-11-17 | 1 | -1/+1 |
| | | | | cmdline.ToString() again | ||||
* | save all lines to history, not just those which turn out to be valid ↵ | Justin Clark-Casey (justincc) | 2010-11-17 | 1 | -2/+7 |
| | | | | | | | comands. does not store passwords also, blank lines are not stored to history this makes it easier to go back and correct a command which was simply mistyped rather than having to type it out again | ||||
* | Add support for cross-domain AJAX requests to REST console. | Marck | 2010-11-02 | 1 | -0/+31 |
| | | | | | | Enables RemoteConsole to add the appropriate HTTP header when responding to requests that use Cross-Origin Resource Sharing (CORS with simple requests). The allowed origin is set with configuration option "ConsoleAllowedOrigin" in section [Network]. For a suggestion to make this configuration option more flexible, see the TODO comment in the source code. The WifiConsole uses this functionality with grid mode. | ||||
* | Limit formatting of local console output to actual logging messages. | Marck | 2010-10-09 | 1 | -13/+17 |
| | | | | | The formatting of lines with the help of a regular expression match will be done only for output with an explicitly given logging level. This fixes the issue of colons being added to help texts on the local console. | ||||
* | REST Console delivers responses with content type text/xml instead of ↵ | Marck | 2010-09-18 | 1 | -2/+2 |
| | | | | | | text/plain. Non-error responses to requests SessionCommand and CloseSession should use the appropriate content type for their XML data payload. | ||||
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 2 | -10/+10 |
| | |||||
* | Add copyright headers. | Jeff Ames | 2010-09-12 | 1 | -1/+28 |
| | |||||
* | Made it impossible to create a user with names containing spaces and ↵ | randomhuman | 2010-09-10 | 2 | -2/+54 |
| | | | | prevented passwords from being echoed after enter is pressed. | ||||
* | Added ': ' to password prompt. Mantis #4851 | Diva Canto | 2010-07-22 | 1 | -1/+1 |
| | |||||
* | Force newly connecting remote consoles to display a prompt | Melanie | 2010-06-17 | 1 | -0/+7 |
| | |||||
* | Make the text mode remote console really work. It can now be used to send | Melanie Thielker | 2010-06-08 | 1 | -14/+22 |
| | | | | | multi-word commands with proper quoting, handles arguments with spaces and allows interactive use, e.g. user creation. | ||||
* | 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. | ||||
* | Change appender to deal with line feeds more intelligently. | Melanie | 2010-05-19 | 1 | -1/+4 |
| | | | | | | | Change migration error reporting to not truncate the statement when reporting. It's a bit messier than the old error reporting, but at least one gets an idea of what could be wrong again. And things look a lot neater now. | ||||
* | Clean up output a bit | Melanie | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | * Added an important comment to warn people not to use MockConsole for ↵ | Teravus Ovares (Dan Olivares) | 2010-05-04 | 1 | -0/+5 |
| | | | | anything but testing. | ||||
* | * This should fix the tests failing because of a MainConsole.Instance null ↵ | Teravus Ovares (Dan Olivares) | 2010-05-04 | 1 | -0/+32 |
| | | | | | | reference * Added a MockConsole that doesn't require a handle to System.Console | ||||
* | Fix http://opensimulator.org/mantis/view.php?id=4657 where ↵ | Justin Clark-Casey (justincc) | 2010-04-16 | 1 | -16/+47 |
| | | | | | | OpenSim.Grid.UserServer.exe fails on startup if no previous config probably appears to occur because mono 2.4.2.3 (and possibly later) erroneously returns a value of 0 for BufferWidth and BufferHeight in some circumstances | ||||
* | Formatting cleanup. | Jeff Ames | 2010-02-15 | 2 | -9/+9 |
| | |||||
* | * Quick fix to Remote Console session ID handling. | Adam Frisby | 2010-01-26 | 1 | -0/+6 |
| | |||||
* | Console output no longer requires loglevel to be set to info; you can run ↵ | mbowman | 2010-01-20 | 2 | -2/+2 |
| | | | | | | the simulator with log level WARN or ERROR and see the output of console commands Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Fix repeated ArgumentOutOfRangeException when a local OpenSim console is ↵ | Justin Clark-Casey (justincc) | 2010-01-08 | 2 | -35/+79 |
| | | | | | | resized under mono May fix mantises 3186, 3270, 4022, 4238 | ||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -5/+5 |
| | |||||
* | Completely remove the prior implementation of the request event handling | Melanie | 2009-09-22 | 1 | -1/+1 |
| | | | | | on poll handlers. Introduce a new delegate on the PollServiceEventArgs that allow access to the request headers and body. | ||||
* | Add a RequestID (UUID.Random()) to the PollRequest and pass it to all | Melanie | 2009-09-21 | 1 | -5/+5 |
| | | | | even hander delegates. | ||||
* | Add a UUID param to NoEvents in PollServiceEventArgs to make it more generic | Melanie | 2009-09-21 | 1 | -3/+3 |
| | |||||
* | A small fix for remote console to accommodate PollServiceArgs behavior a | Melanie | 2009-09-21 | 1 | -1/+6 |
| | | | | bit better | ||||
* | Fix some compile warnings. | Jeff Ames | 2009-08-26 | 1 | -2/+0 |
| | |||||
* | Change prompt handling in console. No user changes | Melanie | 2009-08-22 | 3 | -4/+10 |
| | |||||
* | Add the OpenSim.ConsoleClient app. | Melanie | 2009-08-17 | 2 | -12/+124 |
| | | | | | 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 | 2 | -9/+385 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 8 | -8/+8 |
| | | | | LICENSE.txt. | ||||
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 1 | -1/+1 |
| | |||||
* | * Display normal log information in the console's default foreground colour, ↵ | Justin Clarke Casey | 2009-05-25 | 1 | -5/+5 |
| | | | | for those of us with white backgrounds | ||||
* | * Upped version number to 0.6.5 | lbsa71 | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 2 | -5/+5 |
| | | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that? | ||||
* | Implement .ini file includes. Anything that begins with "Include-" will be | Melanie Thielker | 2009-05-21 | 2 | -2/+4 |
| | | | | | | | | | | treated as another ini source to load. For example: Include-Asset = AssetSetup.ini will load AssetSetup.ini after all other ini files are done. This works recursively, too | ||||
* | Put some meat on the bones of the REST console. NO user functionality yet | Melanie Thielker | 2009-05-20 | 1 | -1/+45 |
| | |||||
* | Move the color console logic from the appender into the local console, since | Melanie Thielker | 2009-05-20 | 4 | -77/+101 |
| | | | | | | | that is the only one that can use it. Change appender output to always go through the console output functions. | ||||
* | Remove the pre-log4net, discrete output methods from the consoles | Melanie Thielker | 2009-05-20 | 3 | -273/+1 |
| | |||||
* | Committing the new server base | Melanie Thielker | 2009-05-05 | 1 | -1/+1 |
| | |||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 2009-05-04 | 3 | -3/+3 |
| | |||||
* | Prebuild changes to allow the console to reference the http server | Melanie Thielker | 2009-05-04 | 1 | -0/+15 |
| | |||||
* | Add a skeleton class, "RemoteConsole", for a console that uses REST | Melanie Thielker | 2009-05-04 | 2 | -1/+57 |
| |