aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/pCampBot.exe.config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulatorJustin Clark-Casey (justincc)2014-08-131-0/+21
| | | | | This adds the "show stats", "stats record", etc. commands and information on available Threadpool threads, etc. It also adds the Watchdog which logs warnings if time between executions is unexpectedly large.
* 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
* Stop .NET 4 complaining on Windows when it tries to load in DLLs that ↵Justin Clark-Casey (justincc)2013-11-231-0/+3
| | | | | | | | | 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
* Update libopenmetaverse components to commit f5cecaajustincc2012-09-181-0/+0
| | | | | | | Among other things this allows pCampbot to work under Windows since libopenmateverse now ships the same log4net.dll (publicly signed) as OpenSimulator This also updates the libopenmetaverse embedded libopenjpeg from 1.3 to 1.5. DLL naming and mapping for non-Windows libopenjpeg changes to remove version number to make future udpates easier and bring it into line with names of other shipped DLLs. libopenjpeg updates have been made for OSX, Windows (32 and 64 bit) and Linux (32 and 64 bit). Please report any issues.
* Add millisecond logging to pCampBot for debugging purposesJustin Clark-Casey (justincc)2012-05-181-1/+1
|
* default to appending for log files per Mantis 530, and per Sean Dague2008-02-121-1/+1
| | | | | | previous OpenSim behavior.
* Convert pCampBot to use log4netJeff Ames2008-02-071-0/+28