aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.exe.config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop appending redundant newline to console messages in Robust and pCampbot ↵Justin Clark-Casey (justincc)2014-05-271-1/+1
| | | | | | | configs This is to fix an issue since recent commit fbcb763 where these are no longer removed automatically. OpenSim.*.config was already not appending these newlines
* Revert "Use log-rolling on the log files (once per day)"Oren Hurvitz2014-03-261-2/+8
| | | | This reverts commit 8ecab21b379d34f97ac966b13e1605024364142b.
* Use log-rolling on the log files (once per day)Oren Hurvitz2014-03-251-1/+3
| | | | Resolves http://opensimulator.org/mantis/view.php?id=6950
* Stop .NET 4 complaining on Windows when it tries to load in DLLs that ↵Justin Clark-Casey (justincc)2013-11-231-0/+1
| | | | | | | | | haven't been marked as trusted in the operating system. This is done by adding <loadFromRemoteSources enabled="true" /> to the execute *.config files. This tells .NET 4 to trust the DLLs, which is safe in our case since we are not loading DLLs from locations that untrusted users may specify Addresses http://opensimulator.org/mantis/view.php?id=6853 and http://opensimulator.org/mantis/view.php?id=6846 As far as I know, CAS policy checks have never been performed in Mono
* Add the experimental ability to dump stats (result of command "show stats ↵Justin Clark-Casey (justincc)2013-08-061-0/+21
| | | | | | | | all") to file OpenSimStats.log every 5 seconds. This can currently only be activated with the console command "debug stats record start". Off by default. Records to file OpenSimStats.log for simulator and RobustStats.log for ROBUST
* adding -logconfig to Robust.exeBlueWall2010-10-011-1/+1
| | | | | | Adding -logconfig to Robust.exe. will still process the -logfile option, as before. No options given, the value "Robust.log" will be written in the ./bin directory
* Renamed OpenSim.Server.exe to Robust.exe and corresponding .ini's and config.Diva Canto2010-04-221-0/+33