aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Base/ServicesServerBase.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-19Add rest console support to the user server. Will ask new questions atMelanie1-0/+28
startup. To use, run it normally once, answering the questions, then run again with -console=rest. Also now supports -console=basic for a console that reads stdin
2009-07-31Make ROBUST not hang on exit in recent Mono versions. Make the logfile configMelanie Thielker1-3/+7
setting/commandline option actually work.
2009-07-07Make a renamed OpenSim.Server.exe use the corret ini file, e.g.Melanie Thielker1-5/+5
renaming OpenSim.Server.exe to OpenSim.AssetServer.exe will cause OpenSim.AssetServer.ini to be read by that instance. This facilitates legacy usage
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 ↵Jeff Ames1-1/+1
LICENSE.txt.
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
the user server skeleton in preparation for introducing a generic server
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