This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!DOCTYPE module PUBLIC | |
| "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" | |
| "https://checkstyle.org/dtds/configuration_1_3.dtd"> | |
| <module name = "Checker"> | |
| <property name="charset" value="UTF-8"/> | |
| <!-- do not change severity to 'error', as that will hide errors caused by exceptions --> | |
| <property name="severity" value="warning"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # This code is in the public domain. | |
| # This script will check your ruTorrent installation. I make no guarantee that it | |
| # will detect all problems... | |
| # | |
| # It will test the following: | |
| # - RPC mount points are protected (requires password) | |
| # - user1 can't access user2's RPC mount point | |
| # - user1 can access his own RPC mount point |