aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Base (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-08-17Filling in the blanks: The "meat" of the REST consoleMelanie1-5/+5
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-10Create a MainServer static class to access the regions server's HTTP serverMelanie Thielker1-0/+4
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-10Heart surgery no.2: the inventory service hooks. diva1-3/+10
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
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 Ames3-3/+3
LICENSE.txt.
2009-05-27* Added OpenSim.Server.Handlers.Tests projectlbsa711-5/+3
* Added AssetServerGetHandlerTests - not really wired up yet; more to come. * Ignored some gens
2009-05-22cleaning out warnings.Dr Scofield1-3/+1
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
2009-05-20Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker2-0/+9
2009-05-18* Re-enable save oar test by loading asset data plugins from test mock classJustin Clarke Casey1-0/+7
* Actually spit out the exception caught by the plugin loader - not much point having plugins throw exceptions if we are just going to ignore them
2009-05-18Nonowrking intermadiate commit,, DO NOT USEMelanie Thielker3-0/+467