Mirror of ajanata/PretendYoureXyzzy@github.com
Go to file
Andy Janata 65f74ef816 Add more chat filtering.
CAPS LOCK FILTER if a line is long enough and contains mostly caps.
Shadowban filter blocks messages with configurable substrings present in them. Does not permanently shadowban the user, yet, just drops the message.
Add a test that was missed in a previous commit.
2018-03-23 22:32:16 -07:00
.externalToolBuilders
.settings java 8 2017-02-26 18:17:32 -08:00
WebContent Add more chat filtering. 2018-03-23 22:32:16 -07:00
src Add more chat filtering. 2018-03-23 22:32:16 -07:00
.classpath java 8 2017-02-26 18:17:32 -08:00
.gitignore kafka tls 2017-03-04 13:55:41 -08:00
.project
README.md Update README with correct command to run via jetty. Fixes #163. 2018-02-15 14:06:47 -08:00
build.properties.example Add more chat filtering. 2018-03-23 22:32:16 -07:00
cah_cards.sql Fix "Make a haiku." draw and pick values. 2018-03-05 13:48:34 -08:00
pom.xml Bump the version since I'm adding so much stuff. 2018-03-23 17:16:11 -07:00
pyx.sqlite Fix "Make a haiku." draw and pick values. 2018-03-05 13:48:34 -08:00

README.md

Pretend You're Xyzzy

A Cards Against Humanity clone, server and web client. See WebContent/license.html for full details.

Note: This project is only known to work with Tomcat 7, all other versions are unsupported. Currently, the only way to build PYX is using Maven via mvn clean package war:war in the project's directory.

If you're doing mvn clean package war:exploded jetty:run, you now need to add -Dmaven.buildNumber.doCheck=false -Dmaven.buildNumber.doUpdate=false to make the buildnumber plugin allow you to run with uncommited changes.

For GeoIP functions to work, download http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz somewhere, gunzip it, and update the geoip.db value in build.properties to point to it.