aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseOpenSimServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker2009-05-201-1/+1
* Add copyright headers, formatting cleanup.Jeff Ames2009-05-201-10/+10
* Thank you kindly, BlueWall sir, for a patch that:Charles Krinke2009-05-131-2/+10
* Committing the changed treeMelanie Thielker2009-05-041-0/+510
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-496/+0
* Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker2009-05-041-1/+1
* Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-05-021-1/+15
* Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and vers...Dahlia Trimble2009-04-251-2/+3
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-221-4/+4
* Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-04-171-0/+8
* Add a PIDFile in [Startup], which the PID will be written toMelanie Thielker2009-04-011-0/+36
* * Fix http://opensimulator.org/mantis/view.php?id=3193Justin Clarke Casey2009-02-191-51/+45
* * optimized usings.lbsa712009-02-121-2/+3
* Add proper handling for shared vs. unshared modules to the commandMelanie Thielker2009-02-101-8/+8
* * Restore show information for the OpenSim region server (version, info, thre...Justin Clarke Casey2009-02-091-1/+1
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-65/+54
* * Make existing module commanders register as help topicsJustin Clarke Casey2009-02-051-4/+24
* * Added "show queues" command that shows throttling queues for all clients.lbsa712008-12-181-1/+1
* Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown...MW2008-12-021-1/+1
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-191-4/+1
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-1/+4
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-171-4/+1
* * minor: add interface version to 'show version' command outputJustin Clarke Casey2008-11-171-1/+4
* * Implement basic region filtering as described in https://lists.berlios.de/p...Justin Clarke Casey2008-11-111-19/+0
* * Instead of putting 0.5.11.00000 if there is no revision, just put 0.5.11 in...Justin Clarke Casey2008-10-291-1/+1
* * minor: remove mono compiler warningsJustin Clarke Casey2008-10-281-1/+1
* * Apply http://opensimulator.org/mantis/view.php?id=2482Justin Clarke Casey2008-10-281-3/+17
* * refactor: make shutdown a template method in the same manner as startup, fo...Justin Clarke Casey2008-10-031-2/+9
* * minor: restore the standard startup logo text now I understand why things w...Justin Clarke Casey2008-10-031-1/+1
* * oops, fix region startup to be in the correct sequence (though it appeared ...Justin Clarke Casey2008-10-031-1/+1
* * For shits and giggles, print out the time taken for a server to start up (w...Justin Clarke Casey2008-10-031-0/+4
* * refactor: make startup a template methodJustin Clarke Casey2008-10-031-2/+9
* Mantis#2017. Thank you kindly, Tyre, for a patch that solves:Charles Krinke2008-09-251-10/+3
* * Complete refactoring accidentally left unfinished so that all server help r...Justin Clarke Casey2008-09-151-15/+1
* Changed "show users" command to display only root agents, "show users full" toHomer Horwitz2008-09-121-5/+5
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-9/+9
* * Append thread information on to the end of period diagnostics informationJustin Clarke Casey2008-08-251-2/+5
* * minor: refactor thread report into a method that returns a string rather th...Justin Clarke Casey2008-08-251-15/+29
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-4/+4
* * It appears that sometimes some IClientAPI reference is not being released, ...Justin Clarke Casey2008-08-181-0/+30
* Formatting cleanup.Jeff Ames2008-08-181-23/+23
* * Insert a new 'set log level [level] command on the console'Justin Clarke Casey2008-08-161-5/+80
* Thanks, BlueWall, for a patch that:Dahlia Trimble2008-08-141-1/+1
* * Register main thread as console thread with thread trackerJustin Clarke Casey2008-08-011-0/+4
* * minor: get rid of count number from 'show threads' display since they all h...Justin Clarke Casey2008-08-011-12/+1
* * minor: Make create user command appear on the region console only if the re...Justin Clarke Casey2008-07-221-0/+1
* * Move thread tracking code to base opensim server so that it's available for...Justin Clarke Casey2008-07-111-6/+31
* Mantis#1685. Thank you kindly, Mjm for a patch that:Charles Krinke2008-07-081-1/+12
* Minor formatting cleanup.Jeff Ames2008-06-181-1/+1
* * minor: Print out uptime as well as stats in periodic diagnostics logging, s...Justin Clarke Casey2008-06-131-5/+27