| Commit message (Expand) | Author | Age | Files | Lines |
* | Use F1 instead of ? as the in command help key. | onefang | 2019-07-04 | 1 | -1/+1 |
* | Move cache, config, logs out of tree, and various related clean ups. | onefang | 2019-05-19 | 1 | -2/+2 |
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 1 | -12/+12 |
* | More caches directory fixes, including moving console history there. | David Walter Seikel | 2016-11-07 | 1 | -1/+1 |
* | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2016-11-03 | 1 | -7/+78 |
* | Allow the use of the region debug console found in recent viewers. This console | Melanie | 2012-08-14 | 1 | -1/+3 |
* | Minor improvements to logging | Oren Hurvitz | 2012-04-24 | 1 | -0/+4 |
* | Updated some variables to be closer to the coding standards (and easier to un... | Kevin Houlihan | 2011-09-16 | 1 | -91/+88 |
* | Passwords could be revealed in console by pressing backspace. | Kevin Houlihan | 2011-09-16 | 1 | -1/+4 |
* | small refactor: reuse existing commandLine string rather than calling cmdline... | Justin Clark-Casey (justincc) | 2010-11-17 | 1 | -1/+1 |
* | save all lines to history, not just those which turn out to be valid comands.... | Justin Clark-Casey (justincc) | 2010-11-17 | 1 | -2/+7 |
* | Limit formatting of local console output to actual logging messages. | Marck | 2010-10-09 | 1 | -13/+17 |
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -9/+9 |
* | Made it impossible to create a user with names containing spaces and prevente... | randomhuman | 2010-09-10 | 1 | -2/+3 |
* | Fix http://opensimulator.org/mantis/view.php?id=4657 where OpenSim.Grid.UserS... | Justin Clark-Casey (justincc) | 2010-04-16 | 1 | -16/+47 |
* | Formatting cleanup. | Jeff Ames | 2010-02-15 | 1 | -7/+7 |
* | Fix repeated ArgumentOutOfRangeException when a local OpenSim console is resi... | Justin Clark-Casey (justincc) | 2010-01-08 | 1 | -33/+73 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | * Display normal log information in the console's default foreground colour, ... | Justin Clarke Casey | 2009-05-25 | 1 | -5/+5 |
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 1 | -1/+1 |
* | Move the color console logic from the appender into the local console, since | Melanie Thielker | 2009-05-20 | 1 | -2/+84 |
* | Remove the pre-log4net, discrete output methods from the consoles | Melanie Thielker | 2009-05-20 | 1 | -124/+0 |
* | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 2009-05-04 | 1 | -1/+1 |
* | Add a skeleton class, "RemoteConsole", for a console that uses REST | Melanie Thielker | 2009-05-04 | 1 | -1/+0 |
* | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 2009-05-04 | 1 | -0/+470 |