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