aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/ConsoleBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Remove useless executable bit that Windows adds.onefang1-0/+0
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-4/+4
2016-11-07Fix file execute permissions, coz Windows.David Walter Seikel1-0/+0
2012-11-22factor out common HandleShow code for "show uptime"Justin Clark-Casey (justincc)1-9/+1
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-1/+1
2011-01-26Implement command "land show". This shows all the parcels on the currently s...Justin Clark-Casey (justincc)1-1/+1
2011-01-21Update the "config get <section> <key>" command to "config get [<section>] [<...Justin Clark-Casey (justincc)1-0/+5
2010-09-10Made it impossible to create a user with names containing spaces and prevente...randomhuman1-0/+51
2010-07-22Added ': ' to password prompt. Mantis #4851Diva 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