Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-08-19 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-08-18 | * It appears that sometimes some IClientAPI reference is not being released, ↵ | Justin Clarke Casey | 1 | -0/+1 | |
resulting in continual execution of the CheckConnectivity timer method * For now, just turn off this timer when we close the connection * Also some minor help refactoring creeps in to this revision. | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 3 | -14/+14 | |
2008-08-16 | * Insert a new 'set log level [level] command on the console' | Justin Clarke Casey | 1 | -1/+6 | |
* The primary immediate use is to provide a means of temporarily reducing log output on the console when executing console commands * Changing the log level on the console is not permanent and does not affect the log information being put into OpenSim.log * This could have been done by putting in a threshold level on the Console appeneder in OpenSim.exe.config and implementing config watching in the code. * But I think that it's a little more user friendly to make this doable via the console. | |||||
2008-08-05 | * Make currently selected region appear in the region console prompt | Justin Clarke Casey | 1 | -2/+7 | |
* This region is used for single region commands (such as save-xml2) | |||||
2008-08-05 | * refactor: change console base 'component name' to 'default prompt' since ↵ | Justin Clarke Casey | 1 | -4/+13 | |
that's the only thing it's being used for | |||||
2008-07-12 | * Hive off ConsolePluginCommand into its own framework class | Justin Clarke Casey | 1 | -0/+139 | |
2008-06-10 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -9/+7 | |
2008-06-09 | *Fixed bug that caused failure when System.Console.Readline returns null (no ↵ | mingchen | 1 | -2/+10 | |
stdin) *Fixed bug that would crash the simulator if there were two physics/meshing engines loaded with the same name. | |||||
2008-06-01 | * Move most bookending startup/shutdown messages to BaseOpenSimServer so ↵ | Justin Clarke Casey | 1 | -7/+0 | |
they appear in non-console servers too | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 2 | -12/+12 | |
2008-05-12 | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 1 | -2/+0 | |
This patch just tightens up console handling in BasOpenSimServer and removes (or redirects) a couple of messages that were being issued using Console.Writeline. | |||||
2008-05-01 | * Breaking all the code, breaking all the code..! | Adam Frisby | 2 | -2/+2 | |
* Made a bunch more members static, removed some dead code, general cleaning. | |||||
2008-05-01 | * Assorted spring cleanings. | Adam Frisby | 1 | -2/+1 | |
2008-04-23 | * Fixed an annoying pop-up box when crossing borders. | Teravus Ovares | 1 | -2/+2 | |
2008-04-23 | * Fix a console issue where pressing return on some operating systems cause ↵ | Teravus Ovares | 1 | -0/+4 | |
the console to crash and complain about 0 regex matches. | |||||
2008-04-23 | Thank you kindly, Tyre for : | Charles Krinke | 1 | -10/+16 | |
Commands with arguments enclosed in Double quotation marks (e.g. filenames or objects with embedded blanks) should be parsed correctly. e.g.: console command "edit-scale" don't accept prim names with embedded blanks edit-scale Prim 20x20x20 20 20 20 Region# : edit-scale "Prim 20x20x20" 20 20 20 Region# : edit-scale Prim20x20x20 20 20 20 Searching for Primitive: 'Prim20x20x20' Edited scale of Primitive: Prim20x20x20 Region# : | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2 | -8/+4 | |
(this took a while to run). | |||||
2008-04-01 | sadly, had to modify line by Ter because it caused mono cil compiler | Sean Dague | 1 | -1/+2 | |
to spin off into a seemingly infinite loop. | |||||
2008-03-31 | * Set Svn Properties eol-style: |337 | Teravus Ovares | 1 | -1/+1 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 5 | -133/+131 | |
2008-02-20 | Report command string on ConsoleBase.RunCommand exception | Justin Clarke Casey | 1 | -1/+2 | |
2008-02-20 | * just added a readonly and a comment | lbsa71 | 1 | -1/+1 | |
2008-02-18 | * Do not allow a user to be created if one with the same name already exists | Justin Clarke Casey | 1 | -4/+4 | |
2008-02-17 | Added copyright notices. | Jeff Ames | 1 | -2/+28 | |
2008-02-14 | attempt to make our logging at least fail gracefully, we'll see if this helps | Sean Dague | 1 | -26/+33 | |
2008-02-09 | * Change logger to handle [<entry>] where <entry> contains non alphabetic ↵ | Justin Clarke Casey | 1 | -3/+3 | |
characters * Change logger to not print extra line if [<entry>] <text> like string is not logged * Remove more of my previous chatty debugging statements | |||||
2008-02-06 | make a couple more changes to get us back very close to old color scheme | Sean Dague | 1 | -3/+16 | |
2008-02-06 | ummm... removed 1 too many newlines, formating a bit better now | Sean Dague | 1 | -1/+1 | |
2008-02-06 | pass 1 on getting colors back to the console | Sean Dague | 1 | -0/+69 | |
2008-02-06 | Removed super-stealth mode from PasswdPrompt. (Now you can see the prompt) | Jeff Ames | 1 | -0/+1 | |
2008-02-06 | Revert color console changes until a cross-platform method is found. | Jeff Ames | 1 | -1/+0 | |
2008-02-06 | Added colors back to console output. | Jeff Ames | 1 | -10/+0 | |
Fixed line duplication in console output. | |||||
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 2 | -119/+42 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2008-02-05 | * Fixing the console write on shutdown where the object is already disposed. | Teravus Ovares | 1 | -46/+63 | |
2008-02-02 | Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait). | Tedd Hansen | 1 | -1/+13 | |
Added option to try alternate UDP ports if the one configured is in use. UDP packets are now bound to the actual outside IP address and hopefully won't "randomly" select IP on multihomed systems. | |||||
2008-01-23 | * Changing log messages to use 24 hour clock rather than 12 hour - hope ↵ | Justin Clarke Casey | 1 | -2/+2 | |
nobody objects | |||||
2008-01-15 | * Mother of all commits: | Adam Frisby | 2 | -7/+7 | |
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 4 | -6/+6 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 4 | -8/+8 | |
notice of doom | |||||
2007-12-06 | removed obsolete Verbose() function | Jeff Ames | 1 | -15/+0 | |
2007-12-06 | removed some duplicate hard-coded port numbers. changed ports to uint. | Jeff Ames | 1 | -3/+3 | |
2007-12-04 | * More console message fixes | Adam Frisby | 1 | -0/+1 | |
* Tagged Verbose("msg",...) as obsolete. Please use Verbose("AREA","msg",...) instead. | |||||
2007-12-04 | * Removed 12 compiler warnings. | Adam Frisby | 1 | -1/+1 | |
2007-11-22 | * Quelled a Log format exception in the logging routines. | Teravus Ovares | 1 | -2/+15 | |
* Tweaked some esoteric throttle settings * Removed AgentThrottle from the unsupported packet list. | |||||
2007-10-30 | * Optimized usings | lbsa71 | 4 | -34/+34 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-25 | apply http://bug.opensecondlife.org/view.php?id=512 from chillken | Sean Dague | 1 | -5/+5 | |
which cleans up the verbose logic | |||||
2007-10-22 | * Return of R2162. /Take that SVN!/ | Adam Frisby | 1 | -31/+32 | |
2007-10-22 | revert r2162 as it completely clobbered all the work on | Sean Dague | 1 | -32/+31 | |
the ChatModule by MW and myself. Couldn't find Adam online after that rev went in. | |||||
2007-10-22 | * Major ass commit. | Adam Frisby | 1 | -31/+32 | |
* Sqlite Storage Engine now supports terrain -- however be aware that every terrain revision stored will at 512KB to your database file. At the moment it is storing every revision from the first. * Fixed an issue where by noverbose mode would display lots of useless junk. Noverbose mode is now quite usable. * Fixed a whole bunch of console message issues such as naming and categorisation |