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