aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.Tests.dll.config (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-10Added the beginning of a new test framework for robust connectors and ↵Diva Canto1-2/+11
services. For now, just Grid and Presence. This framework starts a robust server (as a thread) listening on a port in localhost, then the tests are client code.
2013-11-23Stop .NET 4 complaining on Windows when it tries to load in DLLs that ↵Justin Clark-Casey (justincc)1-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
2009-08-17Add the ability to use -console=rest to the region server. UserMelanie1-1/+1
and pass are specified the same way as for the ROBUST server
2009-08-17Add the OpenSim.ConsoleClient app.Melanie1-0/+0
Usage: OpenSim.ConsoleClient -h <host> -p <port> -u <user> -P <pass> host defaults to localhost, port defaults to 8003.
2009-07-07Committing the basic universal server Technology (B.U.S.T.)Melanie Thielker1-0/+0
2009-05-05Committing the user server executable skeletonMelanie Thielker1-1/+6
2008-02-12default to appending for log files per Mantis 530, and per Sean Dague1-1/+1
previous OpenSim behavior.
2008-02-07Missed the appender change on the previous log4net config file sync.Jeff Ames1-1/+1
2008-02-07Sync other log4net config files with region server config.Jeff Ames1-1/+1
2008-02-06Shortened console log messages.Jeff Ames1-2/+2
2008-02-06Revert color console changes until a cross-platform method is found.Jeff Ames1-19/+1
2008-02-06Added colors back to console output.Jeff Ames1-1/+19
Fixed line duplication in console output.
2008-02-05Converted logging to use log4net.Jeff Ames1-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.