| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
| |
cmdline.ToString() again
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
prevented passwords from being echoed after enter is pressed.
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
resized under mono
May fix mantises 3186, 3270, 4022, 4238
|
|
|
|
| |
LICENSE.txt.
|
|
|
|
| |
for those of us with white backgrounds
|
|
|
|
|
|
| |
NOTE: we currently have a gazillion warnings caused stuff flagged as
"obsolete" (OGS1 stuff) --- what's up with that?
|
|
|
|
|
|
|
| |
that is the only one that can use it. Change appender output to always go
through the console output functions.
|
| |
|
| |
|
| |
|
|
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 :)
|