Mirror of ajanata/PretendYoureXyzzy@github.com
Go to file
dependabot[bot] ee08f98d4a
Bump postgresql from 42.2.12 to 42.4.1
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.12 to 42.4.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.12...REL42.4.1)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-08 01:10:16 +00:00
.externalToolBuilders
.settings
WebContent Merge pull request #219 from devgianlu/min-default-max-config 2020-05-23 18:21:22 -07:00
src Merge pull request #247 from devgianlu/min-default-max-config 2020-05-26 19:50:51 -07:00
.classpath
.gitignore
.project
LICENSE big link to server list page 2020-04-04 09:57:04 -07:00
README.md Adding Docker docs to README 2018-08-26 14:09:13 -07:00
build.properties.example Moved min/default/max player limit, spectator limit, score limit and blank card limit to pyx.properties 2019-09-29 14:51:46 +02:00
cah_cards.sql
constants.go Add option to disable game chat. 2018-07-28 10:08:16 -07:00
pom.xml Bump postgresql from 42.2.12 to 42.4.1 2022-09-08 01:10:16 +00:00
pyx.sqlite

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.

Third-Party Usage

A Docker package for this project exists at emcniece/DockerYourXyzzy:

docker run -d -p 8080:8080 emcniece/dockeryourxyzzy:dev