OpenSimMirror/OpenSim/Region/Application
Justin Clark-Casey (justincc) cb14e1d272 Update the "config get <section> <key>" command to "config get [<section>] [<key>]"
The config get command shows a current config value on the console.
Now, if <key> is omitted then all the values for the given section are printed.
If <section> is ommitted then all sections and all keys are printed.
Current config can also be dumped to a file using "config save <path>".  This can be handy for resolving or eliminating config issues
2011-01-21 23:59:55 +00:00
..
Application.cs Formatting cleanup. 2010-09-12 13:43:49 -04:00
ConfigurationLoader.cs Revert "Move OpenSimDefaults,ini into config-include in order to put it with all the other default files" 2010-09-14 03:30:07 +01:00
IApplicationPlugin.cs * minor: Comments 2009-08-12 22:54:57 -04:00
OpenSim.cs Update the "config get <section> <key>" command to "config get [<section>] [<key>]" 2011-01-21 23:59:55 +00:00
OpenSimBackground.cs Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contain an unmanaged resource that will not automatically be disposed when they are GCed), and commenting out some ManualResetEvents that are not in use yet 2009-10-09 02:10:53 -07:00
OpenSimBase.cs Merge branch 'master-core' into mantis5110 2010-12-05 11:49:15 -08:00