Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than ↵ | Justin Clark-Casey (justincc) | 2012-07-11 | 1 | -1/+1 |
| | | | | | | | constructing fresh copies. The encodings are thread-safe and already used in such a manner in other places. This isn't done where Byte Order Mark output is suppressed, since Encoding.UTF8 is constructed to output the BOM. | ||||
* | Fix some compile warnings. | Jeff Ames | 2009-08-26 | 1 | -2/+0 |
| | |||||
* | Add the OpenSim.ConsoleClient app. | Melanie | 2009-08-17 | 1 | -0/+86 |
Usage: OpenSim.ConsoleClient -h <host> -p <port> -u <user> -P <pass> host defaults to localhost, port defaults to 8003. |