Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Upstream #4

Open
wants to merge 115 commits into
base: master
Choose a base branch
from
Open

Merge Upstream #4

wants to merge 115 commits into from

Conversation

emckee2006
Copy link
Owner

No description provided.

Spencer S and others added 30 commits April 13, 2016 10:01
The README file needs an update. As Eclipse will no longer compile the WAR correctly. Using Maven will compile PYX correctly.
I've spent multiple hours trying to figure out why it isn't actually working, and at this point I'm giving up on it. If you want an alternate web UI, send pull requests or run your own servers. My servers will only officially support my UI, though you are free to use other UIs if you can make them work with them (but I provide no guarantees that updates won't break things).
Fix typo of "hard" to "hand"
Make the README file have the correct information.
Fix removing cookies.
Add per-server instance unique IDs for games and users, which will not collide between servers or when servers restart.
Add GeoIP capability.
Add beginning of framework for logging card plays.
…ass, name).

Add metrics logging for server start up, user disconnect, and card judging events.
…an log, and do not bother re-loading pyx.properties immediately after creating the injector which already does so
ajanata and others added 30 commits April 5, 2018 08:59
Send global chat enabled with FirstLoad
When users connect (or reload the page), show a permalink to that session's games as well as a permalink to their entire play history, if they haven't opted out of that tracking. When a game starts, or a player/specator joins a game in progress, show a permalink to that game's rounds.

The "when a game starts" bit required removing the tracking of the 'dealing' state, as there was no other easy way to determine that a game was starting. Nothing actually used that dealing state, so it was harmless to remove. Now, a transition from lobby to playing can be detected as a game start, as opposed to a transition from round over to playing.
Add a configurable nickname ban filter, similar to the chat filter except this is defined in the properties file since it doesn't need unicode. Any user that attempts to use a nick that contains anything on this list will be denied.
Fix a bug with /kick and /ban that caused it to only work against users with entirely lower-case nicknames.
Add a check that the user's IP address hasn't changed. This probably isn't as needed now that /kick actually works against everybody.
* Fix for #174 (#174)

* Avoid NPE

* Sorted AZ
Allow admins to join passworded games
Add more info to stats.jsp
Allow admins to spectate any password protected game
Adding Docker docs to README
Not sure why this was enabled by default. Kind-of fixes #192.
changed geoip version to 2.8.1 because build dependencies were failing
Moved min/default/max to configuration file
update postgresql JDBC driver to latest version
[Minor fix] Moved min/default/max to configuration file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants