aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/ConsoleBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-22Added ': ' to password prompt. Mantis #48510.7-releaseDiva Canto1-1/+1
2010-01-20Console output no longer requires loglevel to be set to info; you can run the...mbowman1-1/+1
2009-08-22Change prompt handling in console. No user changesMelanie1-2/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-20Move the color console logic from the appender into the local console, sinceMelanie Thielker1-1/+6
2009-05-20Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker1-148/+0
2009-05-04* minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey1-1/+1
2009-05-04Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker1-798/+31
2009-03-05Prevent ICommander-generated subcommand trees from generating an exceptionMelanie Thielker1-1/+6
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+1
2009-02-21Allow entry of '?' in http URIs. If the field being typed begins withMelanie Thielker1-4/+13
2009-02-13Guard the values used to set the cursor position in the real time consoleMelanie Thielker1-13/+39
2009-02-13* refactor: Move export map function to world map module from sceneJustin Clarke Casey1-0/+1
2009-02-13Fix some compiler warnings. Minor formatting cleanup.Jeff Ames1-2/+2
2009-02-12* optimized usings.lbsa711-8/+9
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker1-14/+31
2009-02-10Change the command parser and resolver to be able to disambiguate commandsMelanie Thielker1-0/+12
2009-02-10Stopgap measure: To use gridlaunch, or GUI, start opensim withMelanie Thielker1-0/+30
2009-02-09Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2009-02-09* Add the ability to type help <command> for more detailed help about a speci...Justin Clarke Casey1-8/+121
2009-02-07Fix a .NET issue where changing a locked reference would cause a crashMelanie Thielker1-6/+18
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker1-146/+515
2008-11-24* Added some debug information when console commands fail.Adam Frisby1-0/+1
2008-09-12Changed "show users" command to display only root agents, "show users full" toHomer Horwitz1-1/+1
2008-08-19Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-08-18* It appears that sometimes some IClientAPI reference is not being released, ...Justin Clarke Casey1-0/+1
2008-08-18Formatting cleanup.Jeff Ames1-2/+2
2008-08-05* Make currently selected region appear in the region console promptJustin Clarke Casey1-2/+7
2008-08-05* refactor: change console base 'component name' to 'default prompt' since th...Justin Clarke Casey1-4/+13
2008-06-10Update svn properties. Formatting cleanup.Jeff Ames1-9/+7
2008-06-09*Fixed bug that caused failure when System.Console.Readline returns null (no ...mingchen1-2/+10
2008-06-01* Move most bookending startup/shutdown messages to BaseOpenSimServer so they...Justin Clarke Casey1-7/+0
2008-05-16Formatting cleanup.Jeff Ames1-4/+4
2008-05-12From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey1-2/+0
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-1/+1
2008-05-01* Assorted spring cleanings.Adam Frisby1-2/+1
2008-04-23* Fixed an annoying pop-up box when crossing borders.Teravus Ovares1-2/+2
2008-04-23* Fix a console issue where pressing return on some operating systems cause t...Teravus Ovares1-0/+4
2008-04-23Thank you kindly, Tyre for :Charles Krinke1-10/+16
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-2/+3
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-02-20Report command string on ConsoleBase.RunCommand exceptionJustin Clarke Casey1-1/+2
2008-02-20* just added a readonly and a commentlbsa711-1/+1
2008-02-18* Do not allow a user to be created if one with the same name already existsJustin Clarke Casey1-4/+4
2008-02-06Removed super-stealth mode from PasswdPrompt. (Now you can see the prompt)Jeff Ames1-0/+1
2008-02-06Revert color console changes until a cross-platform method is found.Jeff Ames1-1/+0
2008-02-06Added colors back to console output.Jeff Ames1-10/+0
2008-02-05Converted logging to use log4net.Jeff Ames1-116/+38
2008-02-05* Fixing the console write on shutdown where the object is already disposed.Teravus Ovares1-46/+63
2008-02-02Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait).Tedd Hansen1-1/+13