aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseOpenSimServer.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-24/+49
2019-05-19Stop it from not stopping.root1-2/+3
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-48/+34
2012-11-23Make "show threads" and "thread abort" console commands available on all serversJustin Clark-Casey (justincc)1-102/+1
2012-11-23Make "force gc" console command available across all serversJustin Clark-Casey (justincc)1-11/+0
2012-11-23Make "show version" console command available across all serversJustin Clark-Casey (justincc)1-8/+0
2012-11-22Factor out common pid file creation and removal code.Justin Clark-Casey (justincc)1-35/+1
2012-11-22Remove unused BaseOpenSimServer.ShowHelp()Justin Clark-Casey (justincc)1-21/+0
2012-11-22Make "set log level" command available across all serversJustin Clark-Casey (justincc)1-31/+0
2012-11-22Make "show info" command available across all serversJustin Clark-Casey (justincc)1-177/+1
2012-11-22Factor out common registration of "show uptime" commandJustin Clark-Casey (justincc)1-66/+64
2012-11-22factor out common HandleShow code for "show uptime"Justin Clark-Casey (justincc)1-34/+5
2012-11-22refactor: Factor out copy/pasted server uptime report codeJustin Clark-Casey (justincc)1-25/+4
2012-10-29Add "force gc" region console command which manually invokes garbage collection.Justin Clark-Casey (justincc)1-0/+11
2012-10-11Extend "show stats" command to "show stats [list|all|<category name>]"Justin Clark-Casey (justincc)1-28/+4
2012-07-27Remove a couple of compiler warnings pointed out by SignpostMarvJustin Clark-Casey (justincc)1-1/+0
2012-07-25Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)1-0/+1
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)1-1/+1
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)1-2/+2
2012-06-22If starting scripts on initial sim start, provide INFO level log feedback eac...Justin Clark-Casey (justincc)1-1/+1
2012-06-20Remove STARTUP COMPLETE message from the startuplogo.txt file and into main l...Justin Clark-Casey (justincc)1-1/+3
2012-06-20Comment out the neighbour and land in connectors from info logging that they ...Justin Clark-Casey (justincc)1-1/+1
2012-03-16minor: reuse threadpool count we just fetched instead of fetching it againJustin Clark-Casey (justincc)1-1/+1
2012-03-16Add total scripts count to "show threads"Justin Clark-Casey (justincc)1-2/+10
2012-03-16Improve threadpool reporting to "show threads" console command (also gets pri...Justin Clark-Casey (justincc)1-6/+2
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-10/+10
2012-02-24Rename Watchdog.GetThreads() to GetThreadsInfo() to reflect what it actually ...Justin Clark-Casey (justincc)1-1/+1
2012-02-18On Windows automatically load the correct native ODE library depending on whe...Justin Clark-Casey (justincc)1-1/+3
2012-01-31Use Environment.TickCount & Int32.MaxValue; instead of Util.EnvironmentTickCo...Justin Clark-Casey (justincc)1-1/+1
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)1-1/+1
2011-11-15fix build break on UserManagementModule.Justin Clark-Casey (justincc)1-4/+8
2011-11-15improve formatting of "show threads"Justin Clark-Casey (justincc)1-1/+8
2011-11-15Add number of milliseconds since last update to "show threads"Justin Clark-Casey (justincc)1-3/+7
2011-10-25minor: add "threads show" as synonym for "show threads" for consistencyJustin Clark-Casey (justincc)1-0/+5
2011-10-25Add "threads abort <thread-id>" simulator console command that allows us to a...Justin Clark-Casey (justincc)1-0/+25
2011-07-01Make default serverside_object_permissions = true since this better matches u...Justin Clark-Casey (justincc)1-11/+0
2011-07-01If OpenSim has been built from a git tree, then include version information a...Justin Clark-Casey (justincc)1-4/+39
2011-07-01refactor: rename gitCommitFileName to manualVersionFileName since bin/.versio...Justin Clark-Casey (justincc)1-5/+4
2011-02-04Fix "set log level" to once again display current log level if it's not given...Justin Clark-Casey (justincc)1-12/+15
2011-01-21Update the "config get <section> <key>" command to "config get [<section>] [<...Justin Clark-Casey (justincc)1-0/+14
2011-01-21make "show info" and "show version" show the same version textJustin Clark-Casey (justincc)1-4/+7
2011-01-21add current console log level to "show info"Justin Clark-Casey (justincc)1-2/+9
2011-01-20minor: make "show info" help slightly clearerJustin Clark-Casey (justincc)1-1/+1
2010-09-14Fix "show threads" to show threads now being managed by OpenSim.Framework.Wat...Justin Clark-Casey (justincc)1-16/+10
2010-05-28add a smidgen more log debug information in the form of the operating system ...Justin Clark-Casey (justincc)1-1/+5
2009-11-27Apply patch to reduce git revision text length if running sim directly from a...Justin Clark-Casey (justincc)1-1/+1
2009-10-19Formatting cleanup.Jeff Ames1-1/+1
2009-10-07Bug fix.Diva Canto1-2/+6
2009-10-07Printout one more field in show threads, but this won't buy us much.Diva Canto1-1/+2
2009-10-06Fixing a few compile errors in the previous commitJohn Hurliman1-21/+6