forked from Qortal/qortal
24f1fb566d
The ResourceList class creates or updates a list for the purpose of tracking resources on the Qortal network. This can be used for local blocking, or even for curating and sharing content lists. Lists are backed off to JSON files (in the lists folder) to ease sharing between nodes and users. This first implementation allows access to an address blacklist only, but has been written in such a way that other lists can be easily added. This might be needed in the future, e.g. to blacklist a group, a poll, or some hosted data. It could also be used by community members to curate lists of favourite or problematic content, which could then be shared or even subscribed to on the chain by other users.
29 lines
378 B
Plaintext
29 lines
378 B
Plaintext
/db*
|
|
/lists/
|
|
/bin/
|
|
/target/
|
|
/qortal-backup/
|
|
/log.txt.*
|
|
/arbitrary*
|
|
/Qortal-BTC*
|
|
/.factorypath
|
|
/.settings*
|
|
/.classpath
|
|
/.project
|
|
/log4j2-test.properties
|
|
/.mvn.classpath
|
|
/notes*
|
|
/settings.json
|
|
/testnet*
|
|
/settings*.json
|
|
/testchain*.json
|
|
/run-testnet*.sh
|
|
/.idea
|
|
/qortal.iml
|
|
.DS_Store
|
|
/src/main/resources/resources
|
|
/*.jar
|
|
/run.pid
|
|
/run.log
|
|
/WindowsInstaller/Install Files/qortal.jar
|