aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/LocalConsole.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use F1 instead of ? as the in command help key.onefang2019-07-041-1/+1
* Move cache, config, logs out of tree, and various related clean ups.onefang2019-05-191-2/+2
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-12/+12
* More caches directory fixes, including moving console history there.David Walter Seikel2016-11-071-1/+1
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-7/+78
* Allow the use of the region debug console found in recent viewers. This consoleMelanie2012-08-141-1/+3
* Minor improvements to loggingOren Hurvitz2012-04-241-0/+4
* Updated some variables to be closer to the coding standards (and easier to un...Kevin Houlihan2011-09-161-91/+88
* Passwords could be revealed in console by pressing backspace.Kevin Houlihan2011-09-161-1/+4
* small refactor: reuse existing commandLine string rather than calling cmdline...Justin Clark-Casey (justincc)2010-11-171-1/+1
* save all lines to history, not just those which turn out to be valid comands....Justin Clark-Casey (justincc)2010-11-171-2/+7
* Limit formatting of local console output to actual logging messages.Marck2010-10-091-13/+17
* Formatting cleanup.Jeff Ames2010-09-121-9/+9
* Made it impossible to create a user with names containing spaces and prevente...randomhuman2010-09-101-2/+3
* Fix http://opensimulator.org/mantis/view.php?id=4657 where OpenSim.Grid.UserS...Justin Clark-Casey (justincc)2010-04-161-16/+47
* Formatting cleanup.Jeff Ames2010-02-151-7/+7
* Fix repeated ArgumentOutOfRangeException when a local OpenSim console is resi...Justin Clark-Casey (justincc)2010-01-081-33/+73
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Display normal log information in the console's default foreground colour, ...Justin Clarke Casey2009-05-251-5/+5
* cleaning out warnings.Dr Scofield2009-05-221-1/+1
* Move the color console logic from the appender into the local console, sinceMelanie Thielker2009-05-201-2/+84
* Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker2009-05-201-124/+0
* * minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey2009-05-041-1/+1
* Add a skeleton class, "RemoteConsole", for a console that uses RESTMelanie Thielker2009-05-041-1/+0
* Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker2009-05-041-0/+470