foul-magics/Mage.Server/src/main/java/mage/server
2014-10-10 07:58:07 +02:00
..
challenge * Cleanup of server memory handling - removed memory leaks for Chat, Player, Match, Game etc. 2014-02-21 01:13:27 +01:00
draft Some minor changes to logging and object handling. 2014-09-21 09:40:19 +02:00
game * Somem minor formatting / changes. 2014-10-10 07:58:07 +02:00
services * Mage server - Some changes to disconnect reason handling. 2014-06-09 13:16:35 +02:00
tournament * Added handling to show all tournament games in tournament view. 2014-10-02 01:15:21 +02:00
util Added possibility to set some more JBoss Remoting parameters with config.xml on server start. 2014-10-01 16:04:26 +02:00
ChatManager.java * Fixed chat command handling (\list), the user chat input is now escaped to prevent using html tags. 2014-09-26 19:42:58 +02:00
ChatSession.java * Fixed chat command handling (\list), the user chat input is now escaped to prevent using html tags. 2014-09-26 19:42:58 +02:00
DisconnectReason.java * Mage server - Some changes to disconnect reason handling. 2014-06-09 13:16:35 +02:00
MageServerImpl.java * Fixed chat command handling (\list), the user chat input is now escaped to prevent using html tags. 2014-09-26 19:42:58 +02:00
Main.java Added possibility to set some more JBoss Remoting parameters with config.xml on server start. 2014-10-01 16:04:26 +02: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 * Changed handling of phases to stop to server based handling. 2014-09-25 00:33:58 +02:00
SessionManager.java * Server - Some changes to user / match / table handling. 2014-09-07 02:28:47 +02:00
TableController.java * Fixed a bug that tables waiting for players were removed unintended during table health check (running every 10 minutes). 2014-10-09 16:56:25 +02:00
TableManager.java Changes to user / tournament / match handling. 2014-09-18 23:50:34 +02:00
User.java Some fixes to player quits game handling. 2014-09-28 15:45:35 +02:00
UserManager.java Some minor changes to server. 2014-09-29 08:11:18 +02:00