Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop .NET 4 complaining on Windows when it tries to load in DLLs that ↵ | Justin Clark-Casey (justincc) | 2013-11-23 | 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 | ||||
* | Add the ability to use -console=rest to the region server. User | Melanie | 2009-08-17 | 1 | -1/+1 |
| | | | | and pass are specified the same way as for the ROBUST server | ||||
* | Add the OpenSim.ConsoleClient app. | Melanie | 2009-08-17 | 1 | -0/+33 |
Usage: OpenSim.ConsoleClient -h <host> -p <port> -u <user> -P <pass> host defaults to localhost, port defaults to 8003. |