Build 057
BeamBridge - Build 057
This release fixes an issue where not configuring any banned words would lead to "<filtered>" being inserted between every character in a message. It does this by not attempting to apply the filter if no banned words are configured. No configuration change is necessary when coming from release 045.
Usage
Download the .jar file and the skeleton config. Fill out the skeleton config. Run in Java with the following command:
java -jar ./BeamBridge-Build057.jar ./BeamBridge-properties-057.config
...where "./BeamBridge-Build057.jar" is the path to the JAR file and "./BeamBridge-properties-057.config" is the path to the config file.