aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Base/ServicesServerBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-18Log ROBUST reading config files, just like regions do.onefang1-0/+1
2019-07-04Properly combine Robust.ini path.onefang1-1/+1
2019-05-19Move cache, config, logs out of tree, and various related clean ups.onefang1-1/+1
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-30/+172
2019-05-19Stop it from not stopping.root1-2/+3
2016-11-04Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel1-1/+1
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-42/+32
2012-11-22Factor out command script code.Justin Clark-Casey (justincc)1-39/+0
2012-11-22Make "config show/set/get/save" console commands available on all serversJustin Clark-Casey (justincc)1-14/+5
2012-11-22Factor out common pid file creation and removal code.Justin Clark-Casey (justincc)1-22/+3
2012-11-22Make "set log level" command available across all serversJustin Clark-Casey (justincc)1-1/+0
2012-11-22Make "show info" command available across all serversJustin Clark-Casey (justincc)1-42/+1
2012-11-22Factor out common registration of "show uptime" commandJustin Clark-Casey (justincc)1-5/+2
2012-11-22factor out common HandleShow code for "show uptime"Justin Clark-Casey (justincc)1-16/+2
2012-11-22refactor: Factor out copy/pasted server uptime report codeJustin Clark-Casey (justincc)1-23/+4
2012-10-03Add modular configuration for Robust connectorsBlueWall1-0/+8
2012-09-06pasting in show uptime codeSignpostMarv1-0/+41
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)1-4/+4
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-4/+4
2012-01-24Make errors reported by OpenSim when it halts because it can't find certain c...Justin Clark-Casey (justincc)1-4/+3
2011-11-02Catch any exceptions exiting the top of the robust console, as we already do ...Justin Clark-Casey (justincc)1-1/+8
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-1/+2
2010-10-04Formatting cleanup.Jeff Ames1-1/+1
2010-10-01adding -logconfig to Robust.exeBlueWall1-6/+20
2010-06-27Add command-script to the Robust consoleRobert Adams1-0/+41
2010-06-08Make the text mode remote console really work. It can now be used to sendMelanie Thielker1-0/+5
2009-11-30Add "shutdown" command to ROBUST shellMelanie1-0/+4
2009-08-19Add rest console support to the user server. Will ask new questions atMelanie1-0/+28
2009-07-31Make ROBUST not hang on exit in recent Mono versions. Make the logfile configMelanie Thielker1-3/+7
2009-07-07Make a renamed OpenSim.Server.exe use the corret ini file, e.g.Melanie Thielker1-5/+5
2009-07-07Update prompt and make it settable from within the ini fileMelanie Thielker1-0/+2
2009-06-08That didn't quite work. Trying this instead -- prompt given in the cmd line.diva1-2/+8
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-20Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker1-0/+5
2009-05-18Nonowrking intermadiate commit,, DO NOT USEMelanie Thielker1-1/+1
2009-05-18Move the connectors under services for reasons of application logic. RemoveMelanie Thielker1-1/+4
2009-05-05Plumb the new server connector logicMelanie Thielker1-0/+5
2009-05-05Committing the HTTP (REST) server baseMelanie Thielker1-1/+1
2009-05-05Committing the new server baseMelanie Thielker1-0/+225