aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseOpenSimServer.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-01Add a PIDFile in [Startup], which the PID will be written toMelanie Thielker1-0/+36
2009-02-19* Fix http://opensimulator.org/mantis/view.php?id=3193Justin Clarke Casey1-51/+45
2009-02-12* optimized usings.lbsa711-2/+3
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker1-8/+8
2009-02-09* Restore show information for the OpenSim region server (version, info, thre...Justin Clarke Casey1-1/+1
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker1-65/+54
2009-02-05* Make existing module commanders register as help topicsJustin Clarke Casey1-4/+24
2008-12-18* Added "show queues" command that shows throttling queues for all clients.lbsa711-1/+1
2008-12-02Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown...MW1-1/+1
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-4/+1
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-1/+4
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-4/+1
2008-11-17* minor: add interface version to 'show version' command outputJustin Clarke Casey1-1/+4
2008-11-11* Implement basic region filtering as described in https://lists.berlios.de/p...Justin Clarke Casey1-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 Casey1-1/+1
2008-10-28* minor: remove mono compiler warningsJustin Clarke Casey1-1/+1
2008-10-28* Apply http://opensimulator.org/mantis/view.php?id=2482Justin Clarke Casey1-3/+17
2008-10-03* refactor: make shutdown a template method in the same manner as startup, fo...Justin Clarke Casey1-2/+9
2008-10-03* minor: restore the standard startup logo text now I understand why things w...Justin Clarke Casey1-1/+1
2008-10-03* oops, fix region startup to be in the correct sequence (though it appeared ...Justin Clarke Casey1-1/+1
2008-10-03* For shits and giggles, print out the time taken for a server to start up (w...Justin Clarke Casey1-0/+4
2008-10-03* refactor: make startup a template methodJustin Clarke Casey1-2/+9
2008-09-25Mantis#2017. Thank you kindly, Tyre, for a patch that solves:Charles Krinke1-10/+3
2008-09-15* Complete refactoring accidentally left unfinished so that all server help r...Justin Clarke Casey1-15/+1
2008-09-12Changed "show users" command to display only root agents, "show users full" toHomer Horwitz1-5/+5
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-9/+9
2008-08-25* Append thread information on to the end of period diagnostics informationJustin Clarke Casey1-2/+5
2008-08-25* minor: refactor thread report into a method that returns a string rather th...Justin Clarke Casey1-15/+29
2008-08-19Update svn properties, formatting cleanup.Jeff Ames1-4/+4
2008-08-18* It appears that sometimes some IClientAPI reference is not being released, ...Justin Clarke Casey1-0/+30
2008-08-18Formatting cleanup.Jeff Ames1-23/+23
2008-08-16* Insert a new 'set log level [level] command on the console'Justin Clarke Casey1-5/+80
2008-08-14Thanks, BlueWall, for a patch that:Dahlia Trimble1-1/+1
2008-08-01* Register main thread as console thread with thread trackerJustin Clarke Casey1-0/+4
2008-08-01* minor: get rid of count number from 'show threads' display since they all h...Justin Clarke Casey1-12/+1
2008-07-22* minor: Make create user command appear on the region console only if the re...Justin Clarke Casey1-0/+1
2008-07-11* Move thread tracking code to base opensim server so that it's available for...Justin Clarke Casey1-6/+31
2008-07-08Mantis#1685. Thank you kindly, Mjm for a patch that:Charles Krinke1-1/+12
2008-06-18Minor formatting cleanup.Jeff Ames1-1/+1
2008-06-13* minor: Print out uptime as well as stats in periodic diagnostics logging, s...Justin Clarke Casey1-5/+27
2008-06-13Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames1-11/+11
2008-06-11* Drop periodic stats logging back down to 60 minutes to reduce console spam. Justin Clarke Casey1-1/+1
2008-06-11* Add 'show info' command to all servers, which prints the directory in which...Justin Clarke Casey1-2/+16
2008-06-10* minor: Reduce statistic log snapshots to every 20 minutes to get more infor...Justin Clarke Casey1-1/+1
2008-06-10* If a server has statistics, print these out to the log every hour to get so...Justin Clarke Casey1-0/+21
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-15/+15
2008-06-02* experimental: Make OpenSim archiver save and reload all prim textures when ...Justin Clarke Casey1-2/+2
2008-06-02* Add 'show version' help information into base OpenSim serverJustin Clarke Casey1-1/+2
2008-06-01* Move most bookending startup/shutdown messages to BaseOpenSimServer so they...Justin Clarke Casey1-7/+6
2008-06-01* Fix build break by eliminating remaining IScenePermissions references - mus...Justin Clarke Casey1-1/+1