aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.32BitLaunch.exe.config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-1/+35
| | | | | | | | 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
* * Removed OpenSim.Data.NHibernateJohn Hurliman2009-10-191-6/+0
| | | | * Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
* Fixed crash (configsection has to be first XML root child element stupid ↵Tedd Hansen2008-12-051-3/+3
| | | | Microsoft thing)
* Garbage CollectorTedd Hansen2008-12-051-0/+4
| | | | | | * Enabled GC server * Enabled concurrent collections
* * Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey2008-12-021-0/+6
| | | | | | | | | * This patch gets NHibernate working *** PLEASE NOTE: This patch now requires the libmono-oracle2.0-cil library to be installed on Ubuntu (to stop the System.Data.Oracle missing failure) *** * Not sure what the dependency is on other distros. Adding this info to http://opensimulator.org/wiki/Build_Instructions would be most welcome * Adds Castle.* libraries that were missing last time (note, dlls have been added from http://downloads.sourceforge.net/nhibernate/NHibernate-2.0.1.GA-bin.zip)
* * Unforunately it turns out not to be that simple. Revert the rest of r7560 ↵Justin Clarke Casey2008-12-011-6/+0
| | | | for now.
* * From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵Adam Frisby2008-12-011-0/+6
| | | | | | | MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks!
* default to appending for log files per Mantis 530, and per Sean Dague2008-02-121-1/+1
| | | | | | previous OpenSim behavior.
* Missed the appender change on the previous log4net config file sync.Jeff Ames2008-02-071-1/+1
|
* Sync other log4net config files with region server config.Jeff Ames2008-02-071-1/+1
|
* Shortened console log messages.Jeff Ames2008-02-061-2/+2
|
* Revert color console changes until a cross-platform method is found.Jeff Ames2008-02-061-19/+1
|
* Added colors back to console output.Jeff Ames2008-02-061-1/+19
| | | | | Fixed line duplication in console output.
* Converted logging to use log4net.Jeff Ames2008-02-051-0/+28
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.