mage/Mage.Server/src/main/java/mage/server
2016-09-25 00:46:16 +10:00
..
challenge Change all line endings to LF 2016-04-14 16:18:01 +00:00
draft spjspj - Update to push deck List across from Client to Server for Custom Cube 2016-07-25 22:44:21 +10:00
game [KLD] Added 9 white cards. 2016-09-17 00:45:33 +02:00
rating Add user rating using Glicko rating system (#1498) 2016-05-17 17:22:14 +03:00
record Fix that incorrect UserStats endTime can be set when rating is updated. 2016-05-21 01:55:29 +03:00
services Add a user registration dialog. 2016-01-09 06:43:10 +09:00
tournament spjspj - Add option of 'Number of Seats'. This is for Tournaments so that you can draft say a 4 way draft and then have a 4 way game at the end of it. 2016-09-25 00:46:16 +10:00
util Fix a bug in the cheat system for manual testing. 2016-09-15 19:20:04 -04: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 - Prevent some types of spam in the main chat 2016-07-24 01:56:05 +10:00
ChatSession.java Some changes to logged data and a NPE prevention. 2016-04-14 08:28:28 +02:00
DisconnectReason.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
GmailClient.java replace [list].size() == 0 and [string].length() == 0 to use .isEmpty() instead 2016-09-14 15:27:31 +02:00
MageServerImpl.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
MailClient.java replace [list].size() == 0 and [string].length() == 0 to use .isEmpty() instead 2016-09-14 15:27:31 +02:00
MailgunClient.java replace [list].size() == 0 and [string].length() == 0 to use .isEmpty() instead 2016-09-14 15:27:31 +02:00
Main.java Change all line endings to LF 2016-04-14 16:18:01 +00: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 * Fixed some possible null pointer exceptions. 2016-09-20 23:40:25 +02:00
TableManager.java Remove Unused Imports 2016-04-24 19:50:29 -05:00
User.java Revert "introduced StringUtil class with .isEmpty(String input) and .isNotEmp…" 2016-09-16 23:55:54 +02:00
UserManager.java Add rating to the client (#1498) 2016-05-17 17:27:43 +03:00