Added task class to threads
This commit is contained in:
parent
eb1754e63e
commit
cedaf8f009
18 changed files with 1150 additions and 379 deletions
641
.idea/workspace.xml
generated
641
.idea/workspace.xml
generated
|
|
@ -5,11 +5,23 @@
|
|||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="eb36c2e9-c6c6-48da-b007-cd41eccd9e5a" name="Default" comment="">
|
||||
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchSetupController.java" />
|
||||
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchService.java" />
|
||||
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Commons/src/models/Message.java" />
|
||||
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/CheckOnlineUsers.java" />
|
||||
<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/constants/Config.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/constants/Config.java" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/AuthService.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/AuthService.java" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchSetup.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchSetup.java" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Page.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Page.java" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchSetupController.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchSetupController.java" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Menu.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Menu.java" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MenuController.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MenuController.java" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTSearchBar.java" afterPath="$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTSearchBar.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$/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/GameServer.java" afterPath="$PROJECT_DIR$/Server/src/com/texttwist/server/components/GameServer.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.log" afterPath="$PROJECT_DIR$/server.log" />
|
||||
</list>
|
||||
<ignored path="$PROJECT_DIR$/out/" />
|
||||
|
|
@ -28,31 +40,11 @@
|
|||
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
||||
<component name="FileEditorManager">
|
||||
<leaf SIDE_TABS_SIZE_LIMIT_KEY="375">
|
||||
<file leaf-file-name="Home.java" pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Home.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="342">
|
||||
<caret line="64" column="25" lean-forward="true" selection-start-line="52" selection-start-column="21" selection-end-line="64" selection-end-column="25" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file leaf-file-name="HomeController.java" pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/HomeController.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="189">
|
||||
<caret line="14" column="5" lean-forward="true" selection-start-line="0" selection-start-column="0" selection-end-line="24" selection-end-column="0" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file leaf-file-name="MatchSetupController.java" pinned="false" current-in-tab="true">
|
||||
<file leaf-file-name="MatchSetupController.java" pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchSetupController.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="168">
|
||||
<caret line="18" column="47" lean-forward="true" selection-start-line="18" selection-start-column="47" selection-end-line="18" selection-end-column="47" />
|
||||
<state relative-caret-position="399">
|
||||
<caret line="19" column="38" lean-forward="false" selection-start-line="19" selection-start-column="38" selection-end-line="19" selection-end-column="38" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
|
|
@ -60,21 +52,83 @@
|
|||
</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="92">
|
||||
<caret line="12" column="3" lean-forward="true" selection-start-line="12" selection-start-column="3" selection-end-line="12" selection-end-column="3" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file leaf-file-name="MatchService.java" pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchService.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="229">
|
||||
<caret line="30" column="0" lean-forward="true" selection-start-line="30" selection-start-column="0" selection-end-line="30" selection-end-column="0" />
|
||||
<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="63">
|
||||
<caret line="45" column="100" lean-forward="true" selection-start-line="45" selection-start-column="100" selection-end-line="45" selection-end-column="100" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file leaf-file-name="GameServer.java" pinned="false" current-in-tab="false">
|
||||
<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="247">
|
||||
<caret line="70" column="34" lean-forward="true" selection-start-line="70" selection-start-column="34" selection-end-line="70" selection-end-column="34" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file leaf-file-name="ThreadProxy.java" pinned="false" current-in-tab="false">
|
||||
<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="168">
|
||||
<caret line="22" column="0" lean-forward="true" selection-start-line="22" selection-start-column="0" selection-end-line="22" selection-end-column="0" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file leaf-file-name="CheckOnlineUsers.java" pinned="false" current-in-tab="true">
|
||||
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/CheckOnlineUsers.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="420">
|
||||
<caret line="20" column="31" lean-forward="true" selection-start-line="20" selection-start-column="31" selection-end-line="20" selection-end-column="31" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
<element signature="e#318#319#0" expanded="true" />
|
||||
<element signature="e#352#353#0" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file leaf-file-name="MatchSetup.java" pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchSetup.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="42">
|
||||
<caret line="75" column="23" lean-forward="true" selection-start-line="75" selection-start-column="23" selection-end-line="75" selection-end-column="23" />
|
||||
<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/pages/MenuController.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="294">
|
||||
<caret line="19" column="29" lean-forward="true" selection-start-line="19" selection-start-column="29" selection-end-line="19" selection-end-column="29" />
|
||||
<state relative-caret-position="378">
|
||||
<caret line="91" column="75" lean-forward="true" selection-start-line="91" selection-start-column="75" selection-end-line="91" selection-end-column="75" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
|
|
@ -83,55 +137,24 @@
|
|||
<file leaf-file-name="TTSearchBar.java" pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTSearchBar.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="-129">
|
||||
<caret line="18" column="18" lean-forward="true" selection-start-line="18" selection-start-column="18" selection-end-line="18" selection-end-column="18" />
|
||||
<state relative-caret-position="281">
|
||||
<caret line="23" column="21" lean-forward="true" selection-start-line="23" selection-start-column="21" selection-end-line="23" selection-end-column="21" />
|
||||
<folding>
|
||||
<element signature="e#564#572#0" expanded="true" />
|
||||
<element signature="e#2885#3329#0" expanded="true" />
|
||||
<element signature="e#3328#3329#0" expanded="true" />
|
||||
<element signature="e#3370#3840#0" expanded="true" />
|
||||
<element signature="e#3839#3840#0" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file leaf-file-name="TTScrollList.java" pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTScrollList.java">
|
||||
<file leaf-file-name="Message.java" pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/Commons/src/models/Message.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="84">
|
||||
<caret line="13" column="25" lean-forward="true" selection-start-line="13" selection-start-column="25" selection-end-line="13" selection-end-column="25" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file leaf-file-name="Highscores.java" pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Highscores.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="-444">
|
||||
<caret line="43" column="5" lean-forward="true" selection-start-line="43" selection-start-column="5" selection-end-line="43" selection-end-column="5" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file leaf-file-name="TTContainer.java" pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTContainer.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 />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file leaf-file-name="Menu.java" pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Menu.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="-862">
|
||||
<caret line="48" column="29" lean-forward="true" selection-start-line="48" selection-start-column="29" selection-end-line="48" selection-end-column="29" />
|
||||
<folding />
|
||||
<state relative-caret-position="250">
|
||||
<caret line="45" column="0" lean-forward="true" selection-start-line="45" selection-start-column="0" selection-end-line="45" selection-end-column="0" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
<element signature="e#1490#1498#0" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
|
|
@ -147,9 +170,6 @@
|
|||
</component>
|
||||
<component name="FindInProjectRecents">
|
||||
<findStrings>
|
||||
<find>Sys</find>
|
||||
<find>Syst</find>
|
||||
<find>System</find>
|
||||
<find>System.</find>
|
||||
<find>s</find>
|
||||
<find>system.</find>
|
||||
|
|
@ -171,8 +191,14 @@
|
|||
<find>TTInpu</find>
|
||||
<find>TTInputB</find>
|
||||
<find>TTInput</find>
|
||||
<find>TTInputF</find>
|
||||
<find>controller</find>
|
||||
<find>toke</find>
|
||||
<find>TTInputF</find>
|
||||
<find>n</find>
|
||||
<find>new</find>
|
||||
<find>new Jso</find>
|
||||
<find>new Json</find>
|
||||
<find>new JsonO</find>
|
||||
<find>adduser</find>
|
||||
</findStrings>
|
||||
</component>
|
||||
|
|
@ -187,10 +213,6 @@
|
|||
<component name="IdeDocumentHistory">
|
||||
<option name="CHANGED_PATHS">
|
||||
<list>
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Dialog.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/ui/Dialog.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/constants/Palette.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTLabel.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/HomeManager.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MenuManager.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Entrypoint.java" />
|
||||
|
|
@ -198,8 +220,6 @@
|
|||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/App.java" />
|
||||
<option value="$PROJECT_DIR$/Commons/src/interfaces/ITTAuth.java" />
|
||||
<option value="$PROJECT_DIR$/Commons/src/models/TTAccount.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MenuController.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/AuthService.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/RegisterController.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTDialog.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Register.java" />
|
||||
|
|
@ -208,7 +228,6 @@
|
|||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/Main.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/Server.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/auth/Auth.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/App.java" />
|
||||
<option value="$PROJECT_DIR$/Commons/src/services/SessionService.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/game/Game.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/highscores/Highscores.java" />
|
||||
|
|
@ -224,20 +243,27 @@
|
|||
<option value="$PROJECT_DIR$/Commons/src/models/Account.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/UsersManager.java" />
|
||||
<option value="$PROJECT_DIR$/Commons/src/utilities/Logger.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/AccountsManager.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Menu.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/HomeController.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/SessionsManager.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/WorkerRunnable.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/Auth.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/ThreadWorker.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/Server.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/ThreadProxy.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/GameServer.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTButton.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MenuController.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Menu.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/AuthService.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/constants/Config.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/GameServer.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/Auth.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/AccountsManager.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTSearchBar.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchSetup.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/SessionsManager.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchSetupController.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/App.java" />
|
||||
<option value="$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchService.java" />
|
||||
<option value="$PROJECT_DIR$/Commons/src/models/Message.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/ThreadProxy.java" />
|
||||
<option value="$PROJECT_DIR$/Server/src/com/texttwist/server/components/CheckOnlineUsers.java" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
|
|
@ -248,10 +274,9 @@
|
|||
<sorting>DEFINITION_ORDER</sorting>
|
||||
</component>
|
||||
<component name="ProjectFrameBounds">
|
||||
<option name="x" value="-1709" />
|
||||
<option name="y" value="-107" />
|
||||
<option name="width" value="1718" />
|
||||
<option name="height" value="928" />
|
||||
<option name="x" value="228" />
|
||||
<option name="width" value="1700" />
|
||||
<option name="height" value="820" />
|
||||
</component>
|
||||
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
||||
<component name="ProjectView">
|
||||
|
|
@ -550,19 +575,15 @@
|
|||
<property name="project.structure.last.edited" value="Libraries" />
|
||||
<property name="project.structure.proportion" value="0.15" />
|
||||
<property name="project.structure.side.proportion" value="0.2" />
|
||||
<property name="settings.editor.selected.configurable" value="preferences.lookFeel" />
|
||||
<property name="settings.editor.selected.configurable" value="configurable.group.build" />
|
||||
<property name="last_opened_file_path" value="$USER_HOME$/Downloads/json-simple-tag_release_1_1_1" />
|
||||
<property name="Downloaded.Files.Path.Enabled" value="false" />
|
||||
<property name="Repository.Attach.JavaDocs" value="false" />
|
||||
<property name="Repository.Attach.Sources" value="false" />
|
||||
</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="MoveFile.RECENT_KEYS">
|
||||
<recent name="C:\Users\loke\TextTwist\Commons\src" />
|
||||
<recent name="C:\Users\loke\TextTwist\Commons" />
|
||||
<recent name="C:\Users\loke\TextTwist\Client\resources\images" />
|
||||
<recent name="C:\Users\loke\TextTwist\Client\resources" />
|
||||
<recent name="C:\Users\loke\TextTwist\Client\resources\fonts" />
|
||||
<key name="CreateClassDialog.RecentsKey">
|
||||
<recent name="com.texttwist.server" />
|
||||
</key>
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="C:\Users\loke\TextTwist\Client\resources\images" />
|
||||
|
|
@ -571,8 +592,12 @@
|
|||
<key name="CopyClassDialog.RECENTS_KEY">
|
||||
<recent name="" />
|
||||
</key>
|
||||
<key name="CreateClassDialog.RecentsKey">
|
||||
<recent name="com.texttwist.server" />
|
||||
<key name="MoveFile.RECENT_KEYS">
|
||||
<recent name="C:\Users\loke\TextTwist\Commons\src" />
|
||||
<recent name="C:\Users\loke\TextTwist\Commons" />
|
||||
<recent name="C:\Users\loke\TextTwist\Client\resources\images" />
|
||||
<recent name="C:\Users\loke\TextTwist\Client\resources" />
|
||||
<recent name="C:\Users\loke\TextTwist\Client\resources\fonts" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="RunDashboard">
|
||||
|
|
@ -587,7 +612,7 @@
|
|||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="RunManager" selected="Application.Client">
|
||||
<component name="RunManager" selected="Compound.RunAll">
|
||||
<configuration default="false" name="Server" type="Application" factoryName="Application" temporary="true">
|
||||
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
||||
<option name="MAIN_CLASS_NAME" value="com.texttwist.server.Main" />
|
||||
|
|
@ -1002,8 +1027,8 @@
|
|||
</list>
|
||||
<recent_temporary>
|
||||
<list size="4">
|
||||
<item index="0" class="java.lang.String" itemvalue="Application.Client" />
|
||||
<item index="1" class="java.lang.String" itemvalue="Application.Server" />
|
||||
<item index="0" class="java.lang.String" itemvalue="Application.Server" />
|
||||
<item index="1" class="java.lang.String" itemvalue="Application.Client" />
|
||||
<item index="2" class="java.lang.String" itemvalue="Application.Server" />
|
||||
<item index="3" class="java.lang.String" itemvalue="Application.Server" />
|
||||
</list>
|
||||
|
|
@ -1030,33 +1055,33 @@
|
|||
<workItem from="1497552318772" duration="3068000" />
|
||||
<workItem from="1497562855680" duration="194000" />
|
||||
<workItem from="1497704337642" duration="11601000" />
|
||||
<workItem from="1497770236595" duration="22155000" />
|
||||
<workItem from="1497770236595" duration="37543000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TimeTrackingManager">
|
||||
<option name="totallyTimeSpent" value="124984000" />
|
||||
<option name="totallyTimeSpent" value="140372000" />
|
||||
</component>
|
||||
<component name="ToolWindowManager">
|
||||
<frame x="-1709" y="-107" width="1718" height="928" extended-state="6" />
|
||||
<frame x="228" y="0" width="1700" height="820" extended-state="0" />
|
||||
<editor active="true" />
|
||||
<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="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="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32869786" sideWeight="0.49764705" order="7" 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.32821077" sideWeight="0.49764705" order="7" 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="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="2" 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="3" 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="3" 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="7" side_tool="false" content_ui="tabs" />
|
||||
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.36915296" sideWeight="0.6982353" order="2" side_tool="false" content_ui="tabs" />
|
||||
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4216691" sideWeight="0.6982353" order="2" 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="3" 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="7" 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="2" 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="2" 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.25" 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.25267538" 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="3" 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.32996207" 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" />
|
||||
|
|
@ -1064,7 +1089,7 @@
|
|||
<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="2" 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="3" 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="2" 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.39949432" sideWeight="0.48352942" order="3" 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="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="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" />
|
||||
|
|
@ -1081,7 +1106,7 @@
|
|||
</component>
|
||||
<component name="XDebuggerManager">
|
||||
<breakpoint-manager>
|
||||
<option name="time" value="18" />
|
||||
<option name="time" value="31" />
|
||||
</breakpoint-manager>
|
||||
<watches-manager />
|
||||
</component>
|
||||
|
|
@ -1090,52 +1115,6 @@
|
|||
<option name="FILTER_TARGETS" value="false" />
|
||||
</component>
|
||||
<component name="editorHistoryManager">
|
||||
<entry file="file://$PROJECT_DIR$/Server/Server.iml">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="147">
|
||||
<caret line="7" column="33" lean-forward="false" selection-start-line="7" selection-start-column="33" selection-end-line="7" selection-end-column="33" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Commons/Commons.iml">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="231">
|
||||
<caret line="11" column="9" lean-forward="false" selection-start-line="11" selection-start-column="9" selection-end-line="11" selection-end-column="9" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/.gitignore">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="21">
|
||||
<caret line="1" column="4" lean-forward="true" selection-start-line="1" selection-start-column="4" selection-end-line="1" selection-end-column="4" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTInputField.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="126">
|
||||
<caret line="10" column="3" lean-forward="true" selection-start-line="10" selection-start-column="3" selection-end-line="10" selection-end-column="3" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTGameBox.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="231">
|
||||
<caret line="24" column="55" lean-forward="true" selection-start-line="24" selection-start-column="55" selection-end-line="24" selection-end-column="55" />
|
||||
<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="378">
|
||||
<caret line="25" column="1" lean-forward="true" selection-start-line="25" selection-start-column="1" selection-end-line="25" selection-end-column="1" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTInputBox.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="84">
|
||||
|
|
@ -1152,14 +1131,6 @@
|
|||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTLabelBtn.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="273">
|
||||
<caret line="21" column="45" lean-forward="true" selection-start-line="21" selection-start-column="45" selection-end-line="21" selection-end-column="45" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/constants/Palette.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="378">
|
||||
|
|
@ -1194,16 +1165,6 @@
|
|||
</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="126">
|
||||
<caret line="9" column="39" lean-forward="false" selection-start-line="9" selection-start-column="39" selection-end-line="9" selection-end-column="39" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="false" />
|
||||
</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="273">
|
||||
|
|
@ -1212,16 +1173,6 @@
|
|||
</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="177">
|
||||
<caret line="14" column="0" lean-forward="false" selection-start-line="14" selection-start-column="0" selection-end-line="14" selection-end-column="0" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="false" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/server.log">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="126">
|
||||
|
|
@ -1262,16 +1213,6 @@
|
|||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Commons/src/models/Response.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="210">
|
||||
<caret line="10" column="27" lean-forward="true" selection-start-line="10" selection-start-column="27" selection-end-line="10" selection-end-column="27" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="false" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/SessionService.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="252">
|
||||
|
|
@ -1317,56 +1258,6 @@
|
|||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/AccountsManager.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="433">
|
||||
<caret line="41" column="19" lean-forward="true" selection-start-line="41" selection-start-column="19" selection-end-line="41" selection-end-column="19" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
<element signature="e#546#547#0" expanded="true" />
|
||||
<element signature="e#600#601#0" expanded="true" />
|
||||
<element signature="e#1207#1208#0" expanded="true" />
|
||||
<element signature="e#1245#1246#0" expanded="true" />
|
||||
</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="152">
|
||||
<caret line="18" column="0" lean-forward="true" selection-start-line="18" selection-start-column="0" selection-end-line="18" selection-end-column="0" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/ThreadWorker.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="270">
|
||||
<caret line="23" column="55" lean-forward="false" selection-start-line="23" selection-start-column="55" selection-end-line="23" selection-end-column="55" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/SessionsManager.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="244">
|
||||
<caret line="15" column="0" lean-forward="true" selection-start-line="15" selection-start-column="0" selection-end-line="15" selection-end-column="0" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
<element signature="e#525#526#0" expanded="true" />
|
||||
<element signature="e#563#564#0" expanded="true" />
|
||||
<element signature="e#789#790#0" expanded="true" />
|
||||
<element signature="e#849#850#0" expanded="true" />
|
||||
<element signature="e#1242#1243#0" expanded="true" />
|
||||
<element signature="e#1280#1281#0" expanded="true" />
|
||||
</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="147">
|
||||
|
|
@ -1398,18 +1289,6 @@
|
|||
</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="291">
|
||||
<caret line="20" column="17" lean-forward="true" selection-start-line="20" selection-start-column="17" selection-end-line="20" selection-end-column="17" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
<element signature="e#408#409#0" expanded="true" />
|
||||
<element signature="e#446#447#0" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Register.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="175">
|
||||
|
|
@ -1418,18 +1297,6 @@
|
|||
</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="2079">
|
||||
<caret line="99" column="21" lean-forward="true" selection-start-line="99" selection-start-column="21" selection-end-line="99" selection-end-column="21" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
<element signature="e#991#992#0" expanded="true" />
|
||||
<element signature="e#1029#1030#0" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Page.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="-1050">
|
||||
|
|
@ -1438,22 +1305,6 @@
|
|||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/AuthService.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="123">
|
||||
<caret line="27" column="52" lean-forward="true" selection-start-line="27" selection-start-column="52" selection-end-line="27" selection-end-column="52" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchRequests.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="-189">
|
||||
<caret line="27" column="34" lean-forward="true" selection-start-line="27" selection-start-column="34" selection-end-line="27" selection-end-column="34" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTButton.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="230">
|
||||
|
|
@ -1486,10 +1337,36 @@
|
|||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/constants/Config.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="273">
|
||||
<caret line="13" column="0" lean-forward="true" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Home.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="216">
|
||||
<caret line="58" column="31" lean-forward="false" selection-start-line="58" selection-start-column="31" selection-end-line="58" selection-end-column="31" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/HomeController.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="189">
|
||||
<caret line="14" column="5" lean-forward="true" selection-start-line="0" selection-start-column="0" selection-end-line="24" selection-end-column="0" />
|
||||
<state relative-caret-position="396">
|
||||
<caret line="21" column="19" lean-forward="true" selection-start-line="21" selection-start-column="19" selection-end-line="21" selection-end-column="19" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="false" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Commons/src/models/Response.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="357">
|
||||
<caret line="18" column="0" lean-forward="true" selection-start-line="0" selection-start-column="0" selection-end-line="18" selection-end-column="0" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
|
|
@ -1504,52 +1381,190 @@
|
|||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Menu.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="-862">
|
||||
<caret line="48" column="29" lean-forward="true" selection-start-line="48" selection-start-column="29" selection-end-line="48" selection-end-column="29" />
|
||||
<state relative-caret-position="274">
|
||||
<caret line="93" column="40" lean-forward="false" selection-start-line="93" selection-start-column="40" selection-end-line="93" selection-end-column="40" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/Home.java">
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/AuthService.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="342">
|
||||
<caret line="64" column="25" lean-forward="true" selection-start-line="52" selection-start-column="21" selection-end-line="64" selection-end-column="25" />
|
||||
<state relative-caret-position="315">
|
||||
<caret line="29" column="49" lean-forward="true" selection-start-line="29" selection-start-column="49" selection-end-line="29" selection-end-column="49" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTSearchBar.java">
|
||||
<entry file="file://$PROJECT_DIR$/Commons/src/interfaces/IAuth.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="-129">
|
||||
<caret line="18" column="18" lean-forward="true" selection-start-line="18" selection-start-column="18" selection-end-line="18" selection-end-column="18" />
|
||||
<state relative-caret-position="252">
|
||||
<caret line="15" column="0" lean-forward="true" selection-start-line="15" selection-start-column="0" selection-end-line="15" selection-end-column="0" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="jar://C:/Program Files/Java/jdk1.8.0_131/jre/lib/rt.jar!/sun/nio/ch/ChannelInputStream.class">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="197">
|
||||
<caret line="69" column="0" lean-forward="false" selection-start-line="69" selection-start-column="0" selection-end-line="69" selection-end-column="0" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="jar://C:/Program Files/Java/jdk1.8.0_131/src.zip!/java/lang/String.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="151">
|
||||
<caret line="2130" column="7" lean-forward="true" selection-start-line="2130" selection-start-column="7" selection-end-line="2130" selection-end-column="7" />
|
||||
<folding>
|
||||
<element signature="e#564#572#0" expanded="true" />
|
||||
<element signature="e#2885#3329#0" expanded="true" />
|
||||
<element signature="e#3328#3329#0" expanded="true" />
|
||||
<element signature="e#3370#3840#0" expanded="true" />
|
||||
<element signature="e#3839#3840#0" expanded="true" />
|
||||
<element signature="e#82971#82972#0" expanded="true" />
|
||||
<element signature="e#83020#83021#0" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchSetup.java">
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchRequests.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="42">
|
||||
<caret line="75" column="23" lean-forward="true" selection-start-line="75" selection-start-column="23" selection-end-line="75" selection-end-column="23" />
|
||||
<state relative-caret-position="273">
|
||||
<caret line="51" column="33" lean-forward="true" selection-start-line="51" selection-start-column="33" selection-end-line="51" selection-end-column="33" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTLabelBtn.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="336">
|
||||
<caret line="30" column="0" lean-forward="false" selection-start-line="30" selection-start-column="0" selection-end-line="30" selection-end-column="0" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/ThreadWorker.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="144">
|
||||
<caret line="26" column="42" lean-forward="true" selection-start-line="26" selection-start-column="42" selection-end-line="26" selection-end-column="42" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/AccountsManager.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="226">
|
||||
<caret line="45" column="9" lean-forward="true" selection-start-line="45" selection-start-column="9" selection-end-line="45" selection-end-column="9" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</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="63">
|
||||
<caret line="45" column="100" lean-forward="true" selection-start-line="45" selection-start-column="100" selection-end-line="45" selection-end-column="100" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/SessionsManager.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="520">
|
||||
<caret line="51" column="28" lean-forward="false" selection-start-line="51" selection-start-column="28" selection-end-line="51" selection-end-column="28" />
|
||||
<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="92">
|
||||
<caret line="12" column="3" lean-forward="true" selection-start-line="12" selection-start-column="3" selection-end-line="12" selection-end-column="3" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchSetupController.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="168">
|
||||
<caret line="18" column="47" lean-forward="true" selection-start-line="18" selection-start-column="47" selection-end-line="18" selection-end-column="47" />
|
||||
<state relative-caret-position="399">
|
||||
<caret line="19" column="38" lean-forward="false" selection-start-line="19" selection-start-column="38" selection-end-line="19" selection-end-column="38" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchService.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="229">
|
||||
<caret line="30" column="0" lean-forward="true" selection-start-line="30" selection-start-column="0" selection-end-line="30" selection-end-column="0" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/pages/MatchSetup.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="378">
|
||||
<caret line="91" column="75" lean-forward="true" selection-start-line="91" selection-start-column="75" selection-end-line="91" selection-end-column="75" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Client/src/com/texttwist/client/ui/TTSearchBar.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="281">
|
||||
<caret line="23" column="21" lean-forward="true" selection-start-line="23" selection-start-column="21" selection-end-line="23" selection-end-column="21" />
|
||||
<folding>
|
||||
<element signature="e#564#572#0" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Commons/src/models/Message.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="250">
|
||||
<caret line="45" column="0" lean-forward="true" selection-start-line="45" selection-start-column="0" selection-end-line="45" selection-end-column="0" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
<element signature="e#1490#1498#0" expanded="true" />
|
||||
</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="247">
|
||||
<caret line="70" column="34" lean-forward="true" selection-start-line="70" selection-start-column="34" selection-end-line="70" selection-end-column="34" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</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="168">
|
||||
<caret line="22" column="0" lean-forward="true" selection-start-line="22" selection-start-column="0" selection-end-line="22" selection-end-column="0" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/Server/src/com/texttwist/server/components/CheckOnlineUsers.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="420">
|
||||
<caret line="20" column="31" lean-forward="true" selection-start-line="20" selection-start-column="31" selection-end-line="20" selection-end-column="31" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
<element signature="e#318#319#0" expanded="true" />
|
||||
<element signature="e#352#353#0" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</component>
|
||||
<component name="masterDetails">
|
||||
<states>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ package com.texttwist.client;
|
|||
|
||||
import com.texttwist.client.pages.AuthService;
|
||||
import com.texttwist.client.pages.Home;
|
||||
import com.texttwist.client.pages.MatchService;
|
||||
import com.texttwist.client.pages.SessionService;
|
||||
|
||||
import javax.swing.*;
|
||||
|
|
@ -14,6 +15,7 @@ public class App extends JFrame {
|
|||
|
||||
public static AuthService authService;
|
||||
public static SessionService sessionService;
|
||||
public static MatchService matchService;
|
||||
|
||||
public App(){
|
||||
setPreferredSize( new Dimension( 640, 480 ));
|
||||
|
|
@ -25,6 +27,7 @@ public class App extends JFrame {
|
|||
//Init services
|
||||
authService = new AuthService();
|
||||
sessionService = new SessionService();
|
||||
matchService = new MatchService();
|
||||
|
||||
Home home = new Home(this);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,11 +5,19 @@ package com.texttwist.client.constants;
|
|||
*/
|
||||
public class Config {
|
||||
|
||||
private static String RMIServerURI = "localhost";
|
||||
private static Integer RMIServerPort = 9999;
|
||||
private static String AuthServerURI = "localhost";
|
||||
private static Integer AuthServerPort = 9999;
|
||||
|
||||
public static String GameServerURI = "localhost";
|
||||
public static Integer GameServerPort = 10000;
|
||||
|
||||
|
||||
public static String getRMIServerAddress(){
|
||||
return "rmi://".concat(RMIServerURI).concat(":").concat(RMIServerPort.toString());
|
||||
public static String getAuthServerURI(){
|
||||
return "rmi://".concat(AuthServerURI).concat(":").concat(AuthServerPort.toString());
|
||||
}
|
||||
|
||||
public static String getGameServerURI(){
|
||||
return "tcp://".concat(GameServerURI).concat(":").concat(GameServerPort.toString());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
package com.texttwist.client.pages;
|
||||
|
||||
import com.texttwist.client.App;
|
||||
import com.texttwist.client.constants.Config;
|
||||
import interfaces.IAuth;
|
||||
import models.Response;
|
||||
|
|
@ -14,7 +15,7 @@ import java.rmi.RemoteException;
|
|||
*/
|
||||
public class AuthService {
|
||||
|
||||
protected String baseUrl = Config.getRMIServerAddress().concat("/auth");
|
||||
protected String baseUrl = Config.getAuthServerURI().concat("/auth");
|
||||
|
||||
public AuthService(){
|
||||
}
|
||||
|
|
@ -29,8 +30,8 @@ public class AuthService {
|
|||
return auth.register(userName, password);
|
||||
}
|
||||
|
||||
public Response logout(String userName, String token) throws RemoteException, NotBoundException, MalformedURLException {
|
||||
public Response logout(String userName) throws RemoteException, NotBoundException, MalformedURLException {
|
||||
IAuth auth = (IAuth) Naming.lookup(baseUrl);
|
||||
return auth.logout(userName, token);
|
||||
return auth.logout(userName, App.sessionService.account.token);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
53
Client/src/com/texttwist/client/pages/MatchService.java
Normal file
53
Client/src/com/texttwist/client/pages/MatchService.java
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
package com.texttwist.client.pages;
|
||||
|
||||
import com.texttwist.client.App;
|
||||
import com.texttwist.client.constants.Config;
|
||||
import interfaces.IAuth;
|
||||
import models.Message;
|
||||
import models.Response;
|
||||
import org.json.simple.JsonObject;
|
||||
|
||||
import javax.swing.*;
|
||||
import java.io.*;
|
||||
import java.net.InetSocketAddress;
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.Socket;
|
||||
import java.nio.ByteBuffer;
|
||||
import java.nio.channels.SocketChannel;
|
||||
import java.rmi.Naming;
|
||||
import java.rmi.NotBoundException;
|
||||
import java.rmi.RemoteException;
|
||||
|
||||
/**
|
||||
* Created by loke on 18/06/2017.
|
||||
*/
|
||||
public class MatchService {
|
||||
|
||||
public MatchService(){
|
||||
}
|
||||
|
||||
public Response play(DefaultListModel<String> userNames) throws IOException {
|
||||
|
||||
|
||||
InetSocketAddress socketAddress = new InetSocketAddress(Config.GameServerURI, Config.GameServerPort);
|
||||
SocketChannel clientSocket = SocketChannel.open(socketAddress);
|
||||
|
||||
|
||||
Message message = new Message("START_GAME", App.sessionService.account.token, userNames);
|
||||
|
||||
byte[] byteMessage = new String(message.toString()).getBytes();
|
||||
ByteBuffer buffer = ByteBuffer.wrap(byteMessage);
|
||||
|
||||
clientSocket.write(buffer);
|
||||
|
||||
|
||||
//Risposta dal server
|
||||
/*JsonObject data = new JsonObject();
|
||||
data.put("obj", out);
|
||||
data.put("unavailableUsers", out);*/
|
||||
clientSocket.close();
|
||||
|
||||
Response res = new Response("Player unavailable!",400, new JsonObject());
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
|
@ -90,7 +90,7 @@ public class MatchSetup extends Page{
|
|||
new Callable() {
|
||||
@Override
|
||||
public Object call() throws Exception {
|
||||
return new MatchSetup(Page.window);
|
||||
return null;
|
||||
}
|
||||
},null);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ import com.texttwist.client.App;
|
|||
import models.Response;
|
||||
|
||||
import javax.swing.*;
|
||||
import java.io.IOException;
|
||||
import java.net.MalformedURLException;
|
||||
import java.rmi.NotBoundException;
|
||||
import java.rmi.RemoteException;
|
||||
|
|
@ -15,13 +16,11 @@ public class MatchSetupController {
|
|||
|
||||
public MatchSetupController(){}
|
||||
public Response play(DefaultListModel<String> userNames) throws RemoteException, NotBoundException, MalformedURLException {
|
||||
|
||||
System.out.print(userNames.toString());
|
||||
/* Response res = App.authService.login(userName,password);
|
||||
if (res.code == 200){
|
||||
App.sessionService.create(userName, res.data.get("token").toString());
|
||||
}*/
|
||||
try {
|
||||
return App.matchService.play(userNames);
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ public class Menu extends Page{
|
|||
new Callable<Object>() {
|
||||
@Override
|
||||
public Object call() throws Exception {
|
||||
menuController.logout(App.sessionService.account.userName,App.sessionService.account.token);
|
||||
menuController.logout(App.sessionService.account.userName);
|
||||
return new Home(Page.window);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ public class MenuController {
|
|||
public MenuController(){
|
||||
}
|
||||
|
||||
public Response logout(String userName, String token) throws RemoteException, NotBoundException, MalformedURLException {
|
||||
Response res = App.authService.logout(userName,token);
|
||||
public Response logout(String userName) throws RemoteException, NotBoundException, MalformedURLException {
|
||||
Response res = App.authService.logout(userName);
|
||||
if (res.code == 200){
|
||||
App.sessionService.remove();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,8 +24,10 @@ public class TTSearchBar extends TTContainer{
|
|||
@Override
|
||||
public Object call() throws Exception {
|
||||
String username = ctx.getText();
|
||||
ctx.setText("");
|
||||
list.addElement(username);
|
||||
if(!username.equals("")) {
|
||||
ctx.setText("");
|
||||
list.addElement(username);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
|
@ -34,7 +36,7 @@ public class TTSearchBar extends TTContainer{
|
|||
|
||||
public TTSearchBar(Point position,
|
||||
Dimension dimension,
|
||||
String placeholer,
|
||||
String placeholder,
|
||||
TTContainer parent) throws Exception {
|
||||
|
||||
super(position, dimension, Palette.inputBox_backgroundColor, -1, parent);
|
||||
|
|
@ -47,7 +49,7 @@ public class TTSearchBar extends TTContainer{
|
|||
TTLabel playerFinder_flavourText = new TTLabel(
|
||||
new Point(20,40),
|
||||
new Dimension(350,50),
|
||||
"<html>Player to invite</html>",
|
||||
"<html>Add player</html>",
|
||||
new Font(Palette.inputBox_font.getFontName(), Font.ITALIC, 18),
|
||||
null,
|
||||
parent);
|
||||
|
|
@ -55,9 +57,10 @@ public class TTSearchBar extends TTContainer{
|
|||
TTInputField usernameField = new TTInputField(
|
||||
new Point(20,80),
|
||||
new Dimension(250,45),
|
||||
"Username",
|
||||
placeholder,
|
||||
parent);
|
||||
/* TTScrollList userList = new TTScrollList(
|
||||
|
||||
/*TTScrollList userList = new TTScrollList(
|
||||
new Point(20,120),
|
||||
new Dimension(250,95),
|
||||
matchedUsers,
|
||||
|
|
@ -75,7 +78,7 @@ public class TTSearchBar extends TTContainer{
|
|||
TTLabel playerToSendInvite_flavourText = new TTLabel(
|
||||
new Point(305,40),
|
||||
new Dimension(350,50),
|
||||
"Double-Click on user for remove",
|
||||
"Double-Click on item for remove",
|
||||
new Font(Palette.inputBox_font.getFontName(), Font.ITALIC, 18),
|
||||
null,
|
||||
parent);
|
||||
|
|
@ -93,6 +96,7 @@ public class TTSearchBar extends TTContainer{
|
|||
super.mouseClicked(evt);
|
||||
JList thisList = (JList)evt.getSource();
|
||||
if (evt.getClickCount() == 2) {
|
||||
|
||||
// Double-click detected
|
||||
int index = thisList.locationToIndex(evt.getPoint());
|
||||
list.remove(index);
|
||||
|
|
@ -111,7 +115,6 @@ public class TTSearchBar extends TTContainer{
|
|||
e1.printStackTrace();
|
||||
}
|
||||
}
|
||||
//Every time i press a key, execute a search of users
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
56
Commons/src/models/Message.java
Normal file
56
Commons/src/models/Message.java
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
package models;
|
||||
|
||||
import javax.swing.*;
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
/**
|
||||
* Created by loke on 18/06/2017.
|
||||
*/
|
||||
public class Message implements Serializable {
|
||||
public String message;
|
||||
public DefaultListModel<String> data;
|
||||
public String token;
|
||||
|
||||
public Message(String message, String token, DefaultListModel<String> data) {
|
||||
this.message = message;
|
||||
this.data = data;
|
||||
this.token = token;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(){
|
||||
String dataToString = "";
|
||||
for(int i = 0; i< data.size(); i++){
|
||||
dataToString+=data.get(i)+"|";
|
||||
}
|
||||
return "MESSAGE?token="+token+"&message="+message+"&"+dataToString;
|
||||
}
|
||||
|
||||
public static Message toMessage(String data){
|
||||
|
||||
int divisorType = data.indexOf("=");
|
||||
data = data.substring(divisorType+1, data.length());
|
||||
|
||||
int divisorToken= data.indexOf("&");
|
||||
String token = data.substring(0,divisorToken);
|
||||
int divisorToken_end = data.indexOf("=");
|
||||
data = data.substring(divisorToken_end+1, data.length());
|
||||
|
||||
int divisorMessage = data.indexOf("&");
|
||||
String message = data.substring(0,divisorMessage);
|
||||
data = data.substring(divisorMessage+1, data.length());
|
||||
|
||||
String dataString = data.substring(0,data.length());
|
||||
|
||||
String[] dataArray = dataString.split((Pattern.quote("|")));
|
||||
|
||||
DefaultListModel<String> dataList = new DefaultListModel<String>();
|
||||
for (int i = 0; i<dataArray.length; i++){
|
||||
dataList.addElement(dataArray[i]);
|
||||
}
|
||||
|
||||
return new Message(message,token,dataList);
|
||||
}
|
||||
}
|
||||
|
|
@ -45,6 +45,21 @@ public class AccountsManager {
|
|||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public boolean checkPassword(String userName, String password) {
|
||||
synchronized(accounts) {
|
||||
Iterator<Account> i = accounts.iterator();
|
||||
while (i.hasNext()) {
|
||||
Account account = i.next();
|
||||
if (account.userName.equals(userName) && account.password.equals(password)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public int size(){
|
||||
return accounts.size();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ public class Auth extends UnicastRemoteObject implements IAuth {
|
|||
public Response login(String userName, String password) throws RemoteException {
|
||||
Logger.write("Invoked login with username=" + userName + " AND " + " password=" + password);
|
||||
if ((userName != null && !userName.isEmpty()) && (password != null && !password.equals(""))) {
|
||||
if(AccountsManager.getInstance().exists(userName)) {
|
||||
if(AccountsManager.getInstance().exists(userName) && AccountsManager.getInstance().checkPassword(userName, password)) {
|
||||
JsonObject data = new JsonObject();
|
||||
String token = nextSessionId();
|
||||
data.put("token", token);
|
||||
|
|
|
|||
|
|
@ -0,0 +1,25 @@
|
|||
package com.texttwist.server.components;
|
||||
|
||||
import javax.swing.*;
|
||||
import java.util.concurrent.Callable;
|
||||
|
||||
/**
|
||||
* Created by loke on 19/06/2017.
|
||||
*/
|
||||
public class CheckOnlineUsers implements Callable<Boolean> {
|
||||
private final DefaultListModel<String> users;
|
||||
|
||||
public CheckOnlineUsers( DefaultListModel<String> users) {
|
||||
this.users = users;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Boolean call() throws Exception {
|
||||
System.out.print("Check If users are online!");
|
||||
System.out.println(users);
|
||||
for(int i = 0; i < 1; i++){
|
||||
Thread.sleep(2000);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
@ -2,10 +2,12 @@
|
|||
package com.texttwist.server.components;
|
||||
import com.sun.org.apache.xpath.internal.operations.Bool;
|
||||
import jdk.nashorn.internal.parser.JSONParser;
|
||||
import models.Message;
|
||||
import org.json.simple.JsonObject;
|
||||
import utilities.Logger;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.io.ObjectInputStream;
|
||||
import java.net.InetSocketAddress;
|
||||
import java.net.ServerSocket;
|
||||
import java.net.Socket;
|
||||
|
|
@ -75,9 +77,12 @@ public class GameServer implements Runnable{
|
|||
buffer.flip();
|
||||
String line = new String(buffer.array(), buffer.position(), buffer.remaining());
|
||||
|
||||
proxy = new ThreadProxy(JSONParser.quote(line));
|
||||
Thread t = new Thread(proxy);
|
||||
t.start();
|
||||
if (line.startsWith("MESSAGE")) {
|
||||
Message msg = Message.toMessage(line);
|
||||
proxy = new ThreadProxy(msg);
|
||||
Thread t = new Thread(proxy);
|
||||
t.start();
|
||||
}
|
||||
|
||||
if (line.startsWith("CLOSE")) {
|
||||
client.close();
|
||||
|
|
|
|||
|
|
@ -46,6 +46,20 @@ public class SessionsManager {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
public boolean isValidToken(String token) {
|
||||
synchronized(sessions) {
|
||||
Iterator<Session> i = sessions.iterator();
|
||||
while (i.hasNext()) {
|
||||
if (i.next().token.equals(token)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public int size(){
|
||||
return sessions.size();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,11 @@
|
|||
package com.texttwist.server.components;
|
||||
|
||||
import models.Message;
|
||||
|
||||
import javax.swing.*;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.io.ObjectInputStream;
|
||||
import java.net.ServerSocket;
|
||||
import java.net.Socket;
|
||||
import java.util.concurrent.*;
|
||||
|
|
@ -11,50 +15,41 @@ import java.util.concurrent.*;
|
|||
*/
|
||||
public class ThreadProxy implements Runnable {
|
||||
protected ExecutorService threadPool = Executors.newCachedThreadPool();
|
||||
private String request;
|
||||
ThreadProxy(String request){
|
||||
private Message request;
|
||||
ThreadProxy(Message request){
|
||||
this.request = request;
|
||||
}
|
||||
|
||||
private Callable<Boolean> checkIfUsersAreOnline = new Callable<Boolean>(){
|
||||
String message = "Check If users are online!";
|
||||
@Override
|
||||
public Boolean call() throws Exception {
|
||||
for(int i = 0; i < 1; i++){
|
||||
Thread.sleep(2000);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
private Boolean isValidToken(String token){
|
||||
return SessionsManager.getInstance().isValidToken(token);
|
||||
}
|
||||
|
||||
public void run() {
|
||||
System.out.println("Selecting right task for new thread");
|
||||
/* byte[] buffer = new byte[100];
|
||||
try {
|
||||
InputStream clientInputStream = clientSocket.getInputStream();
|
||||
while (clientInputStream.read(buffer) != -1) {
|
||||
request += buffer;
|
||||
|
||||
if(isValidToken(request.token)){
|
||||
switch(request.message){
|
||||
case "START_GAME":
|
||||
Future<Boolean> newTask = threadPool.submit(new CheckOnlineUsers(request.data));
|
||||
Boolean returnedValue = null;
|
||||
try {
|
||||
returnedValue = newTask.get();
|
||||
System.out.println(returnedValue);
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
} catch (ExecutionException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
System.out.println(returnedValue);
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
System.out.println(request);
|
||||
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
*/
|
||||
//Assegna un threadWorker al task in arrivo
|
||||
System.out.print(request);
|
||||
Future<Boolean> callableFuture = threadPool.submit(checkIfUsersAreOnline);
|
||||
|
||||
try {
|
||||
// get() waits for the task to finish and then gets the result
|
||||
Boolean returnedValue = callableFuture.get();
|
||||
System.out.println(returnedValue);
|
||||
} catch (InterruptedException e) {
|
||||
// thrown if task was interrupted before completion
|
||||
e.printStackTrace();
|
||||
} catch (ExecutionException e) {
|
||||
// thrown if the task threw an execption while executing
|
||||
e.printStackTrace();
|
||||
} else {
|
||||
System.out.print("TOKEN NON VALIDO");
|
||||
//RISPONDI ERRORE TOKEN NON VALIDO
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
579
server.log
579
server.log
|
|
@ -828,3 +828,582 @@ LOGGER (Server): Sun Jun 18 21:03:09 CEST 2017 - Invoked login with username=asd
|
|||
LOGGER (Server): Sun Jun 18 21:03:09 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Sun Jun 18 21:13:00 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 21:13:00 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Sun Jun 18 22:40:37 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Sun Jun 18 22:40:37 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Sun Jun 18 22:40:37 CEST 2017 - Server started
|
||||
LOGGER (Server): Sun Jun 18 22:40:37 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Sun Jun 18 22:40:45 CEST 2017 - Invoked login with username=asd AND password=sdasd
|
||||
LOGGER (Server): Sun Jun 18 22:40:45 CEST 2017 - Login unsuccessfull
|
||||
LOGGER (Server): Sun Jun 18 22:40:48 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 22:40:48 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Sun Jun 18 22:40:51 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 22:40:51 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Sun Jun 18 23:02:44 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 23:02:44 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Sun Jun 18 23:16:20 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 23:16:20 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Sun Jun 18 23:33:14 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 23:33:14 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Sun Jun 18 23:33:48 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Sun Jun 18 23:33:49 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Sun Jun 18 23:33:49 CEST 2017 - Server started
|
||||
LOGGER (Server): Sun Jun 18 23:33:49 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Sun Jun 18 23:33:58 CEST 2017 - Invoked register with username= AND password=
|
||||
LOGGER (Server): Sun Jun 18 23:34:00 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 23:34:00 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Sun Jun 18 23:34:03 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 23:34:03 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Sun Jun 18 23:35:17 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 23:35:17 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Sun Jun 18 23:38:28 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Sun Jun 18 23:38:28 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Sun Jun 18 23:38:28 CEST 2017 - Server started
|
||||
LOGGER (Server): Sun Jun 18 23:38:28 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Sun Jun 18 23:38:34 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 23:38:34 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Sun Jun 18 23:38:38 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 23:38:38 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Sun Jun 18 23:41:35 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Sun Jun 18 23:41:35 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Sun Jun 18 23:41:35 CEST 2017 - Server started
|
||||
LOGGER (Server): Sun Jun 18 23:41:35 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Sun Jun 18 23:41:37 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 23:41:37 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Sun Jun 18 23:41:40 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 23:41:40 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Sun Jun 18 23:42:08 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 23:42:08 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Sun Jun 18 23:47:13 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 23:47:13 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Sun Jun 18 23:58:02 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Sun Jun 18 23:58:02 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Sun Jun 18 23:58:03 CEST 2017 - Server started
|
||||
LOGGER (Server): Sun Jun 18 23:58:03 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Sun Jun 18 23:58:04 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 23:58:04 CEST 2017 - Login unsuccessfull
|
||||
LOGGER (Server): Sun Jun 18 23:58:07 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 23:58:07 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Sun Jun 18 23:58:09 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Sun Jun 18 23:58:09 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Sun Jun 18 23:59:51 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Sun Jun 18 23:59:51 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Sun Jun 18 23:59:51 CEST 2017 - Server started
|
||||
LOGGER (Server): Sun Jun 18 23:59:51 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:00:00 CEST 2017 - Invoked logout with username=asd AND token=plqcga4n4cu8updaaudm0isfl9
|
||||
LOGGER (Server): Mon Jun 19 00:00:00 CEST 2017 - Logout successfull
|
||||
LOGGER (Server): Mon Jun 19 00:00:03 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:00:03 CEST 2017 - Login unsuccessfull
|
||||
LOGGER (Server): Mon Jun 19 00:00:07 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:00:07 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:00:10 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:00:10 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 00:02:25 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:02:25 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:02:25 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:02:25 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:02:35 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:02:35 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:02:37 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:02:37 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 00:33:14 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:33:14 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:33:14 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:33:14 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:33:16 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:33:16 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:33:18 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:33:18 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 00:34:55 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:34:55 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:34:55 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:34:55 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:34:59 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:34:59 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:35:01 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:35:01 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 00:37:28 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:37:28 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:37:28 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:37:28 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:37:31 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:37:31 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:37:33 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:37:33 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 00:42:43 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:42:43 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:42:43 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:42:43 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:42:45 CEST 2017 - Invoked logout with username=asd AND token=m6poup5emoullr5fm49knkro8b
|
||||
LOGGER (Server): Mon Jun 19 00:42:45 CEST 2017 - Logout successfull
|
||||
LOGGER (Server): Mon Jun 19 00:42:46 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:42:46 CEST 2017 - Login unsuccessfull
|
||||
LOGGER (Server): Mon Jun 19 00:42:49 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:42:49 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:42:51 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:42:51 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 00:45:48 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:45:48 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:45:48 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:45:48 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:46:05 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:46:06 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:46:06 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:46:06 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:46:11 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:46:11 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:46:13 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:46:13 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 00:46:31 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:46:31 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:46:43 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:46:43 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:46:43 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:46:43 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:46:49 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:46:49 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:46:52 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:46:52 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 00:47:59 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:47:59 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:47:59 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:47:59 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:48:06 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:48:06 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:48:07 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:48:08 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 00:50:23 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:50:23 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:50:23 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:50:23 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:50:27 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:50:27 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:50:29 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:50:29 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 00:50:56 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:50:56 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:50:56 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:50:56 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:50:58 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:50:58 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:51:00 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:51:00 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 00:51:20 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:51:20 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:51:20 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:51:20 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:51:22 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:51:22 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:51:24 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:51:24 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 00:51:42 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:51:42 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:51:42 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:51:42 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:51:48 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:51:48 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:51:50 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:51:50 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 00:52:49 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:52:49 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:52:49 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:52:49 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:52:52 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:52:52 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:52:54 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:52:54 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 00:55:39 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:55:39 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:55:39 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:55:39 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:55:42 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:55:42 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:55:44 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:55:44 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 00:56:25 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 00:56:25 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 00:56:25 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 00:56:25 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 00:56:46 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:56:46 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 00:56:49 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 00:56:49 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:09:58 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:09:59 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:09:59 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:09:59 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:10:00 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:10:00 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:10:03 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:10:03 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:11:01 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:11:02 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:11:02 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:11:02 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:11:04 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:11:04 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:11:09 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:11:09 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:13:00 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:13:00 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:13:00 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:13:00 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:13:04 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:13:04 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:13:06 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:13:06 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:20:53 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:20:53 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:20:53 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:20:53 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:20:54 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:20:54 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:20:58 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:20:58 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:21:45 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:21:45 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:21:45 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:21:45 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:21:47 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:21:47 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:21:49 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:21:49 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:24:01 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:24:01 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:24:01 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:24:01 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:24:03 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:24:03 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:24:05 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:24:05 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:24:52 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:24:52 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:24:52 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:24:52 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:24:54 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:24:54 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:24:58 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:24:58 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:25:48 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:25:49 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:25:49 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:25:49 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:25:51 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:25:51 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:25:54 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:25:54 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:26:11 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:26:11 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:26:11 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:26:11 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:26:19 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:26:19 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:26:22 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:26:22 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:27:18 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:27:19 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:27:19 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:27:19 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:27:25 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:27:25 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:27:28 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:27:28 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:28:21 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:28:22 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:28:22 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:28:22 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:28:26 CEST 2017 - Invoked register with username= AND password=
|
||||
LOGGER (Server): Mon Jun 19 01:28:28 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:28:28 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:28:31 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:28:31 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:31:26 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:31:27 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:31:27 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:31:27 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:31:30 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:31:30 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:31:32 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:31:32 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:32:48 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:32:48 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:32:48 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:32:48 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:32:59 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:32:59 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:33:01 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:33:01 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:33:31 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:33:31 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:33:31 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:33:31 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:33:37 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:33:37 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:33:40 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:33:40 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:35:24 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:35:24 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:35:24 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:35:24 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:35:29 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:35:29 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:35:32 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:35:32 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:36:41 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:36:41 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:36:41 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:36:41 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:36:46 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:36:46 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:36:48 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:36:48 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:37:39 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:37:39 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:37:39 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:37:39 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:37:47 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:37:47 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:37:50 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:37:50 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:39:00 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:39:00 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:39:00 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:39:00 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:39:04 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:39:04 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:39:06 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:39:06 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:40:08 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:40:09 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:40:09 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:40:09 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:40:16 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:40:16 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:40:19 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:40:19 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:42:52 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:42:52 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:42:52 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:42:52 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:42:59 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:42:59 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:43:02 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:43:02 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:43:33 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:43:33 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:43:33 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:43:33 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:43:36 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:43:36 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:43:39 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:43:39 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:45:15 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:45:15 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:45:15 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:45:15 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:45:17 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:45:17 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:45:19 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:45:19 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:46:30 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:46:31 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:46:31 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:46:31 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:46:32 CEST 2017 - Invoked register with username=asd AND password=asds
|
||||
LOGGER (Server): Mon Jun 19 01:46:32 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:46:35 CEST 2017 - Invoked login with username=asd AND password=asdd
|
||||
LOGGER (Server): Mon Jun 19 01:46:35 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:47:10 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:47:11 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:47:11 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:47:11 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:47:13 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:47:13 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:47:15 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:47:15 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:47:16 CEST 2017 - Invoked logout with username=asd AND token=599f7lb33v0macqhe2mpl3na7p
|
||||
LOGGER (Server): Mon Jun 19 01:47:16 CEST 2017 - Logout successfull
|
||||
LOGGER (Server): Mon Jun 19 01:47:19 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:47:19 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:47:57 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:47:58 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:47:58 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:47:58 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:48:00 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:48:00 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:48:03 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:48:03 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:52:01 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:52:01 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:52:01 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:52:01 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:52:07 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:52:07 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:52:09 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:52:09 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:52:15 CEST 2017 - Invoked register with username=dd AND password=dd
|
||||
LOGGER (Server): Mon Jun 19 01:52:15 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:52:19 CEST 2017 - Invoked login with username=dd AND password=dd
|
||||
LOGGER (Server): Mon Jun 19 01:52:19 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 01:59:26 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 01:59:26 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 01:59:26 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 01:59:26 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 01:59:27 CEST 2017 - Invoked register with username=asd AND password=dsa
|
||||
LOGGER (Server): Mon Jun 19 01:59:27 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 01:59:29 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 01:59:29 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:00:27 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:00:27 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:00:27 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:00:27 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:00:28 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:00:28 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:00:31 CEST 2017 - Invoked login with username=asd AND password=asdd
|
||||
LOGGER (Server): Mon Jun 19 02:00:31 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:02:55 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:02:55 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:02:55 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:02:55 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:02:57 CEST 2017 - Invoked register with username=asda AND password=asda
|
||||
LOGGER (Server): Mon Jun 19 02:02:57 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:03:01 CEST 2017 - Invoked login with username=asda AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:03:01 CEST 2017 - Login unsuccessfull
|
||||
LOGGER (Server): Mon Jun 19 02:03:07 CEST 2017 - Invoked login with username=asda AND password=asda
|
||||
LOGGER (Server): Mon Jun 19 02:03:07 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:04:14 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:04:14 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:04:14 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:04:14 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:04:16 CEST 2017 - Invoked register with username=a AND password=a
|
||||
LOGGER (Server): Mon Jun 19 02:04:16 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:04:18 CEST 2017 - Invoked login with username=a AND password=a
|
||||
LOGGER (Server): Mon Jun 19 02:04:18 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:05:04 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:05:05 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:05:05 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:05:05 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:05:07 CEST 2017 - Invoked register with username=asd AND password=
|
||||
LOGGER (Server): Mon Jun 19 02:05:09 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:05:09 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:05:12 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:05:12 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:06:48 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:06:48 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:06:48 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:06:48 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:06:49 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:06:49 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:06:51 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:06:51 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:07:43 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:07:43 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:07:43 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:07:43 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:07:44 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:07:44 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:07:46 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:07:46 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:09:24 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:09:24 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:09:24 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:09:24 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:09:29 CEST 2017 - Invoked register with username=as AND password=as
|
||||
LOGGER (Server): Mon Jun 19 02:09:29 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:09:32 CEST 2017 - Invoked login with username=as AND password=as
|
||||
LOGGER (Server): Mon Jun 19 02:09:32 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:10:56 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:10:56 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:10:56 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:10:56 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:10:58 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:10:58 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:11:01 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:11:01 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:11:55 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:11:55 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:11:55 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:11:55 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:11:57 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:11:57 CEST 2017 - Login unsuccessfull
|
||||
LOGGER (Server): Mon Jun 19 02:12:00 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:12:00 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:12:04 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:12:04 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:13:43 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:13:43 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:13:43 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:13:43 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:13:46 CEST 2017 - Invoked register with username=a AND password=a
|
||||
LOGGER (Server): Mon Jun 19 02:13:46 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:13:48 CEST 2017 - Invoked login with username=a AND password=a
|
||||
LOGGER (Server): Mon Jun 19 02:13:48 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:19:45 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:19:46 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:19:46 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:19:46 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:20:37 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:20:37 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:20:37 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:20:37 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:20:59 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:21:00 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:21:00 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:21:00 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:21:03 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:21:03 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:21:06 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:21:06 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:28:02 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:28:02 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:28:02 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:28:02 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:28:08 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:28:08 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:28:10 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:28:10 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:29:20 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:29:21 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:29:21 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:29:21 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:29:23 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:29:23 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:29:26 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:29:26 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:30:10 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:30:10 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:30:10 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:30:10 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:30:16 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:30:16 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:30:16 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:30:16 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:30:23 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:30:23 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:30:25 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:30:25 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:32:10 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:32:10 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:32:10 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:32:10 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:32:16 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:32:16 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:32:18 CEST 2017 - Invoked login with username=asd AND password=as
|
||||
LOGGER (Server): Mon Jun 19 02:32:18 CEST 2017 - Login unsuccessfull
|
||||
LOGGER (Server): Mon Jun 19 02:32:21 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:32:21 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:34:53 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:34:53 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:34:53 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:34:53 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:34:54 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:34:54 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:34:56 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:34:56 CEST 2017 - Login successfull
|
||||
LOGGER (Server): Mon Jun 19 02:42:20 CEST 2017 - Server starting ...
|
||||
LOGGER (Server): Mon Jun 19 02:42:20 CEST 2017 - Auth Service running at 9999 port...
|
||||
LOGGER (Server): Mon Jun 19 02:42:20 CEST 2017 - Server started
|
||||
LOGGER (Server): Mon Jun 19 02:42:20 CEST 2017 - Game Service is running at 10000 port...
|
||||
LOGGER (Server): Mon Jun 19 02:42:23 CEST 2017 - Invoked register with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:42:23 CEST 2017 - Registration successfull
|
||||
LOGGER (Server): Mon Jun 19 02:42:26 CEST 2017 - Invoked login with username=asd AND password=asd
|
||||
LOGGER (Server): Mon Jun 19 02:42:26 CEST 2017 - Login successfull
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue