aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseOpenSimServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * GridServerPostHandler.cs: Try/catch in HandleDiva Canto2009-10-051-1/+7
| | | | * BaseOpenSimServer.cs: Added thread pool numbers in show threads
* Formatting cleanup.Jeff Ames2009-10-011-6/+6
|
* Formatting cleanup. Add copyright headers.Jeff Ames2009-08-131-1/+1
|
* Enable the console show version command and the viewer about command, to ↵Chris Down2009-08-111-22/+46
| | | | | | | | | | | | | | show the last git commit hash together with the conmit date and time. The data is retrieved form a file bin/.version This file can be generated automatically using the post commit script by adding the following to the script: git log -n 1 --pretty="format:%h: %ci" > bin/.version This command can also be run manually to create the bin/.version file. This command genrates a short form of the commit hash and a date and time of the commit in ISO8601 format. If a full commit hash is required then change %h to %H The logic that is used to extract the deprecated svn revision is still included. It will be removed at a future date
* Formatting cleanup.Jeff Ames2009-06-101-3/+3
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* 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
| | | | | | | | | | Adding a jsonp wrapper to the user supplied status report uri if the key "callback" exists. It will work with many javascript toolkits to provide an ajax callback to allow the browser to update stats reports without the intervention of an intermediate server.
* 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
| | | | | | | | console capable of processing commands. Create LocalConsole as a console that uses cursor control and context help. Precursor to a distributed console system for the new grid services. No functional change intended :)
* Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-05-021-1/+15
| | | | | | | | | Move json stats to non-published resource name Remove well-known resource name for json stats, creating dynamic uris with private keys and add a user configurable resource name for region owner usage.
* Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and ↵Dahlia Trimble2009-04-251-2/+3
| | | | version to REST/json statistics reporting
* 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
| | | | | | | This patch adds extended status reporting with the url http://server:port/simstatusx/ [^] . The data is returned in json format as "text/plain" type.
* 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
| | | | | | * Make it possible once again to set a console log level threshold in OpenSim.exe.config
* * optimized usings.lbsa712009-02-121-2/+3
|
* Add proper handling for shared vs. unshared modules to the commandMelanie Thielker2009-02-101-8/+8
| | | | | | | | interface. Shared modules will now only get added once, so the command handler is called once per module, not once per scene. Removal of scenes has no adverse effects. Nonshared modules will be called for each scene.
* * Restore show information for the OpenSim region server (version, info, ↵Justin Clarke Casey2009-02-091-1/+1
| | | | threads, etc.)
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-65/+54
| | | | | | | | | line editing, context sensitive help (press ? at any time), command line history, a new plugin command system and new appender features thet let you type while the console is scrolling. Seamlessly integrates the ICommander interfaces.
* * Make existing module commanders register as help topicsJustin Clarke Casey2009-02-051-4/+24
| | | | | | | * Typing help will now give a list of these topics at the top (as well as the rest of the current help stuff) * Typing help <topic> will give information about commands specific to that topic
* * Added "show queues" command that shows throttling queues for all clients.lbsa712008-12-181-1/+1
| | | | | *** This only works for LLCLientView at the moment ***
* Made BaseOpenSimServer.ShutdownSpecific() public. As the ↵MW2008-12-021-1/+1
| | | | OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service.
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-191-4/+1
| | | | | | libOMV.
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-1/+4
| | | | | | | | | release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-171-4/+1
| | | | | | | | * Update libopenjpeg as well for this patch. * Appears to be okay on a very short sniff test * Source code will be placed in opensim-libs shortly
* * minor: add interface version to 'show version' command outputJustin Clarke Casey2008-11-171-1/+4
|
* * Implement basic region filtering as described in ↵Justin Clarke Casey2008-11-111-19/+0
| | | | | | | | | | | | https://lists.berlios.de/pipermail/opensim-dev/2008-November/003468.html * This is done by sending a 'major interface version' number on sim registration. Developers must increment this every time they make a change that would make the previous OpenSim revision failure incompatible with the new one (non-fatal incompatibilities are fine). * This number resides in OpenSim.Framework.Servers.VersionInfo.MajorInterfaceVersion * This allows the grid service to stop older, incompatible regions from connecting
* * Instead of putting 0.5.11.00000 if there is no revision, just put 0.5.11 ↵Justin Clarke Casey2008-10-291-1/+1
| | | | | | | | | instead * This is to make things less confusing to users (and maybe a little easier to do future version filtering for grid connections) * If there's disagreement about this, then please say so (preferably in the opensim-dev mailing list)
* * 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
| | | | | | * Stop 'show threads' throwing an exception if a thread is dead
* * refactor: make shutdown a template method in the same manner as startup, ↵Justin Clarke Casey2008-10-031-2/+9
| | | | for consistency's sake
* * minor: restore the standard startup logo text now I understand why things ↵Justin Clarke Casey2008-10-031-1/+1
| | | | were appearing in the wrong order
* * oops, fix region startup to be in the correct sequence (though it appeared ↵Justin Clarke Casey2008-10-031-1/+1
| | | | to work anyway)
* * For shits and giggles, print out the time taken for a server to start up ↵Justin Clarke Casey2008-10-031-0/+4
| | | | | | | | (which doesn't include stuff such as script starting time on the region server). * Yes, you could work this out from timestamps in the logs, but that's far too much work
* * 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
| | | | | | | | | | Check the client dialog box (from top menu) WORLD / REGION ESTATE / REGION tab. The client dialog box seems to have a hard limit of about 32 characters per line available for displaying the region version number. Our regions are sending a string which is greater than the limit, causing the client to wrap the text and look ugly.
* * Complete refactoring accidentally left unfinished so that all server help ↵Justin Clarke Casey2008-09-151-15/+1
| | | | requests flow through the ShowHelp() method
* Changed "show users" command to display only root agents, "show users full" toHomer Horwitz2008-09-121-5/+5
| | | | | | display root and child agents (mantis #2171).
* 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
| | | | | | * This is working towards finding out why many more client threads are hanging about on wright plaza than there are actual agents
* * minor: refactor thread report into a method that returns a string rather ↵Justin Clarke Casey2008-08-251-15/+29
| | | | than displays information directly
* 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
| | | | | | | | | resulting in continual execution of the CheckConnectivity timer method * For now, just turn off this timer when we close the connection * Also some minor help refactoring creeps in to this revision.
* 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
| | | | | | | | | * The primary immediate use is to provide a means of temporarily reducing log output on the console when executing console commands * Changing the log level on the console is not permanent and does not affect the log information being put into OpenSim.log * This could have been done by putting in a threshold level on the Console appeneder in OpenSim.exe.config and implementing config watching in the code. * But I think that it's a little more user friendly to make this doable via the console.
* Thanks, BlueWall, for a patch that:Dahlia Trimble2008-08-141-1/+1
| | | | | Binary distributions of OpenSim are not able to get the version info because they lack the ../.svn/entries file. This file exists in the ./bin./svn directory, which would be in a binary distribution. The included patch changes the path from ../.svn/entries to .svn/entries, which allows the version information to be show in "help/about"
* * Register main thread as console thread with thread trackerJustin Clarke Casey2008-08-011-0/+4
|