This commit is contained in:
Lorenzo Iovino 2017-07-10 23:02:02 +02:00
parent 6b915932ae
commit dc206c0bb0
15 changed files with 1540 additions and 332 deletions

652
.idea/workspace.xml generated
View file

@ -1,28 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="BookmarkManager"> <component name="BookmarkManager">
<bookmark url="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/Auth.java" line="31" mnemonic="2" /> <bookmark url="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/Auth.java" line="35" mnemonic="2" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="eb36c2e9-c6c6-48da-b007-cd41eccd9e5a" name="Default" comment=""> <list default="true" id="eb36c2e9-c6c6-48da-b007-cd41eccd9e5a" name="Default" comment="">
<change type="DELETED" beforePath="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/WaitForPlayers.java" afterPath="" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/App.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/App.java" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/App.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/App.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/GameController.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/GameController.java" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/MenuController.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/MenuController.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/FetchHighscore.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/FetchHighscore.java" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/models/Game.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/models/Game.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/InvitePlayers.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/InvitePlayers.java" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MenuPage.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MenuPage.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/WaitForPlayers.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/WaitForPlayers.java" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/services/AuthService.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/services/AuthService.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Commons/src/utilities/Logger.java" afterPath="$PROJECT_DIR$/Commons/src/utilities/Logger.java" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/services/NotificationClient.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/services/NotificationClient.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/AccountsManager.java" afterPath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/AccountsManager.java" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/WaitForScore.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/WaitForScore.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/GameServer.java" afterPath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/GameServer.java" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Commons/src/interfaces/IAuth.java" afterPath="$PROJECT_DIR$/Commons/src/interfaces/IAuth.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Commons/src/models/Session.java" afterPath="$PROJECT_DIR$/Commons/src/models/Session.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/Auth.java" afterPath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/Auth.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/NotificationServer.java" afterPath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/NotificationServer.java" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/NotificationServer.java" afterPath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/NotificationServer.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/SessionsManager.java" afterPath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/SessionsManager.java" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/SessionsManager.java" afterPath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/SessionsManager.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/ThreadProxy.java" afterPath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/ThreadProxy.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Server/src/com/texttwist/server/models/Match.java" afterPath="$PROJECT_DIR$/Server/src/com/texttwist/server/models/Match.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/ComputeScore.java" afterPath="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/ComputeScore.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/JoinMatch.java" afterPath="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/JoinMatch.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/MatchTimeout.java" afterPath="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/MatchTimeout.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/SendInvitations.java" afterPath="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/SendInvitations.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/client_1.log" afterPath="$PROJECT_DIR$/client_1.log" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/client_1.log" afterPath="$PROJECT_DIR$/client_1.log" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/server.log" afterPath="$PROJECT_DIR$/server.log" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/server.log" afterPath="$PROJECT_DIR$/server.log" />
</list> </list>
@ -35,7 +29,7 @@
<option name="LAST_RESOLUTION" value="IGNORE" /> <option name="LAST_RESOLUTION" value="IGNORE" />
</component> </component>
<component name="CoverageDataManager"> <component name="CoverageDataManager">
<SUITE FILE_PATH="coverage/TextTwist$Client.coverage" NAME="Client Coverage Results" MODIFIED="1499612066390" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false"> <SUITE FILE_PATH="coverage/TextTwist$Client.coverage" NAME="Client Coverage Results" MODIFIED="1499719461835" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false">
<FILTER>com.texttwist.client.*</FILTER> <FILTER>com.texttwist.client.*</FILTER>
</SUITE> </SUITE>
<SUITE FILE_PATH="coverage/TextTwist$Main__1_.coverage" NAME="Main (1) Coverage Results" MODIFIED="1497438042403" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false"> <SUITE FILE_PATH="coverage/TextTwist$Main__1_.coverage" NAME="Main (1) Coverage Results" MODIFIED="1497438042403" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false">
@ -45,31 +39,83 @@
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" /> <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
<component name="FileEditorManager"> <component name="FileEditorManager">
<leaf SIDE_TABS_SIZE_LIMIT_KEY="375"> <leaf SIDE_TABS_SIZE_LIMIT_KEY="375">
<file leaf-file-name="WaitForPlayers.java" pinned="false" current-in-tab="false"> <file leaf-file-name="NotificationServer.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/WaitForPlayers.java"> <entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/NotificationServer.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="231"> <state relative-caret-position="275">
<caret line="55" column="43" lean-forward="true" selection-start-line="55" selection-start-column="43" selection-end-line="55" selection-end-column="43" /> <caret line="45" column="43" lean-forward="true" selection-start-line="45" selection-start-column="43" selection-end-line="45" selection-end-column="43" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
</file>
<file leaf-file-name="Auth.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/Auth.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="105">
<caret line="52" column="43" lean-forward="false" selection-start-line="52" selection-start-column="43" selection-end-line="52" selection-end-column="43" />
<folding /> <folding />
</state> </state>
</provider> </provider>
</entry> </entry>
</file> </file>
<file leaf-file-name="Message.java" pinned="false" current-in-tab="false"> <file leaf-file-name="AuthService.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Commons/src/models/Message.java"> <entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/services/AuthService.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="483"> <state relative-caret-position="252">
<caret line="30" column="9" lean-forward="true" selection-start-line="30" selection-start-column="9" selection-end-line="30" selection-end-column="9" /> <caret line="25" column="0" lean-forward="true" selection-start-line="25" selection-start-column="0" selection-end-line="25" selection-end-column="0" />
<folding /> <folding />
</state> </state>
</provider> </provider>
</entry> </entry>
</file> </file>
<file leaf-file-name="ThreadProxy.java" pinned="false" current-in-tab="false"> <file leaf-file-name="IAuth.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/ThreadProxy.java"> <entry file="file://$PROJECT_DIR$/Commons/src/interfaces/IAuth.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="574"> <state relative-caret-position="147">
<caret line="142" column="0" lean-forward="true" selection-start-line="142" selection-start-column="0" selection-end-line="142" selection-end-column="0" /> <caret line="10" column="14" lean-forward="true" selection-start-line="10" selection-start-column="14" selection-end-line="10" selection-end-column="14" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="App.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/App.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="290">
<caret line="49" column="26" lean-forward="true" selection-start-line="49" selection-start-column="26" selection-end-line="49" selection-end-column="26" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="WaitForScore.java" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/WaitForScore.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="637">
<caret line="66" column="70" lean-forward="false" selection-start-line="66" selection-start-column="70" selection-end-line="66" selection-end-column="70" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="MenuController.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/MenuController.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="210">
<caret line="16" column="40" lean-forward="false" selection-start-line="16" selection-start-column="40" selection-end-line="16" selection-end-column="40" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="Main.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/Main.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="336">
<caret line="18" column="12" lean-forward="false" selection-start-line="18" selection-start-column="12" selection-end-line="18" selection-end-column="12" />
<folding /> <folding />
</state> </state>
</provider> </provider>
@ -78,68 +124,18 @@
<file leaf-file-name="SessionsManager.java" pinned="false" current-in-tab="false"> <file leaf-file-name="SessionsManager.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/SessionsManager.java"> <entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/SessionsManager.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="21"> <state relative-caret-position="-168">
<caret line="55" column="61" lean-forward="true" selection-start-line="55" selection-start-column="61" selection-end-line="55" selection-end-column="61" /> <caret line="28" column="70" lean-forward="true" selection-start-line="28" selection-start-column="70" selection-end-line="28" selection-end-column="70" />
<folding /> <folding />
</state> </state>
</provider> </provider>
</entry> </entry>
</file> </file>
<file leaf-file-name="AccountsManager.java" pinned="false" current-in-tab="false"> <file leaf-file-name="Game.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/AccountsManager.java"> <entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/models/Game.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="416">
<caret line="59" column="25" lean-forward="true" selection-start-line="59" selection-start-column="25" selection-end-line="59" selection-end-column="25" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="Match.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/models/Match.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="38">
<caret line="124" column="9" lean-forward="true" selection-start-line="124" selection-start-column="9" selection-end-line="124" selection-end-column="9" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="SendInvitations.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/SendInvitations.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="399">
<caret line="29" column="23" lean-forward="false" selection-start-line="29" selection-start-column="23" selection-end-line="29" selection-end-column="23" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="ComputeHighscores.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/ComputeHighscores.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="273"> <state relative-caret-position="273">
<caret line="16" column="62" lean-forward="true" selection-start-line="16" selection-start-column="62" selection-end-line="16" selection-end-column="62" /> <caret line="62" column="61" lean-forward="true" selection-start-line="62" selection-start-column="61" selection-end-line="62" selection-end-column="61" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="ComputeScore.java" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/ComputeScore.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="574">
<caret line="48" column="42" lean-forward="true" selection-start-line="34" selection-start-column="28" selection-end-line="48" selection-end-column="42" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="GamePage.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/GamePage.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="322">
<caret line="53" column="64" lean-forward="true" selection-start-line="53" selection-start-column="64" selection-end-line="53" selection-end-column="64" />
<folding /> <folding />
</state> </state>
</provider> </provider>
@ -156,36 +152,36 @@
</component> </component>
<component name="FindInProjectRecents"> <component name="FindInProjectRecents">
<findStrings> <findStrings>
<find>TIMEO</find> <find>Clientinter</find>
<find>TIMEOU</find> <find>r</find>
<find>TIMEOUT FI</find> <find>regis</find>
<find>TIMEOUT FIN</find> <find>registerfo</find>
<find>TIMEOUT FINI</find> <find>registerfor</find>
<find>TIMEOUT FINITO</find> <find>registerforco</find>
<find>H</find> <find>registerforca</find>
<find>HIGHSCO</find> <find>registerforcal</find>
<find>HIGHSCORE</find> <find>registerforcall</find>
<find>HIGHSCORES</find> <find>logout</find>
<find>t</find> <find>ca</find>
<find>timeot</find> <find>cal</find>
<find>timeo</find> <find>call</find>
<find>timeout</find> <find>callbackObj</find>
<find>timeout fi</find> <find>c</find>
<find>timeout fini</find> <find>callba</find>
<find>s</find> <find>callback</find>
<find>synchr</find> <find>callbackOn</find>
<find>synchro</find> <find>callbackO</find>
<find>synchroni</find> <find>callbackOb</find>
<find>synchroniz</find> <find>l</find>
<find>synchronize</find> <find>notificationcl</find>
<find>synchronized</find> <find>logo</find>
<find>co</find> <find>n</find>
<find>comput</find> <find>new G</find>
<find>compute co</find> <find>new Ga</find>
<find>compute c</find> <find>new Game</find>
<find>compute</find> <find>.</find>
<find>compute s</find> <find>.clos</find>
<find>compute sc</find> <find>.close</find>
</findStrings> </findStrings>
</component> </component>
<component name="Git.Settings"> <component name="Git.Settings">
@ -199,8 +195,6 @@
<component name="IdeDocumentHistory"> <component name="IdeDocumentHistory">
<option name="CHANGED_PATHS"> <option name="CHANGED_PATHS">
<list> <list>
<option value="$PROJECT_DIR$/Commons/src/models/Session.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/services/NotificationService.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/HomePage.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/HomePage.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Page.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Page.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchRequestsPage.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchRequestsPage.java" />
@ -208,22 +202,16 @@
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/RegisterPage.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/RegisterPage.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/services/HighscoresService.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/services/HighscoresService.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/RegisterController.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/RegisterController.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/MenuController.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/MatchSetupController.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/MatchSetupController.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MenuPage.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/HighscoresPage.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/HighscoresPage.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/services/NotificationClient.java" />
<option value="$PROJECT_DIR$/Commons/src/models/Message.java" /> <option value="$PROJECT_DIR$/Commons/src/models/Message.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/models/Dictionary.java" /> <option value="$PROJECT_DIR$/Server/src/com/texttwist/server/models/Dictionary.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/services/AuthService.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/Auth.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/HomeController.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/HomeController.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/CheckOnlineUsers.java" /> <option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/CheckOnlineUsers.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/StartGame.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/StartGame.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/SendMessageToAllPlayers.java" /> <option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/SendMessageToAllPlayers.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/WaitForPlayers.java" /> <option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/WaitForPlayers.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/ComputeHighscores.java" /> <option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/ComputeHighscores.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/WaitForScore.java" />
<option value="$PROJECT_DIR$/Commons/src/constants/Config.java" /> <option value="$PROJECT_DIR$/Commons/src/constants/Config.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/ReceiveWords.java" /> <option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/ReceiveWords.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/MatchTimeout.java" /> <option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/MatchTimeout.java" />
@ -234,22 +222,30 @@
<option value="$PROJECT_DIR$/Commons/src/utilities/Logger.java" /> <option value="$PROJECT_DIR$/Commons/src/utilities/Logger.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/JoinMatch.java" /> <option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/JoinMatch.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/GameServer.java" /> <option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/GameServer.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/NotificationServer.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/SendWords.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/SendWords.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/HighscoresController.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/HighscoresController.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/GamePage.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/GamePage.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/models/Game.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/InvitePlayers.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/InvitePlayers.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/GameController.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/GameController.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/FetchHighscore.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/FetchHighscore.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/App.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/WaitForPlayers.java" /> <option value="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/WaitForPlayers.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/models/Match.java" /> <option value="$PROJECT_DIR$/Server/src/com/texttwist/server/models/Match.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/SendInvitations.java" /> <option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/SendInvitations.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/ComputeScore.java" /> <option value="$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/ComputeScore.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/ThreadProxy.java" /> <option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/ThreadProxy.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/AccountsManager.java" /> <option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/AccountsManager.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/services/NotificationClient.java" />
<option value="$PROJECT_DIR$/Commons/src/models/Session.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/SessionsManager.java" /> <option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/SessionsManager.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/NotificationServer.java" />
<option value="$PROJECT_DIR$/Commons/src/interfaces/IAuth.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MenuPage.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/MenuController.java" />
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/Auth.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/models/Game.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/services/AuthService.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/App.java" />
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/WaitForScore.java" />
</list> </list>
</option> </option>
</component> </component>
@ -613,6 +609,32 @@
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT> </PATH_ELEMENT>
</PATH> </PATH>
<PATH>
<PATH_ELEMENT>
<option name="myItemId" value="TextTwist" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="TextTwist" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="Client" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="src" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="client" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="services" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
</PATH>
<PATH> <PATH>
<PATH_ELEMENT> <PATH_ELEMENT>
<option name="myItemId" value="TextTwist" /> <option name="myItemId" value="TextTwist" />
@ -639,6 +661,32 @@
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT> </PATH_ELEMENT>
</PATH> </PATH>
<PATH>
<PATH_ELEMENT>
<option name="myItemId" value="TextTwist" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="TextTwist" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="Client" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="src" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="client" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="controllers" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
</PATH>
</subPane> </subPane>
</pane> </pane>
<pane id="Scope"> <pane id="Scope">
@ -1245,47 +1293,46 @@
<workItem from="1499430785280" duration="4599000" /> <workItem from="1499430785280" duration="4599000" />
<workItem from="1499591762560" duration="17154000" /> <workItem from="1499591762560" duration="17154000" />
<workItem from="1499673875879" duration="14542000" /> <workItem from="1499673875879" duration="14542000" />
<workItem from="1499712903289" duration="2236000" /> <workItem from="1499712903289" duration="7011000" />
</task> </task>
<servers /> <servers />
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="368364000" /> <option name="totallyTimeSpent" value="373139000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="-8" y="0" width="1924" height="1038" extended-state="0" /> <frame x="-8" y="0" width="1924" height="1038" extended-state="0" />
<editor active="true" />
<layout> <layout>
<window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
<window_info id="Nl-Palette" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> <window_info id="Nl-Palette" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.39949432" sideWeight="0.5164706" order="7" side_tool="true" content_ui="tabs" />
<window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
<window_info id="Properties" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
<window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
<window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.39846322" sideWeight="0.48352942" order="3" side_tool="false" content_ui="tabs" />
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32741398" sideWeight="0.49764705" order="10" side_tool="false" content_ui="tabs" /> <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32741398" sideWeight="0.49764705" order="10" side_tool="false" content_ui="tabs" />
<window_info id="Palette&#9;" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> <window_info id="Palette&#9;" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
<window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> <window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
<window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> <window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.39949432" sideWeight="0.5164706" order="7" side_tool="true" content_ui="tabs" />
<window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" /> <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
<window_info id="Run" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="WINDOWED" visible="true" show_stripe_button="true" weight="0.4215148" sideWeight="0.6982353" order="2" side_tool="false" content_ui="tabs" x="902" y="256" width="908" height="494" /> <window_info id="Run" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="WINDOWED" visible="true" show_stripe_button="true" weight="0.4215148" sideWeight="0.6982353" order="2" side_tool="false" content_ui="tabs" x="218" y="222" width="908" height="477" />
<window_info id="Properties" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> <window_info id="Coverage" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32896116" sideWeight="0.5" order="10" side_tool="true" content_ui="tabs" />
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" /> <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
<window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
<window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.22088143" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" /> <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.22088143" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32930845" sideWeight="0.49764705" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32930845" sideWeight="0.49764705" order="1" side_tool="false" content_ui="tabs" />
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
<window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" /> <window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="true" content_ui="tabs" /> <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="true" content_ui="tabs" />
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.39846322" sideWeight="0.48352942" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
<window_info id="Coverage" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32916668" sideWeight="0.5" order="10" side_tool="true" content_ui="tabs" />
</layout> </layout>
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
@ -1296,7 +1343,7 @@
</component> </component>
<component name="XDebuggerManager"> <component name="XDebuggerManager">
<breakpoint-manager> <breakpoint-manager>
<option name="time" value="106" /> <option name="time" value="107" />
</breakpoint-manager> </breakpoint-manager>
<watches-manager /> <watches-manager />
</component> </component>
@ -1305,24 +1352,6 @@
<option name="FILTER_TARGETS" value="false" /> <option name="FILTER_TARGETS" value="false" />
</component> </component>
<component name="editorHistoryManager"> <component name="editorHistoryManager">
<entry file="jar://C:/Program Files/Java/jdk1.8.0_131/src.zip!/java/net/DatagramSocket.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="171">
<caret line="66" column="6" lean-forward="false" selection-start-line="66" selection-start-column="6" selection-end-line="66" selection-end-column="6" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTImage.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="63">
<caret line="5" column="0" lean-forward="false" selection-start-line="5" selection-start-column="0" selection-end-line="5" selection-end-column="0" />
<folding>
<element signature="imports" expanded="false" />
</folding>
</state>
</provider>
</entry>
<entry file="jar://C:/Program Files/Java/jdk1.8.0_131/src.zip!/java/net/Socket.java"> <entry file="jar://C:/Program Files/Java/jdk1.8.0_131/src.zip!/java/net/Socket.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="293"> <state relative-caret-position="293">
@ -1330,14 +1359,6 @@
</state> </state>
</provider> </provider>
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MenuPage.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="105">
<caret line="13" column="3" lean-forward="true" selection-start-line="13" selection-start-column="3" selection-end-line="13" selection-end-column="3" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/MatchSetupController.java"> <entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/MatchSetupController.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="63"> <state relative-caret-position="63">
@ -1346,22 +1367,6 @@
</state> </state>
</provider> </provider>
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Commons/src/interfaces/IAuth.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="189">
<caret line="12" column="17" lean-forward="false" selection-start-line="12" selection-start-column="17" selection-end-line="12" selection-end-column="17" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/MenuController.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="189">
<caret line="14" column="63" lean-forward="true" selection-start-line="14" selection-start-column="63" selection-end-line="14" selection-end-column="63" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/HomeController.java"> <entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/HomeController.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="210"> <state relative-caret-position="210">
@ -1427,21 +1432,6 @@
</state> </state>
</provider> </provider>
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/WaitForScore.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="210">
<caret line="20" column="0" lean-forward="false" selection-start-line="20" selection-start-column="0" selection-end-line="20" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/Main.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="336">
<caret line="18" column="12" lean-forward="false" selection-start-line="18" selection-start-column="12" selection-end-line="18" selection-end-column="12" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/SendMessageToAllPlayers.java"> <entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/SendMessageToAllPlayers.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="294"> <state relative-caret-position="294">
@ -1450,14 +1440,6 @@
</state> </state>
</provider> </provider>
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/Main.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="84">
<caret line="7" column="13" lean-forward="false" selection-start-line="7" selection-start-column="13" selection-end-line="7" selection-end-column="13" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/CheckOnlineUsers.java"> <entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/CheckOnlineUsers.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="147"> <state relative-caret-position="147">
@ -1467,14 +1449,6 @@
</provider> </provider>
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/AuthService.java" /> <entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/AuthService.java" />
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/Server.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="325">
<caret line="31" column="0" lean-forward="true" selection-start-line="31" selection-start-column="0" selection-end-line="31" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/server.log"> <entry file="file://$PROJECT_DIR$/server.log">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="251"> <state relative-caret-position="251">
@ -1482,30 +1456,6 @@
</state> </state>
</provider> </provider>
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Commons/src/interfaces/INotificationClient.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="147">
<caret line="11" column="17" lean-forward="false" selection-start-line="11" selection-start-column="17" selection-end-line="11" selection-end-column="17" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/Auth.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="315">
<caret line="57" column="13" lean-forward="true" selection-start-line="57" selection-start-column="13" selection-end-line="57" selection-end-column="13" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Commons/src/interfaces/INotificationServer.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="315">
<caret line="16" column="0" lean-forward="true" selection-start-line="16" selection-start-column="0" selection-end-line="16" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/JoinMatch.java"> <entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/JoinMatch.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="210"> <state relative-caret-position="210">
@ -1522,22 +1472,6 @@
</state> </state>
</provider> </provider>
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/NotificationServer.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="105">
<caret line="19" column="16" lean-forward="true" selection-start-line="19" selection-start-column="16" selection-end-line="19" selection-end-column="16" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/GameServer.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="238">
<caret line="93" column="58" lean-forward="false" selection-start-line="93" selection-start-column="58" selection-end-line="93" selection-end-column="58" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/HighscoresController.java"> <entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/HighscoresController.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="168"> <state relative-caret-position="168">
@ -1575,22 +1509,6 @@
</state> </state>
</provider> </provider>
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/services/AuthService.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="336">
<caret line="23" column="51" lean-forward="false" selection-start-line="23" selection-start-column="51" selection-end-line="23" selection-end-column="51" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/App.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="126">
<caret line="62" column="0" lean-forward="true" selection-start-line="62" selection-start-column="0" selection-end-line="62" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/InvitePlayers.java"> <entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/InvitePlayers.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="-609"> <state relative-caret-position="-609">
@ -1599,29 +1517,13 @@
</state> </state>
</provider> </provider>
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/services/NotificationClient.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="378">
<caret line="24" column="28" lean-forward="true" selection-start-line="24" selection-start-column="28" selection-end-line="24" selection-end-column="28" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/models/Game.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="427">
<caret line="99" column="19" lean-forward="true" selection-start-line="99" selection-start-column="19" selection-end-line="99" selection-end-column="19" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/GameController.java"> <entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/GameController.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="357"> <state relative-caret-position="357">
<caret line="30" column="27" lean-forward="true" selection-start-line="30" selection-start-column="27" selection-end-line="30" selection-end-column="27" /> <caret line="30" column="27" lean-forward="true" selection-start-line="30" selection-start-column="27" selection-end-line="30" selection-end-column="27" />
<folding> <folding>
<element signature="e#760#761#0" expanded="true" /> <element signature="e#760#761#0" expanded="false" />
<element signature="e#811#812#0" expanded="true" /> <element signature="e#811#812#0" expanded="false" />
</folding> </folding>
</state> </state>
</provider> </provider>
@ -1666,42 +1568,188 @@
</state> </state>
</provider> </provider>
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/SendInvitations.java"> <entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/ComputeScore.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="399"> <state relative-caret-position="574">
<caret line="29" column="23" lean-forward="false" selection-start-line="29" selection-start-column="23" selection-end-line="29" selection-end-column="23" /> <caret line="48" column="42" lean-forward="true" selection-start-line="34" selection-start-column="28" selection-end-line="48" selection-end-column="42" />
<folding /> <folding />
</state> </state>
</provider> </provider>
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/ThreadProxy.java"> <entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/SendInvitations.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="574"> <state relative-caret-position="147">
<caret line="142" column="0" lean-forward="true" selection-start-line="142" selection-start-column="0" selection-end-line="142" selection-end-column="0" /> <caret line="17" column="0" lean-forward="false" selection-start-line="17" selection-start-column="0" selection-end-line="17" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/services/HighscoresService.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="147">
<caret line="19" column="13" lean-forward="false" selection-start-line="19" selection-start-column="13" selection-end-line="19" selection-end-column="13" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/Main.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="84">
<caret line="7" column="13" lean-forward="false" selection-start-line="7" selection-start-column="13" selection-end-line="7" selection-end-column="13" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/Server.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="94">
<caret line="20" column="27" lean-forward="true" selection-start-line="20" selection-start-column="27" selection-end-line="20" selection-end-column="27" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Commons/src/models/Session.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="168">
<caret line="8" column="0" lean-forward="true" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Commons/src/interfaces/INotificationClient.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="168">
<caret line="12" column="0" lean-forward="true" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="0" />
<folding /> <folding />
</state> </state>
</provider> </provider>
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/AccountsManager.java"> <entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/AccountsManager.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="416"> <state relative-caret-position="819">
<caret line="59" column="25" lean-forward="true" selection-start-line="59" selection-start-column="25" selection-end-line="59" selection-end-column="25" /> <caret line="46" column="13" lean-forward="true" selection-start-line="46" selection-start-column="13" selection-end-line="46" selection-end-column="13" />
<folding /> <folding />
</state> </state>
</provider> </provider>
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Commons/src/interfaces/INotificationServer.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="189">
<caret line="10" column="20" lean-forward="true" selection-start-line="10" selection-start-column="20" selection-end-line="10" selection-end-column="20" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/GameServer.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="994">
<caret line="75" column="19" lean-forward="false" selection-start-line="75" selection-start-column="19" selection-end-line="75" selection-end-column="19" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/ThreadProxy.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="-1064">
<caret line="142" column="0" lean-forward="true" selection-start-line="142" selection-start-column="0" selection-end-line="142" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/services/NotificationClient.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="273">
<caret line="19" column="46" lean-forward="false" selection-start-line="19" selection-start-column="46" selection-end-line="19" selection-end-column="46" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MenuPage.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="577">
<caret line="102" column="36" lean-forward="true" selection-start-line="102" selection-start-column="36" selection-end-line="102" selection-end-column="36" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/NotificationServer.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="275">
<caret line="45" column="43" lean-forward="true" selection-start-line="45" selection-start-column="43" selection-end-line="45" selection-end-column="43" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/SessionsManager.java"> <entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/SessionsManager.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="21"> <state relative-caret-position="-168">
<caret line="55" column="61" lean-forward="true" selection-start-line="55" selection-start-column="61" selection-end-line="55" selection-end-column="61" /> <caret line="28" column="70" lean-forward="true" selection-start-line="28" selection-start-column="70" selection-end-line="28" selection-end-column="70" />
<folding /> <folding />
</state> </state>
</provider> </provider>
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/tasks/ComputeScore.java"> <entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/Auth.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="574"> <state relative-caret-position="105">
<caret line="48" column="42" lean-forward="true" selection-start-line="34" selection-start-column="28" selection-end-line="48" selection-end-column="42" /> <caret line="52" column="43" lean-forward="false" selection-start-line="52" selection-start-column="43" selection-end-line="52" selection-end-column="43" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/controllers/MenuController.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="210">
<caret line="16" column="40" lean-forward="false" selection-start-line="16" selection-start-column="40" selection-end-line="16" selection-end-column="40" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/Main.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="336">
<caret line="18" column="12" lean-forward="false" selection-start-line="18" selection-start-column="12" selection-end-line="18" selection-end-column="12" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Commons/src/interfaces/IAuth.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="147">
<caret line="10" column="14" lean-forward="true" selection-start-line="10" selection-start-column="14" selection-end-line="10" selection-end-column="14" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/models/Game.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="273">
<caret line="62" column="61" lean-forward="true" selection-start-line="62" selection-start-column="61" selection-end-line="62" selection-end-column="61" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/services/AuthService.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="252">
<caret line="25" column="0" lean-forward="true" selection-start-line="25" selection-start-column="0" selection-end-line="25" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/App.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="290">
<caret line="49" column="26" lean-forward="true" selection-start-line="49" selection-start-column="26" selection-end-line="49" selection-end-column="26" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/tasks/WaitForScore.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="637">
<caret line="66" column="70" lean-forward="false" selection-start-line="66" selection-start-column="70" selection-end-line="66" selection-end-column="70" />
<folding /> <folding />
</state> </state>
</provider> </provider>

View file

@ -45,21 +45,6 @@ public class App extends JFrame {
Logger logger = new Logger(new File("./client_"+id+".log"), "Client"+id); Logger logger = new Logger(new File("./client_"+id+".log"), "Client"+id);
Logger.write("Client starting ..."); Logger.write("Client starting ...");
try {
Registry registry = LocateRegistry.getRegistry(Config.NotificationServerStubPort);
INotificationServer server = (INotificationServer) registry.lookup(Config.NotificationServerName);
/* si registra per la callback */
System.out.println("Registering for callback");
INotificationClient callbackObj = new NotificationClient();
INotificationClient stub = (INotificationClient) UnicastRemoteObject.exportObject(callbackObj, 0);
server.registerForCallback(stub);
} catch (RemoteException e) {
e.printStackTrace();
} catch (NotBoundException e) {
e.printStackTrace();
}
//Init models //Init models
game = new Game(); game = new Game();

View file

@ -1,6 +1,7 @@
package com.texttwist.client.controllers; package com.texttwist.client.controllers;
import com.texttwist.client.App; import com.texttwist.client.App;
import interfaces.INotificationClient;
import models.Response; import models.Response;
import java.net.MalformedURLException; import java.net.MalformedURLException;
@ -12,8 +13,8 @@ import java.rmi.RemoteException;
*/ */
public class MenuController { public class MenuController {
public Response logout(String userName) throws RemoteException, NotBoundException, MalformedURLException { public Response logout(String userName, INotificationClient stub) throws RemoteException, NotBoundException, MalformedURLException {
Response res = App.authService.logout(userName); Response res = App.authService.logout(userName, stub);
if (res.code == 200){ if (res.code == 200){
App.session = null; App.session = null;
} }

View file

@ -4,9 +4,12 @@ import com.texttwist.client.App;
import com.texttwist.client.pages.GamePage; import com.texttwist.client.pages.GamePage;
import com.texttwist.client.pages.MenuPage; import com.texttwist.client.pages.MenuPage;
import com.texttwist.client.pages.Page; import com.texttwist.client.pages.Page;
import com.texttwist.client.services.NotificationClient;
import com.texttwist.client.tasks.InvitePlayers; import com.texttwist.client.tasks.InvitePlayers;
import com.texttwist.client.ui.TTDialog; import com.texttwist.client.ui.TTDialog;
import constants.Config; import constants.Config;
import interfaces.INotificationClient;
import interfaces.INotificationServer;
import javafx.util.Pair; import javafx.util.Pair;
import models.Message; import models.Message;
@ -17,6 +20,11 @@ import java.net.InetSocketAddress;
import java.net.MulticastSocket; import java.net.MulticastSocket;
import java.nio.ByteBuffer; import java.nio.ByteBuffer;
import java.nio.channels.SocketChannel; import java.nio.channels.SocketChannel;
import java.rmi.NotBoundException;
import java.rmi.RemoteException;
import java.rmi.registry.LocateRegistry;
import java.rmi.registry.Registry;
import java.rmi.server.UnicastRemoteObject;
import java.util.concurrent.*; import java.util.concurrent.*;
/** /**
@ -30,12 +38,26 @@ public class Game {
public DefaultListModel<String> words = new DefaultListModel<String>(); public DefaultListModel<String> words = new DefaultListModel<String>();
public DefaultListModel<String> letters = new DefaultListModel<String>(); public DefaultListModel<String> letters = new DefaultListModel<String>();
public DefaultListModel<Pair<String,Integer>> ranks = new DefaultListModel<>(); public DefaultListModel<Pair<String,Integer>> ranks = new DefaultListModel<>();
public INotificationClient stub;
public DefaultListModel<Pair<String,Integer>> globalRanks = new DefaultListModel<>(); public DefaultListModel<Pair<String,Integer>> globalRanks = new DefaultListModel<>();
public MulticastSocket multicastSocket; public MulticastSocket multicastSocket;
public INotificationServer server;
public SocketChannel clientSocket = null; public SocketChannel clientSocket = null;
public Game(){ public Game(){
Registry registry = null;
try {
registry = LocateRegistry.getRegistry(Config.NotificationServerStubPort);
server = (INotificationServer) registry.lookup(Config.NotificationServerName);
} catch (RemoteException e) {
e.printStackTrace();
} catch (NotBoundException e) {
e.printStackTrace();
}
InetSocketAddress socketAddress = new InetSocketAddress(Config.GameServerURI, Config.GameServerPort); InetSocketAddress socketAddress = new InetSocketAddress(Config.GameServerURI, Config.GameServerPort);
try { try {
clientSocket = SocketChannel.open(socketAddress); clientSocket = SocketChannel.open(socketAddress);

View file

@ -100,7 +100,7 @@ public class MenuPage extends Page{
new Callable<Object>() { new Callable<Object>() {
@Override @Override
public Object call() throws Exception { public Object call() throws Exception {
menuController.logout(App.session.account.userName); menuController.logout(App.session.account.userName, App.game.stub);
return new HomePage(Page.window); return new HomePage(Page.window);
} }
}, },

View file

@ -1,12 +1,18 @@
package com.texttwist.client.services; package com.texttwist.client.services;
import com.texttwist.client.App; import com.texttwist.client.App;
import com.texttwist.client.models.Game;
import constants.Config; import constants.Config;
import interfaces.IAuth; import interfaces.IAuth;
import interfaces.INotificationClient;
import interfaces.INotificationServer;
import models.Response; import models.Response;
import java.net.MalformedURLException; import java.net.MalformedURLException;
import java.rmi.Naming; import java.rmi.Naming;
import java.rmi.NotBoundException; import java.rmi.NotBoundException;
import java.rmi.RemoteException; import java.rmi.RemoteException;
import java.rmi.registry.LocateRegistry;
import java.rmi.registry.Registry;
import java.rmi.server.UnicastRemoteObject;
/** /**
* Authentication Service * Authentication Service
@ -16,6 +22,17 @@ public class AuthService {
private String baseUrl = Config.getAuthServerURI().concat("/auth"); private String baseUrl = Config.getAuthServerURI().concat("/auth");
public Response login(String userName, String password) throws RemoteException, NotBoundException, MalformedURLException { public Response login(String userName, String password) throws RemoteException, NotBoundException, MalformedURLException {
try {
/* si registra per la callback */
System.out.println("Registering for callback");
INotificationClient callbackObj = new NotificationClient();
App.game.stub = (INotificationClient) UnicastRemoteObject.exportObject(callbackObj, 0);
App.game.server.registerForCallback(App.game.stub);
} catch (RemoteException e) {
e.printStackTrace();
}
IAuth auth = (IAuth) Naming.lookup(baseUrl); IAuth auth = (IAuth) Naming.lookup(baseUrl);
return auth.login(userName, password); return auth.login(userName, password);
} }
@ -25,8 +42,8 @@ public class AuthService {
return auth.register(userName, password); return auth.register(userName, password);
} }
public Response logout(String userName) throws RemoteException, NotBoundException, MalformedURLException { public Response logout(String userName, INotificationClient stub) throws RemoteException, NotBoundException, MalformedURLException {
IAuth auth = (IAuth) Naming.lookup(baseUrl); IAuth auth = (IAuth) Naming.lookup(baseUrl);
return auth.logout(userName, App.session.token); return auth.logout(userName, App.session.token, stub);
} }
} }

View file

@ -20,9 +20,13 @@ public class NotificationClient implements INotificationClient {
public Response sendInvite(String userName, DefaultListModel<String> users) throws RemoteException { public Response sendInvite(String userName, DefaultListModel<String> users) throws RemoteException {
Logger.write("Invoked invitation with username=" + userName + "|" + users.toString() ); Logger.write("Invoked invitation with username=" + userName + "|" + users.toString() );
if(users.contains(App.session.account.userName)){ if(App.session != null) {
Logger.write(userName+" ti ha sfidato!"); if (users.contains(App.session.account.userName)) {
App.game.newMatch(userName); Logger.write(userName + " ti ha sfidato!");
App.game.newMatch(userName);
} else {
Logger.write("L'utente è sloggato");
}
} }
return null; return null;
} }

View file

@ -51,8 +51,6 @@ public class WaitForScore extends SwingWorker<Void,Void> {
} }
} }
App.game.ranks = ranks; App.game.ranks = ranks;
App.game.multicastSocket.leaveGroup(InetAddress.getByName(Config.ScoreMulticastServerURI));
App.game.multicastSocket.close();
} catch (UnknownHostException e) { } catch (UnknownHostException e) {
e.printStackTrace(); e.printStackTrace();
@ -65,6 +63,12 @@ public class WaitForScore extends SwingWorker<Void,Void> {
@Override @Override
public void done(){ public void done(){
App.game.ranks = ranks; App.game.ranks = ranks;
try {
App.game.multicastSocket.leaveGroup(InetAddress.getByName(Config.ScoreMulticastServerURI));
} catch (IOException e) {
e.printStackTrace();
}
App.game.multicastSocket.close();
try { try {
this.callback.execute(); this.callback.execute();

View file

@ -10,6 +10,6 @@ import java.rmi.RemoteException;
public interface IAuth extends Remote { public interface IAuth extends Remote {
Response login(String userName, String password) throws RemoteException; Response login(String userName, String password) throws RemoteException;
Response register(String userName, String password) throws RemoteException; Response register(String userName, String password) throws RemoteException;
Response logout(String userName, String token) throws RemoteException; Response logout(String userName, String token, INotificationClient stub) throws RemoteException;
} }

View file

@ -1,5 +1,7 @@
package models; package models;
import interfaces.INotificationClient;
/** /**
* Created by loke on 17/06/2017. * Created by loke on 17/06/2017.
*/ */
@ -7,6 +9,7 @@ public class Session {
public String token; public String token;
public User account; public User account;
public INotificationClient clientInterface;
public Session(User account, String token){ public Session(User account, String token){
this.token = token; this.token = token;

View file

@ -1,5 +1,7 @@
package com.texttwist.server.components; package com.texttwist.server.components;
import com.texttwist.client.App;
import interfaces.IAuth; import interfaces.IAuth;
import interfaces.INotificationClient;
import models.Response; import models.Response;
import org.json.simple.JsonObject; import org.json.simple.JsonObject;
import utilities.Logger; import utilities.Logger;
@ -9,6 +11,8 @@ import java.rmi.RemoteException;
import java.rmi.server.UnicastRemoteObject; import java.rmi.server.UnicastRemoteObject;
import java.security.SecureRandom; import java.security.SecureRandom;
import static com.texttwist.server.Server.notificationServer;
/** /**
* Created by loke on 15/06/2017. * Created by loke on 15/06/2017.
*/ */
@ -56,8 +60,10 @@ public class Auth extends UnicastRemoteObject implements IAuth {
} }
@Override @Override
public Response logout(String userName, String token) throws RemoteException { public Response logout(String userName, String token, INotificationClient stub) throws RemoteException {
Logger.write("Invoked logout with username=" + userName + " AND " + " token=" + token); Logger.write("Invoked logout with username=" + userName + " AND " + " token=" + token);
notificationServer.unregisterForCallback(stub);
if ((userName != null && !userName.isEmpty()) && (token != null && !token.isEmpty())) { if ((userName != null && !userName.isEmpty()) && (token != null && !token.isEmpty())) {
boolean res = SessionsManager.getInstance().remove(userName); boolean res = SessionsManager.getInstance().remove(userName);
if(res) { if(res) {

View file

@ -10,6 +10,8 @@ import java.util.ArrayList;
import java.util.Iterator; import java.util.Iterator;
import java.util.List; import java.util.List;
import static com.texttwist.client.App.session;
/** /**
* Created by loke on 19/06/2017. * Created by loke on 19/06/2017.
*/ */
@ -18,12 +20,13 @@ public class NotificationServer implements INotificationServer {
private List<INotificationClient> clients; private List<INotificationClient> clients;
public NotificationServer() throws RemoteException { public NotificationServer() throws RemoteException {
super(); super();
clients = new ArrayList<INotificationClient>(); clients = new ArrayList<>();
} }
public synchronized void registerForCallback(INotificationClient clientInterface) throws RemoteException { public synchronized void registerForCallback(INotificationClient clientInterface) throws RemoteException {
if(!clients.contains(clientInterface)){ if(!clients.contains(clientInterface)){
clients.add(clientInterface); clients.add(clientInterface);
System.out.println(clientInterface);
System.out.println("New client registered"); System.out.println("New client registered");
} }
} }
@ -49,7 +52,11 @@ public class NotificationServer implements INotificationServer {
client.sendInvite(username, users); client.sendInvite(username, users);
} catch (RemoteException e) { } catch (RemoteException e) {
System.out.println("Sembra down"); System.out.println("Sembra down");
//unregisterForCallback(client); try {
unregisterForCallback(client);
} catch (RemoteException e1) {
e1.printStackTrace();
}
} }
} }

View file

@ -1,4 +1,5 @@
package com.texttwist.server.components; package com.texttwist.server.components;
import interfaces.INotificationClient;
import models.Session; import models.Session;
import models.User; import models.User;
@ -13,7 +14,6 @@ import java.util.List;
public class SessionsManager { public class SessionsManager {
private List<Session> sessions = Collections.synchronizedList(new ArrayList<Session>()); private List<Session> sessions = Collections.synchronizedList(new ArrayList<Session>());
private static class Holder { private static class Holder {
static final SessionsManager INSTANCE = new SessionsManager(); static final SessionsManager INSTANCE = new SessionsManager();
} }

View file

@ -7672,3 +7672,760 @@ LOGGER (Client1): Mon Jul 10 21:34:05 CEST 2017 - Invoked invitation with userna
LOGGER (Client1): Mon Jul 10 21:34:05 CEST 2017 - Invoked invitation with username=ff|[asd] LOGGER (Client1): Mon Jul 10 21:34:05 CEST 2017 - Invoked invitation with username=ff|[asd]
LOGGER (Client1): Mon Jul 10 21:34:05 CEST 2017 - Invoked invitation with username=ff|[asd] LOGGER (Client1): Mon Jul 10 21:34:05 CEST 2017 - Invoked invitation with username=ff|[asd]
LOGGER (Client1): Mon Jul 10 21:34:05 CEST 2017 - Invoked invitation with username=ff|[asd] LOGGER (Client1): Mon Jul 10 21:34:05 CEST 2017 - Invoked invitation with username=ff|[asd]
LOGGER (Client1): Mon Jul 10 21:36:51 CEST 2017 - Invoked invitation with username=c|[ff, asd]
LOGGER (Client1): Mon Jul 10 21:36:51 CEST 2017 - Invoked invitation with username=c|[ff, asd]
LOGGER (Client1): Mon Jul 10 21:36:51 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 21:36:51 CEST 2017 - Invoked invitation with username=c|[ff, asd]
LOGGER (Client1): Mon Jul 10 21:36:51 CEST 2017 - Invoked invitation with username=c|[ff, asd]
LOGGER (Client1): Mon Jul 10 21:36:51 CEST 2017 - Invoked invitation with username=c|[ff, asd]
LOGGER (Client1): Mon Jul 10 21:36:51 CEST 2017 - Invoked invitation with username=c|[ff, asd]
LOGGER (Client1): Mon Jul 10 21:36:51 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 21:40:36 CEST 2017 - Invoked invitation with username=ee|[ff, c]
LOGGER (Client1): Mon Jul 10 21:40:36 CEST 2017 - Invoked invitation with username=ee|[ff, c]
LOGGER (Client1): Mon Jul 10 21:40:36 CEST 2017 - Invoked invitation with username=ee|[ff, c]
LOGGER (Client1): Mon Jul 10 21:40:36 CEST 2017 - ee ti ha sfidato!
LOGGER (Client1): Mon Jul 10 21:40:36 CEST 2017 - Invoked invitation with username=ee|[ff, c]
LOGGER (Client1): Mon Jul 10 21:40:36 CEST 2017 - Invoked invitation with username=ee|[ff, c]
LOGGER (Client1): Mon Jul 10 21:40:36 CEST 2017 - Invoked invitation with username=ee|[ff, c]
LOGGER (Client1): Mon Jul 10 21:40:36 CEST 2017 - ee ti ha sfidato!
LOGGER (Client1): Mon Jul 10 21:40:48 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 21:40:48 CEST 2017 - d ti ha sfidato!
LOGGER (Client1): Mon Jul 10 21:40:48 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 21:40:48 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 21:40:48 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 21:40:48 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 21:40:48 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 21:41:04 CEST 2017 - Invoked invitation with username=ee|[ff]
LOGGER (Client1): Mon Jul 10 21:41:04 CEST 2017 - Invoked invitation with username=ee|[ff]
LOGGER (Client1): Mon Jul 10 21:41:04 CEST 2017 - Invoked invitation with username=ee|[ff]
LOGGER (Client1): Mon Jul 10 21:41:04 CEST 2017 - Invoked invitation with username=ee|[ff]
LOGGER (Client1): Mon Jul 10 21:41:04 CEST 2017 - Invoked invitation with username=ee|[ff]
LOGGER (Client1): Mon Jul 10 21:41:04 CEST 2017 - Invoked invitation with username=ee|[ff]
LOGGER (Client1): Mon Jul 10 21:41:04 CEST 2017 - ee ti ha sfidato!
LOGGER (Client1): Mon Jul 10 21:41:15 CEST 2017 - Invoked invitation with username=asd|[c]
LOGGER (Client1): Mon Jul 10 21:41:15 CEST 2017 - Invoked invitation with username=asd|[c]
LOGGER (Client1): Mon Jul 10 21:41:15 CEST 2017 - Invoked invitation with username=asd|[c]
LOGGER (Client1): Mon Jul 10 21:41:15 CEST 2017 - asd ti ha sfidato!
LOGGER (Client1): Mon Jul 10 21:41:15 CEST 2017 - Invoked invitation with username=asd|[c]
LOGGER (Client1): Mon Jul 10 21:41:15 CEST 2017 - Invoked invitation with username=asd|[c]
LOGGER (Client1): Mon Jul 10 21:41:15 CEST 2017 - Invoked invitation with username=asd|[c]
LOGGER (Client1): Mon Jul 10 21:49:48 CEST 2017 - Invoked invitation with username=asd|[ff]
LOGGER (Client1): Mon Jul 10 21:49:59 CEST 2017 - Invoked invitation with username=c|[ee]
LOGGER (Client1): Mon Jul 10 21:50:26 CEST 2017 - Invoked invitation with username=asd|[c]
LOGGER (Client1): Mon Jul 10 21:51:22 CEST 2017 - Invoked invitation with username=asd|[c]
LOGGER (Client1): Mon Jul 10 21:54:31 CEST 2017 - Invoked invitation with username=asd|[c]
LOGGER (Client1): Mon Jul 10 21:55:10 CEST 2017 - Invoked invitation with username=asd|[c]
LOGGER (Client1): Mon Jul 10 21:55:48 CEST 2017 - Invoked invitation with username=ee|[asd]
LOGGER (Client1): Mon Jul 10 21:56:35 CEST 2017 - Invoked invitation with username=c|[asd]
LOGGER (Client1): Mon Jul 10 21:57:19 CEST 2017 - Invoked invitation with username=ff|[asd]
LOGGER (Client1): Mon Jul 10 21:59:55 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 21:59:56 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:00:04 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:00:09 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:00:09 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:00:09 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:00:09 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:00:23 CEST 2017 - Invoked invitation with username=b|[a, c]
LOGGER (Client1): Mon Jul 10 22:00:23 CEST 2017 - Invoked invitation with username=b|[a, c]
LOGGER (Client1): Mon Jul 10 22:00:23 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:00:23 CEST 2017 - Invoked invitation with username=b|[a, c]
LOGGER (Client1): Mon Jul 10 22:00:23 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:00:43 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:00:43 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:00:43 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:00:43 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:00:54 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:00:54 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:00:54 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:00:54 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:01:17 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:03:13 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:03:17 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:03:20 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:03:25 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:03:25 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:03:25 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:03:25 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:03:38 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:03:38 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:03:38 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:03:38 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:03:56 CEST 2017 - Invoked invitation with username=a|[c]
LOGGER (Client1): Mon Jul 10 22:03:56 CEST 2017 - Invoked invitation with username=a|[c]
LOGGER (Client1): Mon Jul 10 22:03:56 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:03:56 CEST 2017 - Invoked invitation with username=a|[c]
LOGGER (Client1): Mon Jul 10 22:03:56 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:04:14 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:04:23 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:04:23 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:04:24 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:04:24 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:04:24 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:04:24 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:04:25 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:04:25 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:05:22 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:05:27 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:05:27 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:05:29 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:06:20 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:06:20 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:06:22 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:06:22 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:06:48 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:06:49 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:06:54 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:07:06 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:07:06 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:07:06 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:07:06 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:07:16 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:07:16 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:07:16 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:07:16 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:07:31 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:07:31 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:10:49 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:10:51 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:10:57 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:10:57 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:10:57 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:10:57 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:11:01 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:11:06 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:11:11 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:11:11 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:11:11 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:11:11 CEST 2017 - d ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:11:11 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:11:11 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:11:11 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:11:11 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:11:16 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:11:16 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:11:16 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:11:16 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:11:16 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:11:16 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:11:16 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:11:16 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:11:27 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 22:11:27 CEST 2017 - d ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:11:27 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 22:12:01 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:12:01 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:12:01 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:12:12 CEST 2017 - Invoked invitation with username=a|[d]
LOGGER (Client1): Mon Jul 10 22:12:12 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:12:12 CEST 2017 - Invoked invitation with username=a|[d]
LOGGER (Client1): Mon Jul 10 22:12:12 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:12:12 CEST 2017 - Invoked invitation with username=a|[d]
LOGGER (Client1): Mon Jul 10 22:12:12 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:12:12 CEST 2017 - Invoked invitation with username=a|[d]
LOGGER (Client1): Mon Jul 10 22:12:12 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:12:17 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:12:41 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:12:41 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:12:41 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:12:41 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:12:41 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:12:41 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:12:41 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:12:41 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:12:41 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:12:41 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:12:49 CEST 2017 - Invoked invitation with username=a|[d]
LOGGER (Client1): Mon Jul 10 22:12:49 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:12:49 CEST 2017 - Invoked invitation with username=a|[d]
LOGGER (Client1): Mon Jul 10 22:12:49 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:12:49 CEST 2017 - Invoked invitation with username=a|[d]
LOGGER (Client1): Mon Jul 10 22:12:49 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:12:49 CEST 2017 - Invoked invitation with username=a|[d]
LOGGER (Client1): Mon Jul 10 22:12:49 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:12:49 CEST 2017 - Invoked invitation with username=a|[d]
LOGGER (Client1): Mon Jul 10 22:12:49 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:13:03 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:13:03 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:13:03 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:13:03 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:13:03 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:13:51 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:13:52 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:14:00 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:14:00 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:14:00 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:14:00 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:14:04 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:14:06 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:14:17 CEST 2017 - Invoked invitation with username=d|[c, a]
LOGGER (Client1): Mon Jul 10 22:14:17 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:14:17 CEST 2017 - Invoked invitation with username=d|[c, a]
LOGGER (Client1): Mon Jul 10 22:14:17 CEST 2017 - d ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:14:17 CEST 2017 - Invoked invitation with username=d|[c, a]
LOGGER (Client1): Mon Jul 10 22:14:17 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:14:17 CEST 2017 - Invoked invitation with username=d|[c, a]
LOGGER (Client1): Mon Jul 10 22:14:17 CEST 2017 - d ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:14:22 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:14:39 CEST 2017 - Invoked invitation with username=e|[a]
LOGGER (Client1): Mon Jul 10 22:14:39 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:14:39 CEST 2017 - Invoked invitation with username=e|[a]
LOGGER (Client1): Mon Jul 10 22:14:39 CEST 2017 - e ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:14:39 CEST 2017 - Invoked invitation with username=e|[a]
LOGGER (Client1): Mon Jul 10 22:14:39 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:14:39 CEST 2017 - Invoked invitation with username=e|[a]
LOGGER (Client1): Mon Jul 10 22:14:39 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:14:39 CEST 2017 - Invoked invitation with username=e|[a]
LOGGER (Client1): Mon Jul 10 22:14:39 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:14:46 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:14:46 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:14:46 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:14:46 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:14:46 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:14:55 CEST 2017 - Invoked invitation with username=a|[e]
LOGGER (Client1): Mon Jul 10 22:14:55 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:14:55 CEST 2017 - Invoked invitation with username=a|[e]
LOGGER (Client1): Mon Jul 10 22:14:55 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:14:55 CEST 2017 - Invoked invitation with username=a|[e]
LOGGER (Client1): Mon Jul 10 22:16:42 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:16:43 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:16:45 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:16:46 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:16:47 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:16:49 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:17:21 CEST 2017 - Invoked invitation with username=f|[a]
LOGGER (Client1): Mon Jul 10 22:17:21 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:21 CEST 2017 - Invoked invitation with username=f|[a]
LOGGER (Client1): Mon Jul 10 22:17:21 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:21 CEST 2017 - Invoked invitation with username=f|[a]
LOGGER (Client1): Mon Jul 10 22:17:21 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:21 CEST 2017 - Invoked invitation with username=f|[a]
LOGGER (Client1): Mon Jul 10 22:17:21 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:21 CEST 2017 - Invoked invitation with username=f|[a]
LOGGER (Client1): Mon Jul 10 22:17:21 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:21 CEST 2017 - Invoked invitation with username=f|[a]
LOGGER (Client1): Mon Jul 10 22:17:21 CEST 2017 - f ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:17:26 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:17:26 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:26 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:17:26 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:26 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:17:26 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:26 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:17:26 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:17:26 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:17:26 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:26 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:17:26 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:30 CEST 2017 - Invoked invitation with username=b|[e]
LOGGER (Client1): Mon Jul 10 22:17:30 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:30 CEST 2017 - Invoked invitation with username=b|[e]
LOGGER (Client1): Mon Jul 10 22:17:30 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:30 CEST 2017 - Invoked invitation with username=b|[e]
LOGGER (Client1): Mon Jul 10 22:17:30 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:17:30 CEST 2017 - Invoked invitation with username=b|[e]
LOGGER (Client1): Mon Jul 10 22:17:30 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:30 CEST 2017 - Invoked invitation with username=b|[e]
LOGGER (Client1): Mon Jul 10 22:17:30 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:30 CEST 2017 - Invoked invitation with username=b|[e]
LOGGER (Client1): Mon Jul 10 22:17:30 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:39 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:17:39 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:17:39 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:39 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:17:39 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:39 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:17:39 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:39 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:17:39 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:17:39 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:17:39 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:45 CEST 2017 - Invoked invitation with username=c|[e]
LOGGER (Client1): Mon Jul 10 22:17:45 CEST 2017 - Invoked invitation with username=c|[e]
LOGGER (Client1): Mon Jul 10 22:17:45 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:45 CEST 2017 - Invoked invitation with username=c|[e]
LOGGER (Client1): Mon Jul 10 22:17:45 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:17:45 CEST 2017 - Invoked invitation with username=c|[e]
LOGGER (Client1): Mon Jul 10 22:17:45 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:45 CEST 2017 - Invoked invitation with username=c|[e]
LOGGER (Client1): Mon Jul 10 22:17:45 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:45 CEST 2017 - Invoked invitation with username=c|[e]
LOGGER (Client1): Mon Jul 10 22:17:45 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:54 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:17:54 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:17:54 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:54 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:17:54 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:54 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:17:54 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:54 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:17:54 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:17:54 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:17:54 CEST 2017 - d ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:18:02 CEST 2017 - Invoked invitation with username=f|[b]
LOGGER (Client1): Mon Jul 10 22:18:02 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:02 CEST 2017 - Invoked invitation with username=f|[b]
LOGGER (Client1): Mon Jul 10 22:18:02 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:02 CEST 2017 - Invoked invitation with username=f|[b]
LOGGER (Client1): Mon Jul 10 22:18:02 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:02 CEST 2017 - Invoked invitation with username=f|[b]
LOGGER (Client1): Mon Jul 10 22:18:02 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:02 CEST 2017 - Invoked invitation with username=f|[b]
LOGGER (Client1): Mon Jul 10 22:18:02 CEST 2017 - f ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:18:02 CEST 2017 - Invoked invitation with username=f|[b]
LOGGER (Client1): Mon Jul 10 22:18:02 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:12 CEST 2017 - Invoked invitation with username=a|[c]
LOGGER (Client1): Mon Jul 10 22:18:12 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:12 CEST 2017 - Invoked invitation with username=a|[c]
LOGGER (Client1): Mon Jul 10 22:18:12 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:18:12 CEST 2017 - Invoked invitation with username=a|[c]
LOGGER (Client1): Mon Jul 10 22:18:12 CEST 2017 - Invoked invitation with username=a|[c]
LOGGER (Client1): Mon Jul 10 22:18:12 CEST 2017 - Invoked invitation with username=a|[c]
LOGGER (Client1): Mon Jul 10 22:18:12 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:12 CEST 2017 - Invoked invitation with username=a|[c]
LOGGER (Client1): Mon Jul 10 22:18:12 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:22 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 22:18:22 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:22 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 22:18:22 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:22 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 22:18:22 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 22:18:22 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:22 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 22:18:22 CEST 2017 - d ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:18:22 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 22:18:22 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:28 CEST 2017 - Invoked invitation with username=f|[]
LOGGER (Client1): Mon Jul 10 22:18:28 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:28 CEST 2017 - Invoked invitation with username=f|[]
LOGGER (Client1): Mon Jul 10 22:18:28 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:28 CEST 2017 - Invoked invitation with username=f|[]
LOGGER (Client1): Mon Jul 10 22:18:28 CEST 2017 - Invoked invitation with username=f|[]
LOGGER (Client1): Mon Jul 10 22:18:28 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:28 CEST 2017 - Invoked invitation with username=f|[]
LOGGER (Client1): Mon Jul 10 22:18:28 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:28 CEST 2017 - Invoked invitation with username=f|[]
LOGGER (Client1): Mon Jul 10 22:18:28 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:33 CEST 2017 - Invoked invitation with username=f|[e]
LOGGER (Client1): Mon Jul 10 22:18:33 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:33 CEST 2017 - Invoked invitation with username=f|[e]
LOGGER (Client1): Mon Jul 10 22:18:33 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:33 CEST 2017 - Invoked invitation with username=f|[e]
LOGGER (Client1): Mon Jul 10 22:18:33 CEST 2017 - f ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:18:33 CEST 2017 - Invoked invitation with username=f|[e]
LOGGER (Client1): Mon Jul 10 22:18:33 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:33 CEST 2017 - Invoked invitation with username=f|[e]
LOGGER (Client1): Mon Jul 10 22:18:33 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:18:33 CEST 2017 - Invoked invitation with username=f|[e]
LOGGER (Client1): Mon Jul 10 22:18:33 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:20:30 CEST 2017 - Invoked invitation with username=f|[a]
LOGGER (Client1): Mon Jul 10 22:20:30 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:20:30 CEST 2017 - Invoked invitation with username=f|[a]
LOGGER (Client1): Mon Jul 10 22:20:30 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:20:30 CEST 2017 - Invoked invitation with username=f|[a]
LOGGER (Client1): Mon Jul 10 22:20:30 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:20:30 CEST 2017 - Invoked invitation with username=f|[a]
LOGGER (Client1): Mon Jul 10 22:20:30 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:20:30 CEST 2017 - Invoked invitation with username=f|[a]
LOGGER (Client1): Mon Jul 10 22:20:30 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:20:30 CEST 2017 - Invoked invitation with username=f|[a]
LOGGER (Client1): Mon Jul 10 22:20:30 CEST 2017 - f ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:21:19 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:21:19 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:21:20 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:21:20 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:21:20 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:21:20 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:21:45 CEST 2017 - Invoked invitation with username=d|[c]
LOGGER (Client1): Mon Jul 10 22:21:45 CEST 2017 - d ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:21:46 CEST 2017 - Invoked invitation with username=d|[c]
LOGGER (Client1): Mon Jul 10 22:21:46 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:21:46 CEST 2017 - Invoked invitation with username=d|[c]
LOGGER (Client1): Mon Jul 10 22:21:46 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:29:28 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:36:47 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:36:49 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:36:51 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:36:52 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:37:06 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:37:06 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:06 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:37:07 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:07 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:37:07 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:07 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:37:07 CEST 2017 - d ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:37:11 CEST 2017 - Invoked invitation with username=b|[]
LOGGER (Client1): Mon Jul 10 22:37:11 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:11 CEST 2017 - Invoked invitation with username=b|[]
LOGGER (Client1): Mon Jul 10 22:37:11 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:11 CEST 2017 - Invoked invitation with username=b|[]
LOGGER (Client1): Mon Jul 10 22:37:11 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:11 CEST 2017 - Invoked invitation with username=b|[]
LOGGER (Client1): Mon Jul 10 22:37:11 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:12 CEST 2017 - Invoked invitation with username=b|[]
LOGGER (Client1): Mon Jul 10 22:37:12 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:12 CEST 2017 - Invoked invitation with username=b|[]
LOGGER (Client1): Mon Jul 10 22:37:12 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:12 CEST 2017 - Invoked invitation with username=b|[]
LOGGER (Client1): Mon Jul 10 22:37:12 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:12 CEST 2017 - Invoked invitation with username=b|[]
LOGGER (Client1): Mon Jul 10 22:37:12 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:14 CEST 2017 - Invoked invitation with username=b|[]
LOGGER (Client1): Mon Jul 10 22:37:14 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:14 CEST 2017 - Invoked invitation with username=b|[]
LOGGER (Client1): Mon Jul 10 22:37:14 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:14 CEST 2017 - Invoked invitation with username=b|[]
LOGGER (Client1): Mon Jul 10 22:37:14 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:14 CEST 2017 - Invoked invitation with username=b|[]
LOGGER (Client1): Mon Jul 10 22:37:14 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:24 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:37:24 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:24 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:37:24 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:37:24 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:37:24 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:24 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:37:24 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:45 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:37:45 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:45 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:37:45 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:45 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:37:45 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:45 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:37:45 CEST 2017 - d ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:37:51 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:37:51 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:51 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:37:51 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:37:51 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:37:51 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:37:51 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:37:51 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:38:18 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:38:19 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:38:27 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:38:27 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:39:19 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:40:54 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:40:55 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:40:56 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:40:58 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:41:13 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:41:13 CEST 2017 - d ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:41:13 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:41:13 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:41:13 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:41:13 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:41:13 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:41:13 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:41:18 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:41:18 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:41:18 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:41:18 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:41:18 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:41:18 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:41:18 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:41:18 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:44:22 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:44:57 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:44:58 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:45:06 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:45:14 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:45:14 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:45:14 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:45:14 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:45:38 CEST 2017 - Invoked invitation with username=a|[c]
LOGGER (Client1): Mon Jul 10 22:45:38 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:45:38 CEST 2017 - Invoked invitation with username=a|[c]
LOGGER (Client1): Mon Jul 10 22:45:38 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:45:53 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:45:53 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:45:53 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:45:53 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:46:06 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:46:06 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:46:06 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:46:06 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:47:02 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:47:02 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:47:02 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:47:02 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:47:07 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:47:07 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:47:07 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:47:07 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:50:12 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:50:14 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:50:15 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:50:17 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:50:32 CEST 2017 - Invoked invitation with username=b|[d]
LOGGER (Client1): Mon Jul 10 22:50:32 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:50:32 CEST 2017 - Invoked invitation with username=b|[d]
LOGGER (Client1): Mon Jul 10 22:50:32 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:50:32 CEST 2017 - Invoked invitation with username=b|[d]
LOGGER (Client1): Mon Jul 10 22:50:32 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:50:32 CEST 2017 - Invoked invitation with username=b|[d]
LOGGER (Client1): Mon Jul 10 22:50:32 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:50:37 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:50:37 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:50:37 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:50:37 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:50:37 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:50:37 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:50:37 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:50:37 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:50:54 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:50:54 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:50:54 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:50:54 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:50:54 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:50:54 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:50:54 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:50:54 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:50:59 CEST 2017 - Invoked invitation with username=a|[d]
LOGGER (Client1): Mon Jul 10 22:50:59 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:50:59 CEST 2017 - Invoked invitation with username=a|[d]
LOGGER (Client1): Mon Jul 10 22:50:59 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:50:59 CEST 2017 - Invoked invitation with username=a|[d]
LOGGER (Client1): Mon Jul 10 22:50:59 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:50:59 CEST 2017 - Invoked invitation with username=a|[d]
LOGGER (Client1): Mon Jul 10 22:50:59 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:51:12 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:51:12 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:51:12 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:51:12 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:51:12 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:51:12 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:51:12 CEST 2017 - Invoked invitation with username=c|[b]
LOGGER (Client1): Mon Jul 10 22:51:12 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:51:25 CEST 2017 - Invoked invitation with username=d|[]
LOGGER (Client1): Mon Jul 10 22:51:25 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:51:25 CEST 2017 - Invoked invitation with username=d|[]
LOGGER (Client1): Mon Jul 10 22:51:25 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:51:25 CEST 2017 - Invoked invitation with username=d|[]
LOGGER (Client1): Mon Jul 10 22:51:25 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:51:26 CEST 2017 - Invoked invitation with username=d|[]
LOGGER (Client1): Mon Jul 10 22:51:26 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:51:26 CEST 2017 - Invoked invitation with username=d|[]
LOGGER (Client1): Mon Jul 10 22:51:26 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:51:26 CEST 2017 - Invoked invitation with username=d|[]
LOGGER (Client1): Mon Jul 10 22:51:26 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:51:34 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 22:51:34 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:51:34 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 22:51:34 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:51:34 CEST 2017 - Invoked invitation with username=d|[b]
LOGGER (Client1): Mon Jul 10 22:51:34 CEST 2017 - d ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:51:53 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:51:53 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:51:53 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:51:53 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:51:53 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:51:53 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:51:53 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:51:53 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:52:00 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:52:00 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:52:00 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:52:00 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:52:00 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:52:01 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:52:01 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:52:01 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:55:01 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:55:03 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:55:09 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:55:12 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:55:24 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:55:24 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:55:24 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:55:24 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:55:24 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:55:24 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:55:24 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:55:24 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:55:34 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:55:34 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:55:34 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:55:34 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:55:34 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:55:34 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:55:34 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:55:34 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:55:47 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:55:47 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:55:47 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:55:47 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:55:47 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:55:47 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:55:47 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:55:47 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:55:53 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:55:53 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:55:54 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:55:54 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:55:54 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:55:54 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:55:54 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:55:54 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:04 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:56:04 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:04 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:56:04 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:04 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:56:04 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:04 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:56:04 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:56:16 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:56:16 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:16 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:56:16 CEST 2017 - d ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:56:16 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:56:16 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:16 CEST 2017 - Invoked invitation with username=d|[a]
LOGGER (Client1): Mon Jul 10 22:56:16 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:19 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:56:19 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:19 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:56:19 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:19 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:56:19 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:56:19 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:56:19 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:27 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:56:28 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:56:46 CEST 2017 - Invoked invitation with username=ee|[a]
LOGGER (Client1): Mon Jul 10 22:56:46 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:46 CEST 2017 - Invoked invitation with username=ee|[a]
LOGGER (Client1): Mon Jul 10 22:56:46 CEST 2017 - ee ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:56:46 CEST 2017 - Invoked invitation with username=ee|[a]
LOGGER (Client1): Mon Jul 10 22:56:46 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:46 CEST 2017 - Invoked invitation with username=ee|[a]
LOGGER (Client1): Mon Jul 10 22:56:46 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:46 CEST 2017 - Invoked invitation with username=ee|[a]
LOGGER (Client1): Mon Jul 10 22:56:46 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:46 CEST 2017 - Invoked invitation with username=ee|[a]
LOGGER (Client1): Mon Jul 10 22:56:46 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:51 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:56:51 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:51 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:56:51 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:51 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:56:51 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:56:51 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:56:51 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:51 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:56:51 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:56:51 CEST 2017 - Invoked invitation with username=b|[c]
LOGGER (Client1): Mon Jul 10 22:56:51 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:57:03 CEST 2017 - Invoked invitation with username=a|[c, ee]
LOGGER (Client1): Mon Jul 10 22:57:03 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:57:03 CEST 2017 - Invoked invitation with username=a|[c, ee]
LOGGER (Client1): Mon Jul 10 22:57:03 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:57:03 CEST 2017 - Invoked invitation with username=a|[c, ee]
LOGGER (Client1): Mon Jul 10 22:57:03 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:57:03 CEST 2017 - Invoked invitation with username=a|[c, ee]
LOGGER (Client1): Mon Jul 10 22:57:03 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:57:03 CEST 2017 - Invoked invitation with username=a|[c, ee]
LOGGER (Client1): Mon Jul 10 22:57:03 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:58:42 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:58:43 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:58:49 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:58:49 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:58:49 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:58:49 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:58:52 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:58:57 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:58:57 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:58:57 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:58:57 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:58:57 CEST 2017 - Invoked invitation with username=c|[a]
LOGGER (Client1): Mon Jul 10 22:58:57 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:59:03 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 22:59:08 CEST 2017 - Invoked invitation with username=d|[c]
LOGGER (Client1): Mon Jul 10 22:59:08 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:59:08 CEST 2017 - Invoked invitation with username=d|[c]
LOGGER (Client1): Mon Jul 10 22:59:08 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:59:08 CEST 2017 - Invoked invitation with username=d|[c]
LOGGER (Client1): Mon Jul 10 22:59:08 CEST 2017 - d ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:59:08 CEST 2017 - Invoked invitation with username=d|[c]
LOGGER (Client1): Mon Jul 10 22:59:08 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:59:13 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:59:13 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:59:13 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:59:13 CEST 2017 - a ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:59:13 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:59:13 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:59:13 CEST 2017 - Invoked invitation with username=a|[b]
LOGGER (Client1): Mon Jul 10 22:59:13 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:59:31 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:59:31 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:59:31 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:59:31 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:59:31 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:59:31 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:59:31 CEST 2017 - Invoked invitation with username=b|[a]
LOGGER (Client1): Mon Jul 10 22:59:31 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:59:36 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:59:36 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:59:36 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:59:36 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:59:36 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:59:36 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 22:59:36 CEST 2017 - Invoked invitation with username=c|[d]
LOGGER (Client1): Mon Jul 10 22:59:36 CEST 2017 - c ti ha sfidato!
LOGGER (Client1): Mon Jul 10 22:59:49 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 23:00:01 CEST 2017 - Invoked invitation with username=asd|[a, b, c, d]
LOGGER (Client1): Mon Jul 10 23:00:01 CEST 2017 - asd ti ha sfidato!
LOGGER (Client1): Mon Jul 10 23:00:01 CEST 2017 - Invoked invitation with username=asd|[a, b, c, d]
LOGGER (Client1): Mon Jul 10 23:00:01 CEST 2017 - asd ti ha sfidato!
LOGGER (Client1): Mon Jul 10 23:00:01 CEST 2017 - Invoked invitation with username=asd|[a, b, c, d]
LOGGER (Client1): Mon Jul 10 23:00:01 CEST 2017 - asd ti ha sfidato!
LOGGER (Client1): Mon Jul 10 23:00:01 CEST 2017 - Invoked invitation with username=asd|[a, b, c, d]
LOGGER (Client1): Mon Jul 10 23:00:01 CEST 2017 - asd ti ha sfidato!
LOGGER (Client1): Mon Jul 10 23:00:01 CEST 2017 - Invoked invitation with username=asd|[a, b, c, d]
LOGGER (Client1): Mon Jul 10 23:00:01 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:00:09 CEST 2017 - Client starting ...
LOGGER (Client1): Mon Jul 10 23:00:26 CEST 2017 - Invoked invitation with username=b|[dd, a]
LOGGER (Client1): Mon Jul 10 23:00:26 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 23:00:26 CEST 2017 - Invoked invitation with username=b|[dd, a]
LOGGER (Client1): Mon Jul 10 23:00:26 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:00:26 CEST 2017 - Invoked invitation with username=b|[dd, a]
LOGGER (Client1): Mon Jul 10 23:00:26 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:00:26 CEST 2017 - Invoked invitation with username=b|[dd, a]
LOGGER (Client1): Mon Jul 10 23:00:26 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:00:26 CEST 2017 - Invoked invitation with username=b|[dd, a]
LOGGER (Client1): Mon Jul 10 23:00:26 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:00:26 CEST 2017 - Invoked invitation with username=b|[dd, a]
LOGGER (Client1): Mon Jul 10 23:00:26 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 23:00:46 CEST 2017 - Invoked invitation with username=asd|[b]
LOGGER (Client1): Mon Jul 10 23:00:46 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:00:46 CEST 2017 - Invoked invitation with username=asd|[b]
LOGGER (Client1): Mon Jul 10 23:00:46 CEST 2017 - asd ti ha sfidato!
LOGGER (Client1): Mon Jul 10 23:00:46 CEST 2017 - Invoked invitation with username=asd|[b]
LOGGER (Client1): Mon Jul 10 23:00:46 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:00:46 CEST 2017 - Invoked invitation with username=asd|[b]
LOGGER (Client1): Mon Jul 10 23:00:46 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:00:46 CEST 2017 - Invoked invitation with username=asd|[b]
LOGGER (Client1): Mon Jul 10 23:00:46 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:00:46 CEST 2017 - Invoked invitation with username=asd|[b]
LOGGER (Client1): Mon Jul 10 23:00:46 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:00:55 CEST 2017 - Invoked invitation with username=dd|[c]
LOGGER (Client1): Mon Jul 10 23:00:55 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:00:55 CEST 2017 - Invoked invitation with username=dd|[c]
LOGGER (Client1): Mon Jul 10 23:00:55 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:00:55 CEST 2017 - Invoked invitation with username=dd|[c]
LOGGER (Client1): Mon Jul 10 23:00:55 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:00:55 CEST 2017 - Invoked invitation with username=dd|[c]
LOGGER (Client1): Mon Jul 10 23:00:55 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:00:55 CEST 2017 - Invoked invitation with username=dd|[c]
LOGGER (Client1): Mon Jul 10 23:00:55 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:00:55 CEST 2017 - Invoked invitation with username=dd|[c]
LOGGER (Client1): Mon Jul 10 23:00:55 CEST 2017 - dd ti ha sfidato!
LOGGER (Client1): Mon Jul 10 23:01:37 CEST 2017 - Invoked invitation with username=b|[a, c]
LOGGER (Client1): Mon Jul 10 23:01:37 CEST 2017 - b ti ha sfidato!
LOGGER (Client1): Mon Jul 10 23:01:37 CEST 2017 - Invoked invitation with username=b|[a, c]
LOGGER (Client1): Mon Jul 10 23:01:37 CEST 2017 - L'utente è sloggato
LOGGER (Client1): Mon Jul 10 23:01:37 CEST 2017 - Invoked invitation with username=b|[a, c]
LOGGER (Client1): Mon Jul 10 23:01:37 CEST 2017 - b ti ha sfidato!

View file

@ -9256,3 +9256,357 @@ LOGGER (Server): Mon Jul 10 21:33:44 CEST 2017 - Invoked register with username=
LOGGER (Server): Mon Jul 10 21:33:44 CEST 2017 - Registration successfull LOGGER (Server): Mon Jul 10 21:33:44 CEST 2017 - Registration successfull
LOGGER (Server): Mon Jul 10 21:33:47 CEST 2017 - Invoked login with username=asd AND password=asd LOGGER (Server): Mon Jul 10 21:33:47 CEST 2017 - Invoked login with username=asd AND password=asd
LOGGER (Server): Mon Jul 10 21:33:47 CEST 2017 - Login successfull LOGGER (Server): Mon Jul 10 21:33:47 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 21:49:44 CEST 2017 - Invoked logout with username=b AND token=59kg42dhkoqo47n1jvnhhoqsbl
LOGGER (Server): Mon Jul 10 21:49:44 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 21:49:44 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 21:49:45 CEST 2017 - Invoked logout with username=d AND token=hnrkrdg97sfe89c8vtuknc49nt
LOGGER (Server): Mon Jul 10 21:49:45 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 21:49:45 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 21:59:52 CEST 2017 - Server starting ...
LOGGER (Server): Mon Jul 10 21:59:52 CEST 2017 - Auth Service running at 9999 port...
LOGGER (Server): Mon Jul 10 21:59:52 CEST 2017 - GamePage Service is running at 10000 port...
LOGGER (Server): Mon Jul 10 21:59:52 CEST 2017 - Server started
LOGGER (Server): Mon Jul 10 21:59:58 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 21:59:58 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:00:00 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:00:00 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:00:05 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:00:05 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:00:36 CEST 2017 - Invoked logout with username=c AND token=jqda96mbskl708hnbd8i1to5l2
LOGGER (Server): Mon Jul 10 22:00:36 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:00:36 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:00:59 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:00:59 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:01:06 CEST 2017 - Invoked logout with username=b AND token=2fs3029b4norohrai31ifi8aj5
LOGGER (Server): Mon Jul 10 22:01:06 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:01:06 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:01:13 CEST 2017 - Invoked logout with username=b AND token=aiktdjpos38t82ok6el8t71oci
LOGGER (Server): Mon Jul 10 22:01:13 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:01:15 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:01:15 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:03:11 CEST 2017 - Server starting ...
LOGGER (Server): Mon Jul 10 22:03:11 CEST 2017 - Auth Service running at 9999 port...
LOGGER (Server): Mon Jul 10 22:03:11 CEST 2017 - Server started
LOGGER (Server): Mon Jul 10 22:03:11 CEST 2017 - GamePage Service is running at 10000 port...
LOGGER (Server): Mon Jul 10 22:03:14 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:03:14 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:03:18 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:03:18 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:03:21 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:03:21 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:03:31 CEST 2017 - Invoked logout with username=b AND token=v4ihft0651v314htajg8rioldb
LOGGER (Server): Mon Jul 10 22:03:32 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:03:32 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:03:34 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:03:34 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:04:16 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:04:16 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:05:24 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:05:24 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:06:05 CEST 2017 - Invoked logout with username=c AND token=vaim98rqs0da2m23ilgnvqti6f
LOGGER (Server): Mon Jul 10 22:06:05 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:06:05 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:06:07 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:06:07 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:06:10 CEST 2017 - Invoked logout with username=c AND token=ketulmkiqttim0a7iuk6ea9hrt
LOGGER (Server): Mon Jul 10 22:06:10 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:06:10 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:06:12 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:06:12 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:06:17 CEST 2017 - Invoked logout with username=c AND token=e0uq2em6smta18acdo9ufunvsr
LOGGER (Server): Mon Jul 10 22:06:17 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:06:18 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:06:18 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:06:44 CEST 2017 - Server starting ...
LOGGER (Server): Mon Jul 10 22:06:44 CEST 2017 - Auth Service running at 9999 port...
LOGGER (Server): Mon Jul 10 22:06:44 CEST 2017 - Server started
LOGGER (Server): Mon Jul 10 22:06:44 CEST 2017 - GamePage Service is running at 10000 port...
LOGGER (Server): Mon Jul 10 22:06:50 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:06:50 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:06:53 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:06:53 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:06:57 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:06:57 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:07:28 CEST 2017 - Invoked logout with username=a AND token=hk4fq27q2gvg4io0hs6lgongia
LOGGER (Server): Mon Jul 10 22:07:28 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:07:28 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:10:45 CEST 2017 - Server starting ...
LOGGER (Server): Mon Jul 10 22:10:45 CEST 2017 - Auth Service running at 9999 port...
LOGGER (Server): Mon Jul 10 22:10:45 CEST 2017 - GamePage Service is running at 10000 port...
LOGGER (Server): Mon Jul 10 22:10:45 CEST 2017 - Server started
LOGGER (Server): Mon Jul 10 22:10:52 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:10:52 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:10:54 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:10:54 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:11:02 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:11:02 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:11:08 CEST 2017 - Invoked login with username=d AND password=d
LOGGER (Server): Mon Jul 10 22:11:08 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:11:22 CEST 2017 - Invoked logout with username=a AND token=33vde70hl9nnlklk4e1kuad6pv
LOGGER (Server): Mon Jul 10 22:11:22 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:11:22 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:12:09 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:12:09 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:12:19 CEST 2017 - Invoked register with username=e AND password=e
LOGGER (Server): Mon Jul 10 22:12:19 CEST 2017 - Registration successfull
LOGGER (Server): Mon Jul 10 22:12:28 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:12:28 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:12:52 CEST 2017 - Invoked logout with username=c AND token=i2vpslqdfmivoik28p4f96l8eu
LOGGER (Server): Mon Jul 10 22:12:52 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:12:52 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:13:01 CEST 2017 - Invoked logout with username=c AND token=p6c26b9ruugcdqjrver7q0ugd
LOGGER (Server): Mon Jul 10 22:13:01 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:13:03 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:13:03 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:13:49 CEST 2017 - Server starting ...
LOGGER (Server): Mon Jul 10 22:13:49 CEST 2017 - Auth Service running at 9999 port...
LOGGER (Server): Mon Jul 10 22:13:49 CEST 2017 - GamePage Service is running at 10000 port...
LOGGER (Server): Mon Jul 10 22:13:49 CEST 2017 - Server started
LOGGER (Server): Mon Jul 10 22:13:53 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:13:53 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:13:57 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:13:57 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:14:08 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:14:08 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:14:10 CEST 2017 - Invoked login with username=d AND password=d
LOGGER (Server): Mon Jul 10 22:14:10 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:14:25 CEST 2017 - Invoked register with username=e AND password=e
LOGGER (Server): Mon Jul 10 22:14:25 CEST 2017 - Registration successfull
LOGGER (Server): Mon Jul 10 22:14:28 CEST 2017 - Invoked login with username=e AND password=e
LOGGER (Server): Mon Jul 10 22:14:28 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:14:43 CEST 2017 - Invoked logout with username=d AND token=35mo561gbsngiq4q8do4a84d0b
LOGGER (Server): Mon Jul 10 22:14:43 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:14:43 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:16:27 CEST 2017 - Invoked logout with username=a AND token=923dk97f1ki4fgukc4dicn9dfi
LOGGER (Server): Mon Jul 10 22:16:27 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:16:27 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:16:39 CEST 2017 - Server starting ...
LOGGER (Server): Mon Jul 10 22:16:39 CEST 2017 - Auth Service running at 9999 port...
LOGGER (Server): Mon Jul 10 22:16:40 CEST 2017 - Server started
LOGGER (Server): Mon Jul 10 22:16:40 CEST 2017 - GamePage Service is running at 10000 port...
LOGGER (Server): Mon Jul 10 22:16:50 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:16:50 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:16:52 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:16:52 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:16:56 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:16:56 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:16:59 CEST 2017 - Invoked login with username=d AND password=d
LOGGER (Server): Mon Jul 10 22:16:59 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:17:06 CEST 2017 - Invoked register with username=e AND password=e
LOGGER (Server): Mon Jul 10 22:17:06 CEST 2017 - Registration successfull
LOGGER (Server): Mon Jul 10 22:17:08 CEST 2017 - Invoked login with username=e AND password=e
LOGGER (Server): Mon Jul 10 22:17:08 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:17:14 CEST 2017 - Invoked register with username=f AND password=f
LOGGER (Server): Mon Jul 10 22:17:14 CEST 2017 - Registration successfull
LOGGER (Server): Mon Jul 10 22:17:17 CEST 2017 - Invoked login with username=f AND password=f
LOGGER (Server): Mon Jul 10 22:17:17 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:17:35 CEST 2017 - Invoked logout with username=f AND token=jcadjl43m3l7rdhns50nqq7c79
LOGGER (Server): Mon Jul 10 22:17:35 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:17:35 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:17:59 CEST 2017 - Invoked login with username=f AND password=f
LOGGER (Server): Mon Jul 10 22:17:59 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:18:06 CEST 2017 - Invoked logout with username=e AND token=ma9n0p54p1ifod1r87ud0tvqkb
LOGGER (Server): Mon Jul 10 22:18:06 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:18:06 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:18:07 CEST 2017 - Invoked logout with username=d AND token=517v9kmlhchojrns6s9g77ckvr
LOGGER (Server): Mon Jul 10 22:18:07 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:18:07 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:18:17 CEST 2017 - Invoked login with username=d AND password=d
LOGGER (Server): Mon Jul 10 22:18:17 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:18:32 CEST 2017 - Invoked login with username=e AND password=e
LOGGER (Server): Mon Jul 10 22:18:32 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:29:25 CEST 2017 - Server starting ...
LOGGER (Server): Mon Jul 10 22:29:26 CEST 2017 - Auth Service running at 9999 port...
LOGGER (Server): Mon Jul 10 22:29:26 CEST 2017 - Server started
LOGGER (Server): Mon Jul 10 22:29:26 CEST 2017 - GamePage Service is running at 10000 port...
LOGGER (Server): Mon Jul 10 22:29:29 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:29:29 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:36:46 CEST 2017 - Server starting ...
LOGGER (Server): Mon Jul 10 22:36:46 CEST 2017 - Auth Service running at 9999 port...
LOGGER (Server): Mon Jul 10 22:36:46 CEST 2017 - Server started
LOGGER (Server): Mon Jul 10 22:36:46 CEST 2017 - GamePage Service is running at 10000 port...
LOGGER (Server): Mon Jul 10 22:36:53 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:36:53 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:36:56 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:36:56 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:37:00 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:37:00 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:37:03 CEST 2017 - Invoked login with username=d AND password=d
LOGGER (Server): Mon Jul 10 22:37:03 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:38:21 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:38:21 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:38:24 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:38:24 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:38:53 CEST 2017 - Invoked logout with username=c AND token=ttnmq8lfp129kqn9oc2k6s2862
LOGGER (Server): Mon Jul 10 22:38:54 CEST 2017 - Invoked logout with username=c AND token=ttnmq8lfp129kqn9oc2k6s2862
LOGGER (Server): Mon Jul 10 22:39:00 CEST 2017 - Invoked logout with username=c AND token=ttnmq8lfp129kqn9oc2k6s2862
LOGGER (Server): Mon Jul 10 22:39:16 CEST 2017 - Invoked logout with username=b AND token=nm6m5vdg9r1s2h33929327sboi
LOGGER (Server): Mon Jul 10 22:39:20 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:39:20 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:39:21 CEST 2017 - Invoked logout with username=b AND token=l0gdhelljs0fargqvmrbs6tghp
LOGGER (Server): Mon Jul 10 22:40:52 CEST 2017 - Server starting ...
LOGGER (Server): Mon Jul 10 22:40:52 CEST 2017 - Auth Service running at 9999 port...
LOGGER (Server): Mon Jul 10 22:40:52 CEST 2017 - GamePage Service is running at 10000 port...
LOGGER (Server): Mon Jul 10 22:40:52 CEST 2017 - Server started
LOGGER (Server): Mon Jul 10 22:40:59 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:40:59 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:41:03 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:41:04 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:41:06 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:41:06 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:41:10 CEST 2017 - Invoked login with username=d AND password=d
LOGGER (Server): Mon Jul 10 22:41:10 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:41:24 CEST 2017 - Invoked logout with username=d AND token=70j610f30lvtemv1dandj5s9vb
LOGGER (Server): Mon Jul 10 22:44:55 CEST 2017 - Server starting ...
LOGGER (Server): Mon Jul 10 22:44:55 CEST 2017 - Auth Service running at 9999 port...
LOGGER (Server): Mon Jul 10 22:44:55 CEST 2017 - GamePage Service is running at 10000 port...
LOGGER (Server): Mon Jul 10 22:44:55 CEST 2017 - Server started
LOGGER (Server): Mon Jul 10 22:44:59 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:44:59 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:45:00 CEST 2017 - Invoked logout with username=a AND token=7abucrj1jdeu60kvec3t6in1en
LOGGER (Server): Mon Jul 10 22:45:00 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:45:00 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:45:04 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:45:04 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:45:07 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:45:07 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:45:12 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:45:12 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:46:20 CEST 2017 - Invoked logout with username=a AND token=sfa822kaclrh3r4ufms1tm0hr1
LOGGER (Server): Mon Jul 10 22:46:20 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:46:20 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:46:37 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:46:37 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:50:11 CEST 2017 - Server starting ...
LOGGER (Server): Mon Jul 10 22:50:11 CEST 2017 - Auth Service running at 9999 port...
LOGGER (Server): Mon Jul 10 22:50:11 CEST 2017 - GamePage Service is running at 10000 port...
LOGGER (Server): Mon Jul 10 22:50:11 CEST 2017 - Server started
LOGGER (Server): Mon Jul 10 22:50:18 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:50:18 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:50:21 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:50:21 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:50:25 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:50:25 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:50:29 CEST 2017 - Invoked login with username=d AND password=d
LOGGER (Server): Mon Jul 10 22:50:29 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:50:41 CEST 2017 - Invoked logout with username=b AND token=ogf861td6j7t3e4omp1oksd14e
LOGGER (Server): Mon Jul 10 22:50:41 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:50:41 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:50:53 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:50:53 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:51:18 CEST 2017 - Invoked logout with username=a AND token=elmg02m6cc2oof5t13m9ebs1r1
LOGGER (Server): Mon Jul 10 22:51:18 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:51:18 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:51:51 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:51:51 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:55:00 CEST 2017 - Server starting ...
LOGGER (Server): Mon Jul 10 22:55:00 CEST 2017 - Auth Service running at 9999 port...
LOGGER (Server): Mon Jul 10 22:55:00 CEST 2017 - Server started
LOGGER (Server): Mon Jul 10 22:55:00 CEST 2017 - GamePage Service is running at 10000 port...
LOGGER (Server): Mon Jul 10 22:55:04 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:55:04 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:55:06 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:55:06 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:55:10 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:55:10 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:55:13 CEST 2017 - Invoked login with username=d AND password=d
LOGGER (Server): Mon Jul 10 22:55:13 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:55:27 CEST 2017 - Invoked logout with username=c AND token=6qflcqjq16aq9vqf2u07va4qg8
LOGGER (Server): Mon Jul 10 22:55:27 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:55:27 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:55:30 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:55:30 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:55:39 CEST 2017 - Invoked logout with username=b AND token=v8nu3lb2q6j9hsevkis2tnsvfj
LOGGER (Server): Mon Jul 10 22:55:39 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:55:39 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:55:45 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:55:45 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:56:00 CEST 2017 - Invoked logout with username=a AND token=lgjeu8rh690jafpac9ine4q800
LOGGER (Server): Mon Jul 10 22:56:00 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:56:00 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:56:01 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:56:01 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:56:10 CEST 2017 - Invoked logout with username=c AND token=hste0m985hb1pr18r8egllal24
LOGGER (Server): Mon Jul 10 22:56:10 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:56:10 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:56:12 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:56:12 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:56:12 CEST 2017 - Invoked logout with username=d AND token=59v03ljf5b3p8ng1dpks5ujhmc
LOGGER (Server): Mon Jul 10 22:56:12 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:56:12 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:56:14 CEST 2017 - Invoked login with username=d AND password=d
LOGGER (Server): Mon Jul 10 22:56:14 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:56:31 CEST 2017 - Invoked register with username=ee AND password=ee
LOGGER (Server): Mon Jul 10 22:56:31 CEST 2017 - Registration successfull
LOGGER (Server): Mon Jul 10 22:56:36 CEST 2017 - Invoked login with username=b AND password=
LOGGER (Server): Mon Jul 10 22:56:36 CEST 2017 - Login unsuccessfull
LOGGER (Server): Mon Jul 10 22:56:38 CEST 2017 - Invoked login with username=ee AND password=ee
LOGGER (Server): Mon Jul 10 22:56:38 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:56:39 CEST 2017 - Invoked logout with username=ee AND token=hlpckmrp2kmiao08ggcl4uho7o
LOGGER (Server): Mon Jul 10 22:56:39 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:56:39 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:56:42 CEST 2017 - Invoked login with username=ee AND password=ee
LOGGER (Server): Mon Jul 10 22:56:42 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:56:55 CEST 2017 - Invoked logout with username=d AND token=s8jvbrbbrk0m2b2m9musamckdr
LOGGER (Server): Mon Jul 10 22:56:55 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 22:56:55 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 22:57:14 CEST 2017 - Invoked register with username=asd AND password=asd
LOGGER (Server): Mon Jul 10 22:57:14 CEST 2017 - Registration successfull
LOGGER (Server): Mon Jul 10 22:57:16 CEST 2017 - Invoked login with username=a AND password=
LOGGER (Server): Mon Jul 10 22:57:16 CEST 2017 - Login unsuccessfull
LOGGER (Server): Mon Jul 10 22:57:18 CEST 2017 - Invoked login with username=asd AND password=asd
LOGGER (Server): Mon Jul 10 22:57:18 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:58:40 CEST 2017 - Server starting ...
LOGGER (Server): Mon Jul 10 22:58:41 CEST 2017 - Auth Service running at 9999 port...
LOGGER (Server): Mon Jul 10 22:58:41 CEST 2017 - GamePage Service is running at 10000 port...
LOGGER (Server): Mon Jul 10 22:58:41 CEST 2017 - Server started
LOGGER (Server): Mon Jul 10 22:58:44 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 22:58:44 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:58:47 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 22:58:47 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:58:53 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 22:58:53 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:59:05 CEST 2017 - Invoked login with username=d AND password=d
LOGGER (Server): Mon Jul 10 22:59:05 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 22:59:52 CEST 2017 - Invoked register with username=asd AND password=asd
LOGGER (Server): Mon Jul 10 22:59:52 CEST 2017 - Registration successfull
LOGGER (Server): Mon Jul 10 22:59:54 CEST 2017 - Invoked login with username=asd AND password=asd
LOGGER (Server): Mon Jul 10 22:59:54 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 23:00:11 CEST 2017 - Invoked register with username=dd AND password=dd
LOGGER (Server): Mon Jul 10 23:00:11 CEST 2017 - Registration successfull
LOGGER (Server): Mon Jul 10 23:00:24 CEST 2017 - Invoked login with username=dd AND password=dd
LOGGER (Server): Mon Jul 10 23:00:24 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 23:00:33 CEST 2017 - Invoked logout with username=asd AND token=pog99om5th81dl9o88fmtig5i0
LOGGER (Server): Mon Jul 10 23:00:33 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 23:00:33 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 23:00:43 CEST 2017 - Invoked login with username=asd AND password=asd
LOGGER (Server): Mon Jul 10 23:00:43 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 23:00:50 CEST 2017 - Invoked logout with username=c AND token=bdd70nf8vfjktrlt93l92nr360
LOGGER (Server): Mon Jul 10 23:00:50 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 23:00:50 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 23:00:52 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 23:00:52 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 23:01:08 CEST 2017 - Invoked logout with username=dd AND token=3cvvubr57vbbotbhbl2ug496
LOGGER (Server): Mon Jul 10 23:01:08 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 23:01:08 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 23:01:11 CEST 2017 - Invoked logout with username=b AND token=b8d34dg13js8i4k9oelujb5s5f
LOGGER (Server): Mon Jul 10 23:01:11 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 23:01:11 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 23:01:12 CEST 2017 - Invoked logout with username=c AND token=vqkcc5ja8lco55nehn6pj4et9c
LOGGER (Server): Mon Jul 10 23:01:12 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 23:01:12 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 23:01:14 CEST 2017 - Invoked logout with username=asd AND token=56vd5q75e0ea537ng21gf3nd33
LOGGER (Server): Mon Jul 10 23:01:14 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 23:01:14 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 23:01:16 CEST 2017 - Invoked logout with username=a AND token=k739cjk9n1nlcans2d1shjtrob
LOGGER (Server): Mon Jul 10 23:01:16 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 23:01:16 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 23:01:24 CEST 2017 - Invoked logout with username=d AND token=qhknt47dmd47o2dochec4qs30e
LOGGER (Server): Mon Jul 10 23:01:24 CEST 2017 - Logout successfull
LOGGER (Server): Mon Jul 10 23:01:24 CEST 2017 - Logout successfull (but something gone wrong)
LOGGER (Server): Mon Jul 10 23:01:27 CEST 2017 - Invoked login with username=a AND password=a
LOGGER (Server): Mon Jul 10 23:01:27 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 23:01:29 CEST 2017 - Invoked login with username=b AND password=b
LOGGER (Server): Mon Jul 10 23:01:29 CEST 2017 - Login successfull
LOGGER (Server): Mon Jul 10 23:01:33 CEST 2017 - Invoked login with username=c AND password=c
LOGGER (Server): Mon Jul 10 23:01:33 CEST 2017 - Login successfull