diff --git a/Hawkchat/Client/Client.csproj b/Hawkchat/Client/Client.csproj index 3c9bf1d..4329265 100644 --- a/Hawkchat/Client/Client.csproj +++ b/Hawkchat/Client/Client.csproj @@ -59,8 +59,9 @@ ..\packages\SimpleTCP.1.0.24\lib\net45\SimpleTCP.dll - - ..\..\..\..\..\Desktop\SUF.dll + + False + .\SUF.dll @@ -167,4 +168,8 @@ + + + + \ No newline at end of file diff --git a/Hawkchat/Client/MainWindow.cs b/Hawkchat/Client/MainWindow.cs index 12e018a..fb8a624 100644 --- a/Hawkchat/Client/MainWindow.cs +++ b/Hawkchat/Client/MainWindow.cs @@ -141,9 +141,9 @@ private void btnSendMessage_Click(object sender, EventArgs e) { // send to a test account - // flow: + // flow: // client -> want to establish connection to -> server gets that IP and port and forwards it back -> p2p - string toAccountID = "93605610"; + string toAccountID = "23948739"; string message = txtMessage.Text.Trim(); dynamic json = new JObject(); diff --git a/Hawkchat/Server/Server.csproj b/Hawkchat/Server/Server.csproj index 6fa0447..a6ced0f 100644 --- a/Hawkchat/Server/Server.csproj +++ b/Hawkchat/Server/Server.csproj @@ -47,7 +47,7 @@ ..\packages\SimpleTCP.1.0.24\lib\net45\SimpleTCP.dll - ..\..\..\..\..\Desktop\SUF.dll + .\SUF.dll @@ -93,4 +93,8 @@ + + + + \ No newline at end of file diff --git a/README.md b/README.md index 3ae497c..2f2bab1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Hawkchat +# Hawkchat ![(https://travis-ci.com/BasicsCoding/Hawkchat.svg?token=EoFg2i6UUmDvuy2KynqG&branch=master)](https://travis-ci.com/BasicsCoding/Hawkchat.svg?token=EoFg2i6UUmDvuy2KynqG&branch=master) Encrypted chat system with numerous features, e.g. buddy system, emoji support etc