| .. |
|
challenge
|
* Cleanup of server memory handling - removed memory leaks for Chat, Player, Match, Game etc.
|
2014-02-21 01:13:27 +01:00 |
|
draft
|
* Imporoved release of draft object during draft tournament.
|
2015-02-06 00:23:01 +01:00 |
|
game
|
Some more changes to GUI to better support high screen resolutions.
|
2016-02-14 13:41:43 +01:00 |
|
record
|
Update user stats DB on every table completion.
|
2016-01-24 14:55:19 +09:00 |
|
services
|
Add a user registration dialog.
|
2016-01-09 06:43:10 +09:00 |
|
tournament
|
Record game histories. Compute user stats and show them in the user panel.
|
2016-01-20 12:47:58 +09:00 |
|
util
|
Add MailClient that uses Java Mail API to send emails. Use it instead of Mailgun client.
|
2016-01-22 21:40:08 +09:00 |
|
AuthorizedUser.java
|
Implement a password reset flow.
|
2016-01-11 21:49:02 +09:00 |
|
AuthorizedUserRepository.java
|
Implement a password reset flow.
|
2016-01-11 21:49:02 +09:00 |
|
ChatManager.java
|
spjspj - Fix with error message.
|
2016-03-07 00:13:31 +11:00 |
|
ChatSession.java
|
* Some changes to game start logic (better handling for disconnected users). Changes to server logging.
|
2014-12-08 01:30:18 +01:00 |
|
DisconnectReason.java
|
* Mage server - Some changes to disconnect reason handling.
|
2014-06-09 13:16:35 +02:00 |
|
GmailClient.java
|
Add some password validation.
|
2016-01-11 11:15:01 +09:00 |
|
MageServerImpl.java
|
Add allowed quit ratio option to match option and tourney option.
|
2016-02-01 02:25:44 +09:00 |
|
MailClient.java
|
Add MailClient that uses Java Mail API to send emails. Use it instead of Mailgun client.
|
2016-01-22 21:40:08 +09:00 |
|
MailgunClient.java
|
Use mailgun for sending emails.
|
2016-01-13 00:40:44 +09:00 |
|
Main.java
|
Update user stats DB on every table completion.
|
2016-01-24 14:55:19 +09:00 |
|
Room.java
|
removed redundant modifiers from interfaces
|
2012-12-20 23:45:47 +02:00 |
|
RoomImpl.java
|
Changes to logging an chat session handling.
|
2014-08-06 17:17:50 +02:00 |
|
Session.java
|
Suggest user registration on login failures.
|
2016-01-25 21:27:57 +09:00 |
|
SessionManager.java
|
Implement a password reset flow.
|
2016-01-11 21:49:02 +09:00 |
|
TableController.java
|
Add allowed quit ratio option to match option and tourney option.
|
2016-02-01 02:25:44 +09:00 |
|
TableManager.java
|
Some minor changes.
|
2015-02-27 01:07:49 +01:00 |
|
User.java
|
Add allowed quit ratio option to match option and tourney option.
|
2016-02-01 02:25:44 +09:00 |
|
UserManager.java
|
Fixed some possible exceptions.
|
2016-02-06 02:12:51 +01:00 |