aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/ServerMain.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-09Make the DNS cache timeout configurable.Melanie1-2/+3
In containerized environments, DNS is simulated. It can change several times per second as containers move around. The hardcoded timeout was too long for a container environment.
2018-09-27more on culture issuesUbitUmarov1-0/+3
2017-05-29change servicePoint dns expire also to 5min, let the endpoints expire slide. ↵UbitUmarov1-2/+1
This should reduce impact of absurd dns fails observed on my test ubuntu VM
2017-05-24add a bit more pre exit cleanupUbitUmarov1-0/+6
2017-05-23 no all mono versions know DnsRefreshTimeoutUbitUmarov1-1/+3
2017-05-23 remember mono about the default for DnsRefreshTimeoutUbitUmarov1-0/+1
2017-05-12 a bit more on ServicePointManagerUbitUmarov1-0/+1
2017-05-12lower connection limits againUbitUmarov1-1/+1
2017-05-12soem changes on connections limitsUbitUmarov1-2/+1
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-2/+2
2016-12-07add SSL certs validation options for regions to allow simple encriptation ↵UbitUmarov1-1/+1
without any peer autentification using simple homemade (or even shared) certs.
2016-12-07add SSL certs validation options for robust to allow simple certificates, ↵UbitUmarov1-0/+27
possible only for encriptation without any peer autentification. disable validation by default for the small grids case
2014-10-13Allow 20 outbound connections per endpoint for the servicesMelanie Thielker1-0/+1
2014-10-13Set connection limit to 20 for all servers.Melanie Thielker1-0/+4
2013-03-15minor: log an error rather than info if a connector fails to load.Justin Clark-Casey (justincc)1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ↵teravus1-20/+2
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
2012-10-09missed some conflict markupBlueWall1-1/+0
2012-10-08Fix build breakMelanie1-1/+1
2012-10-08Add a ServiceList section to Robust .ini to get rid of the long stringMelanie1-0/+18
2012-10-08Allow other whitespace characters than spaces in Robust connection stringMelanie1-2/+2
2012-10-06Added parts to manage repositories and plugin managementBlueWall1-0/+10
This is working - more testing to follow, then soem documentation
2012-06-15Make the "debug http" command available for robust as well as the simulator. ↵Justin Clark-Casey (justincc)1-14/+12
This allows one to see incoming requests as they happen. This required making everything use the common MainServer class for registering and retrieving http servers, rather than duplicate structures.
2010-05-28fission UserAccountService.HandleCreateUser() into two methods, one which ↵Justin Clark-Casey (justincc)1-1/+1
handles user command parsing and another which actually does the work
2010-04-14* Added 32bitLauncher for Robust. Still need to test it on a 64 bit machine.Diva Canto1-1/+1
* PrimitiveBaseShape wants to be be committed too -- EOF.
2009-10-23Fix a glitch in a ROBUST messageMelanie1-1/+1
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-20/+14
Make all current modules support the configuration name option
2009-09-29Fixed a bug that was causing exceptions to the thrown in ROBUST MainServer.Diva Canto1-4/+8
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-20/+14
Make all current modules support the configuration name option
2009-09-28Fixed a bug that was causing exceptions to the thrown in ROBUST MainServer.Diva Canto1-4/+8
2009-09-28Allow the notation config_name@port/dll_name:class_name as a handler specMelanie1-6/+46
in OpenSim.Server.ini This allows things like "8003/AssetServirce.dll local@8004/InventoryService.dll" The config name is not yet supported by any modules
2009-07-31Make ROBUST not hang on exit in recent Mono versions. Make the logfile configMelanie Thielker1-1/+5
setting/commandline option actually work.
2009-07-15* Change server prompt from B.U.S.T to R.O.B.U.S.T, as per mailing listJustin Clarke Casey1-1/+1
2009-07-07Update prompt and make it settable from within the ini fileMelanie Thielker1-1/+1
2009-07-07Committing the basic universal server Technology (B.U.S.T.)Melanie Thielker1-1/+0
2009-06-08That didn't quite work. Trying this instead -- prompt given in the cmd line.diva1-4/+2
2009-06-08Making the prompt configurable in the server shell. Default is "Server".diva1-2/+4
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-18This commit changes the way the new server works. There is no longer a serverMelanie Thielker1-5/+49
exe for each function, rather each function is a connector and the server ini loads them. If you like your multiple processes, use -inifile with the server. Otherwise, you get one server process that serves all configured funcions, see example .ini. The new exe is OpenSim.Server.exe. Clean your bin, loads of names have changed!
2009-05-18Refactor: Change "Servers" to "Server", since the can only be one. BreakMelanie Thielker1-1/+1
the handlers out of the asset server context into a generic scope.
2009-05-18Nonowrking intermadiate commit,, DO NOT USEMelanie Thielker1-3/+3
2009-05-18Logically group the server connector with it's handlersMelanie Thielker1-0/+1
2009-05-14Move the server request handlers into a separate lib nunit can digestMelanie Thielker1-0/+0
2009-05-08More additions to the nextgen reference UGAIMMelanie Thielker1-5/+5
2009-05-05Plumb the new server connector logicMelanie Thielker1-3/+8
2009-05-05Committing the user server executable skeletonMelanie Thielker1-4/+9
2008-03-18Formatting cleanup.Jeff Ames1-27/+25
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-01-10Whitespace cleanup.Jeff Ames1-10/+7
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-07-13rename file to not have spaces in itSean Dague1-0/+0