| Commit message (Expand) | Author | Age | Files | Lines |
* | Thank you kindly, BlueWall sir, for a patch that: | Charles Krinke | 2009-05-13 | 1 | -2/+10 |
* | Committing the changed tree | Melanie Thielker | 2009-05-04 | 1 | -0/+510 |
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -496/+0 |
* | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 2009-05-04 | 1 | -1/+1 |
* | Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 2009-05-02 | 1 | -1/+15 |
* | Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and vers... | Dahlia Trimble | 2009-04-25 | 1 | -2/+3 |
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-22 | 1 | -4/+4 |
* | Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 2009-04-17 | 1 | -0/+8 |
* | Add a PIDFile in [Startup], which the PID will be written to | Melanie Thielker | 2009-04-01 | 1 | -0/+36 |
* | * Fix http://opensimulator.org/mantis/view.php?id=3193 | Justin Clarke Casey | 2009-02-19 | 1 | -51/+45 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -2/+3 |
* | Add proper handling for shared vs. unshared modules to the command | Melanie Thielker | 2009-02-10 | 1 | -8/+8 |
* | * Restore show information for the OpenSim region server (version, info, thre... | Justin Clarke Casey | 2009-02-09 | 1 | -1/+1 |
* | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 2009-02-07 | 1 | -65/+54 |
* | * Make existing module commanders register as help topics | Justin Clarke Casey | 2009-02-05 | 1 | -4/+24 |
* | * Added "show queues" command that shows throttling queues for all clients. | lbsa71 | 2008-12-18 | 1 | -1/+1 |
* | Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown... | MW | 2008-12-02 | 1 | -1/+1 |
* | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 2008-11-19 | 1 | -4/+1 |
* | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 2008-11-19 | 1 | -1/+4 |
* | * Update libOMV to r2359. This is necessary for the progressive texture patch | Justin Clarke Casey | 2008-11-17 | 1 | -4/+1 |
* | * minor: add interface version to 'show version' command output | Justin Clarke Casey | 2008-11-17 | 1 | -1/+4 |
* | * Implement basic region filtering as described in https://lists.berlios.de/p... | Justin Clarke Casey | 2008-11-11 | 1 | -19/+0 |
* | * Instead of putting 0.5.11.00000 if there is no revision, just put 0.5.11 in... | Justin Clarke Casey | 2008-10-29 | 1 | -1/+1 |
* | * minor: remove mono compiler warnings | Justin Clarke Casey | 2008-10-28 | 1 | -1/+1 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2482 | Justin Clarke Casey | 2008-10-28 | 1 | -3/+17 |
* | * refactor: make shutdown a template method in the same manner as startup, fo... | Justin Clarke Casey | 2008-10-03 | 1 | -2/+9 |
* | * minor: restore the standard startup logo text now I understand why things w... | Justin Clarke Casey | 2008-10-03 | 1 | -1/+1 |
* | * oops, fix region startup to be in the correct sequence (though it appeared ... | Justin Clarke Casey | 2008-10-03 | 1 | -1/+1 |
* | * For shits and giggles, print out the time taken for a server to start up (w... | Justin Clarke Casey | 2008-10-03 | 1 | -0/+4 |
* | * refactor: make startup a template method | Justin Clarke Casey | 2008-10-03 | 1 | -2/+9 |
* | Mantis#2017. Thank you kindly, Tyre, for a patch that solves: | Charles Krinke | 2008-09-25 | 1 | -10/+3 |
* | * Complete refactoring accidentally left unfinished so that all server help r... | Justin Clarke Casey | 2008-09-15 | 1 | -15/+1 |
* | Changed "show users" command to display only root agents, "show users full" to | Homer Horwitz | 2008-09-12 | 1 | -5/+5 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-28 | 1 | -9/+9 |
* | * Append thread information on to the end of period diagnostics information | Justin Clarke Casey | 2008-08-25 | 1 | -2/+5 |
* | * minor: refactor thread report into a method that returns a string rather th... | Justin Clarke Casey | 2008-08-25 | 1 | -15/+29 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-19 | 1 | -4/+4 |
* | * It appears that sometimes some IClientAPI reference is not being released, ... | Justin Clarke Casey | 2008-08-18 | 1 | -0/+30 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -23/+23 |
* | * Insert a new 'set log level [level] command on the console' | Justin Clarke Casey | 2008-08-16 | 1 | -5/+80 |
* | Thanks, BlueWall, for a patch that: | Dahlia Trimble | 2008-08-14 | 1 | -1/+1 |
* | * Register main thread as console thread with thread tracker | Justin Clarke Casey | 2008-08-01 | 1 | -0/+4 |
* | * minor: get rid of count number from 'show threads' display since they all h... | Justin Clarke Casey | 2008-08-01 | 1 | -12/+1 |
* | * minor: Make create user command appear on the region console only if the re... | Justin Clarke Casey | 2008-07-22 | 1 | -0/+1 |
* | * Move thread tracking code to base opensim server so that it's available for... | Justin Clarke Casey | 2008-07-11 | 1 | -6/+31 |
* | Mantis#1685. Thank you kindly, Mjm for a patch that: | Charles Krinke | 2008-07-08 | 1 | -1/+12 |
* | Minor formatting cleanup. | Jeff Ames | 2008-06-18 | 1 | -1/+1 |
* | * minor: Print out uptime as well as stats in periodic diagnostics logging, s... | Justin Clarke Casey | 2008-06-13 | 1 | -5/+27 |
* | Update svn properties, clean up formatting, refactor out duplicate hard-coded... | Jeff Ames | 2008-06-13 | 1 | -11/+11 |
* | * Drop periodic stats logging back down to 60 minutes to reduce console spam. | Justin Clarke Casey | 2008-06-11 | 1 | -1/+1 |