diff --git a/Handwriting program/Handwriting program/bin/Debug/Handwriting program.dll b/Handwriting program/Handwriting program/bin/Debug/Handwriting program.dll index 7a3f8fa..e1b15d3 100644 Binary files a/Handwriting program/Handwriting program/bin/Debug/Handwriting program.dll and b/Handwriting program/Handwriting program/bin/Debug/Handwriting program.dll differ diff --git a/Handwriting program/Handwriting program/bin/Debug/Handwriting program.pdb b/Handwriting program/Handwriting program/bin/Debug/Handwriting program.pdb index 4721f6e..39c880d 100644 Binary files a/Handwriting program/Handwriting program/bin/Debug/Handwriting program.pdb and b/Handwriting program/Handwriting program/bin/Debug/Handwriting program.pdb differ diff --git a/Handwriting program/Handwriting program/obj/Debug/Handwriting program.dll b/Handwriting program/Handwriting program/obj/Debug/Handwriting program.dll index 7a3f8fa..e1b15d3 100644 Binary files a/Handwriting program/Handwriting program/obj/Debug/Handwriting program.dll and b/Handwriting program/Handwriting program/obj/Debug/Handwriting program.dll differ diff --git a/Handwriting program/Handwriting program/obj/Debug/Handwriting program.pdb b/Handwriting program/Handwriting program/obj/Debug/Handwriting program.pdb index 4721f6e..39c880d 100644 Binary files a/Handwriting program/Handwriting program/obj/Debug/Handwriting program.pdb and b/Handwriting program/Handwriting program/obj/Debug/Handwriting program.pdb differ diff --git a/MSGer.tk/CurrentUser.cs b/MSGer.tk/CurrentUser.cs index da33670..16715d3 100644 --- a/MSGer.tk/CurrentUser.cs +++ b/MSGer.tk/CurrentUser.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; diff --git a/MSGer.tk/ErrorHandling.cs b/MSGer.tk/ErrorHandling.cs deleted file mode 100644 index 72e47a4..0000000 --- a/MSGer.tk/ErrorHandling.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace MSGer.tk -{ - class ErrorHandling - { - public static void FormError(Form fname, Exception e) - { - MessageBox.Show(e.GetType().ToString()); - if (fname == Program.MainF) - { - switch (e.GetType().ToString()) - { - /*case "System.NullReferenceException": - MessageBox.Show("lol"); - break;*/ - default: - MessageBox.Show("Ismeretlen hiba történt (" + e.GetType().ToString() + ")!\n\nForrás: " + e.Source + "\nA hibaüzenet: \n" + e.Message + "\nEnnél a műveletnél: " + e.TargetSite); - break; - } - } - else if(fname==MainForm.LoginDialog) - { - switch (e.GetType().ToString()) - { - /*case "System.NullReferenceException": - MessageBox.Show("lol"); - break;*/ - default: - MessageBox.Show("Ismeretlen hiba történt (" + e.GetType().ToString() + ")!\n\nForrás: " + e.Source + "\nA hibaüzenet: \n" + e.Message + "\nEnnél a műveletnél: " + e.TargetSite); - break; - } - } - } - } -} diff --git a/MSGer.tk/ErrorHandling_REMOVE.cs b/MSGer.tk/ErrorHandling_REMOVE.cs deleted file mode 100644 index bf6f49c..0000000 --- a/MSGer.tk/ErrorHandling_REMOVE.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace MSGer.tk -{ - class ErrorHandling - { //TO!DO - /*public static void FormError(Form fname, Exception e) - { - MessageBox.Show(e.GetType().ToString()); - if (fname == Program.MainF) - { - switch (e.GetType().ToString()) - { - default: - MessageBox.Show("Ismeretlen hiba történt (" + e.GetType().ToString() + ")!\n\nForrás: " + e.Source + "\nA hibaüzenet: \n" + e.Message + "\nEnnél a műveletnél: " + e.TargetSite); - break; - } - } - else if(fname==MainForm.LoginDialog) - { - switch (e.GetType().ToString()) - { - default: - MessageBox.Show("Ismeretlen hiba történt (" + e.GetType().ToString() + ")!\n\nForrás: " + e.Source + "\nA hibaüzenet: \n" + e.Message + "\nEnnél a műveletnél: " + e.TargetSite); - break; - } - } - }*/ - } -} diff --git a/MSGer.tk/Forms/AboutBox1.Designer.cs b/MSGer.tk/Forms/AboutBox1.Designer.cs index f3a0e83..fb25dab 100644 --- a/MSGer.tk/Forms/AboutBox1.Designer.cs +++ b/MSGer.tk/Forms/AboutBox1.Designer.cs @@ -169,10 +169,12 @@ this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "AboutBox1"; + this.Controls.SetChildIndex(this.tableLayoutPanel, 0); this.tableLayoutPanel.ResumeLayout(false); this.tableLayoutPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit(); this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/MSGer.tk/Forms/AboutBox1.cs b/MSGer.tk/Forms/AboutBox1.cs index 4e7c0c5..6c88021 100644 --- a/MSGer.tk/Forms/AboutBox1.cs +++ b/MSGer.tk/Forms/AboutBox1.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Drawing; @@ -19,7 +19,8 @@ namespace MSGer.tk this.labelVersion.Text = String.Format(Language.Translate(Language.StringID.About_Version), AssemblyVersion); this.labelCopyright.Text = AssemblyCopyright; - labelLicenseLink.Text = "https://www.gnu.org/copyleft/gpl.html"; //2014.04.18. - Frissitve: 2014.04.25. + //labelLicenseLink.Text = "https://www.gnu.org/copyleft/gpl.html"; //2014.04.18. - Frissitve: 2014.04.25. + labelLicenseLink.Text = "LICENSE"; //2015.07.06. List desc = new List(); //2014.04.18. desc.Add(Language.Translate(Language.StringID.About_Programmer)); //2014.04.18. desc.Add("SzNP"); diff --git a/MSGer.tk/Forms/AddPartner.cs b/MSGer.tk/Forms/AddPartner.cs index 862f1de..4b856ca 100644 --- a/MSGer.tk/Forms/AddPartner.cs +++ b/MSGer.tk/Forms/AddPartner.cs @@ -1,5 +1,5 @@ using GlacialComponents.Controls; -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/BeforeLogin.cs b/MSGer.tk/Forms/BeforeLogin.cs index b38ee3f..b851eca 100644 --- a/MSGer.tk/Forms/BeforeLogin.cs +++ b/MSGer.tk/Forms/BeforeLogin.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/ChatForm.cs b/MSGer.tk/Forms/ChatForm.cs index 58f4978..999b556 100644 --- a/MSGer.tk/Forms/ChatForm.cs +++ b/MSGer.tk/Forms/ChatForm.cs @@ -1,5 +1,5 @@ using Khendys.Controls; -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/ChatPanel.cs b/MSGer.tk/Forms/ChatPanel.cs index f2aeb4b..a504c95 100644 --- a/MSGer.tk/Forms/ChatPanel.cs +++ b/MSGer.tk/Forms/ChatPanel.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/MSGer.tk/Forms/Emoticons.cs b/MSGer.tk/Forms/Emoticons.cs index 2a50cf0..0e97098 100644 --- a/MSGer.tk/Forms/Emoticons.cs +++ b/MSGer.tk/Forms/Emoticons.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/ErrorHandler.cs b/MSGer.tk/Forms/ErrorHandler.cs index 6cc6f96..456adad 100644 --- a/MSGer.tk/Forms/ErrorHandler.cs +++ b/MSGer.tk/Forms/ErrorHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/FloatingChatIcon.cs b/MSGer.tk/Forms/FloatingChatIcon.cs index 4414b68..f30734c 100644 --- a/MSGer.tk/Forms/FloatingChatIcon.cs +++ b/MSGer.tk/Forms/FloatingChatIcon.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/InvitePartner.cs b/MSGer.tk/Forms/InvitePartner.cs index 1d6c8b0..59523fc 100644 --- a/MSGer.tk/Forms/InvitePartner.cs +++ b/MSGer.tk/Forms/InvitePartner.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/LoginForm.LoginUser.cs b/MSGer.tk/Forms/LoginForm.LoginUser.cs index 9c05436..a8f8b9b 100644 --- a/MSGer.tk/Forms/LoginForm.LoginUser.cs +++ b/MSGer.tk/Forms/LoginForm.LoginUser.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/MSGer.tk/Forms/LoginForm.RegistrationForm.cs b/MSGer.tk/Forms/LoginForm.RegistrationForm.cs index 79edd73..d5d30db 100644 --- a/MSGer.tk/Forms/LoginForm.RegistrationForm.cs +++ b/MSGer.tk/Forms/LoginForm.RegistrationForm.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/LoginForm.cs b/MSGer.tk/Forms/LoginForm.cs index 11dae8c..31e4d47 100644 --- a/MSGer.tk/Forms/LoginForm.cs +++ b/MSGer.tk/Forms/LoginForm.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/MainForm.Events.cs b/MSGer.tk/Forms/MainForm.Events.cs index d3df9f5..dfbce1c 100644 --- a/MSGer.tk/Forms/MainForm.Events.cs +++ b/MSGer.tk/Forms/MainForm.Events.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Diagnostics; using System.Drawing; diff --git a/MSGer.tk/Forms/MainForm.cs b/MSGer.tk/Forms/MainForm.cs index e5a8eaf..0a5ffe1 100644 --- a/MSGer.tk/Forms/MainForm.cs +++ b/MSGer.tk/Forms/MainForm.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/Notifier.cs b/MSGer.tk/Forms/Notifier.cs index 467ded7..a14b44c 100644 --- a/MSGer.tk/Forms/Notifier.cs +++ b/MSGer.tk/Forms/Notifier.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/PartnerInformation.cs b/MSGer.tk/Forms/PartnerInformation.cs index 36cd02b..a433dd8 100644 --- a/MSGer.tk/Forms/PartnerInformation.cs +++ b/MSGer.tk/Forms/PartnerInformation.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/ScripterWindow.cs b/MSGer.tk/Forms/ScripterWindow.cs index 48a4d29..05d6d64 100644 --- a/MSGer.tk/Forms/ScripterWindow.cs +++ b/MSGer.tk/Forms/ScripterWindow.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; diff --git a/MSGer.tk/Forms/SelectPartnerForm.cs b/MSGer.tk/Forms/SelectPartnerForm.cs index 27094ae..15c2828 100644 --- a/MSGer.tk/Forms/SelectPartnerForm.cs +++ b/MSGer.tk/Forms/SelectPartnerForm.cs @@ -1,5 +1,5 @@ using GlacialComponents.Controls; -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/SelectShownImage.cs b/MSGer.tk/Forms/SelectShownImage.cs index 2a0ae89..d553aaf 100644 --- a/MSGer.tk/Forms/SelectShownImage.cs +++ b/MSGer.tk/Forms/SelectShownImage.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/SettingsForm.cs b/MSGer.tk/Forms/SettingsForm.cs index 56a7ff3..9132719 100644 --- a/MSGer.tk/Forms/SettingsForm.cs +++ b/MSGer.tk/Forms/SettingsForm.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/SettingsPanels/SettingsPanel.cs b/MSGer.tk/Forms/SettingsPanels/SettingsPanel.cs index c995cba..b63740c 100644 --- a/MSGer.tk/Forms/SettingsPanels/SettingsPanel.cs +++ b/MSGer.tk/Forms/SettingsPanels/SettingsPanel.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/MSGer.tk/Forms/SettingsPanels/SettingsPanelLayout.cs b/MSGer.tk/Forms/SettingsPanels/SettingsPanelLayout.cs index 3d590f1..184e799 100644 --- a/MSGer.tk/Forms/SettingsPanels/SettingsPanelLayout.cs +++ b/MSGer.tk/Forms/SettingsPanels/SettingsPanelLayout.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/MSGer.tk/Forms/SettingsPanels/SettingsPanelNetwork.cs b/MSGer.tk/Forms/SettingsPanels/SettingsPanelNetwork.cs index bb477f6..33b887a 100644 --- a/MSGer.tk/Forms/SettingsPanels/SettingsPanelNetwork.cs +++ b/MSGer.tk/Forms/SettingsPanels/SettingsPanelNetwork.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/MSGer.tk/Forms/SettingsPanels/SettingsPanelPacks.cs b/MSGer.tk/Forms/SettingsPanels/SettingsPanelPacks.cs index eae7a1f..a3d7797 100644 --- a/MSGer.tk/Forms/SettingsPanels/SettingsPanelPacks.cs +++ b/MSGer.tk/Forms/SettingsPanels/SettingsPanelPacks.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/MSGer.tk/Forms/SettingsPanels/SettingsPanelPersonal.cs b/MSGer.tk/Forms/SettingsPanels/SettingsPanelPersonal.cs index e48ccee..9e74ef6 100644 --- a/MSGer.tk/Forms/SettingsPanels/SettingsPanelPersonal.cs +++ b/MSGer.tk/Forms/SettingsPanels/SettingsPanelPersonal.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/Forms/ThemeDesigner.cs b/MSGer.tk/Forms/ThemeDesigner.cs index 2273827..19c3a3c 100644 --- a/MSGer.tk/Forms/ThemeDesigner.cs +++ b/MSGer.tk/Forms/ThemeDesigner.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/ICMPPacket.cs b/MSGer.tk/ICMPPacket.cs deleted file mode 100644 index bc0378e..0000000 --- a/MSGer.tk/ICMPPacket.cs +++ /dev/null @@ -1,54 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Net.Sockets; -using System.Text; -using System.Threading.Tasks; - -namespace MSGer.tk -{ - public static class ICMPPacket - { - public const byte Type = ICMP_ECHO; - public const byte SubCode = 0; - public const byte RespType = ICMP_TIME_EXCEEDED; - public const byte RespCode = 1; - public const UInt16 CheckSum = 0; - public const UInt16 Identifier = 52; - public const UInt16 SequenceNumber = 84; - public static readonly byte[] Data = Encoding.Unicode.GetBytes("MSGer.tk connection"); - - public const byte ICMP_ECHO = 8; - public const byte ICMP_REPLY = 0; - public const byte ICMP_TIME_EXCEEDED = 11; - - public static byte[] CreateRequest() //2015.02.05. - { - var data = new List(); - data.Add(Type); - data.Add(SubCode); - data.AddRange(BitConverter.GetBytes(CheckSum)); - data.AddRange(BitConverter.GetBytes(Identifier)); - data.AddRange(BitConverter.GetBytes(SequenceNumber)); - data.AddRange(Data); - return data.ToArray(); - } - - public static byte[] CreateReply() - { - //ICMPPacket packet = new ICMPPacket(); - var data = new List(); - data.Add(RespType); - data.Add(RespCode); - data.AddRange(BitConverter.GetBytes(CheckSum)); - data.AddRange(BitConverter.GetBytes((int)0)); //4 bytes unused - data.AddRange(CreateRequest()); //Original packet - return data.ToArray(); - } - - public static bool IsPacketGood(byte[] bytes) - { - return (bytes[0] == ICMP_TIME_EXCEEDED); - } - } -} diff --git a/MSGer.tk/Language.cs b/MSGer.tk/Language.cs index d310c1b..2d01211 100644 --- a/MSGer.tk/Language.cs +++ b/MSGer.tk/Language.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/MSGer.tk/Logging.cs b/MSGer.tk/Logging.cs index 6643c92..5fc8e93 100644 --- a/MSGer.tk/Logging.cs +++ b/MSGer.tk/Logging.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Diagnostics; using System.IO; diff --git a/MSGer.tk/MSGer.tk.csproj b/MSGer.tk/MSGer.tk.csproj index b663c50..fe89552 100644 --- a/MSGer.tk/MSGer.tk.csproj +++ b/MSGer.tk/MSGer.tk.csproj @@ -336,7 +336,6 @@ Form - diff --git a/MSGer.tk/MSGer.tk.v12.suo b/MSGer.tk/MSGer.tk.v12.suo index 89b3fa9..ec2f44f 100644 Binary files a/MSGer.tk/MSGer.tk.v12.suo and b/MSGer.tk/MSGer.tk.v12.suo differ diff --git a/MSGer.tk/Networking/Networking.CreateParse.cs b/MSGer.tk/Networking/Networking.CreateParse.cs index ea6bda2..f9efc12 100644 --- a/MSGer.tk/Networking/Networking.CreateParse.cs +++ b/MSGer.tk/Networking/Networking.CreateParse.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Diagnostics; using System.Linq; diff --git a/MSGer.tk/Networking/Networking.PacketData.cs b/MSGer.tk/Networking/Networking.PacketData.cs index 62c2ce0..b3a9e35 100644 --- a/MSGer.tk/Networking/Networking.PacketData.cs +++ b/MSGer.tk/Networking/Networking.PacketData.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; diff --git a/MSGer.tk/Networking/Networking.PacketFormat.cs b/MSGer.tk/Networking/Networking.PacketFormat.cs index 63f76e2..b840678 100644 --- a/MSGer.tk/Networking/Networking.PacketFormat.cs +++ b/MSGer.tk/Networking/Networking.PacketFormat.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/MSGer.tk/Networking/Networking.PacketSender.cs b/MSGer.tk/Networking/Networking.PacketSender.cs index bdb8cd1..aadecdf 100644 --- a/MSGer.tk/Networking/Networking.PacketSender.cs +++ b/MSGer.tk/Networking/Networking.PacketSender.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Linq; using System.Net; diff --git a/MSGer.tk/Networking/Networking.SendRequest.cs b/MSGer.tk/Networking/Networking.SendRequest.cs index 3a7ded3..3f4ce2a 100644 --- a/MSGer.tk/Networking/Networking.SendRequest.cs +++ b/MSGer.tk/Networking/Networking.SendRequest.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/MSGer.tk/Networking/Networking.SendUpdate.cs b/MSGer.tk/Networking/Networking.SendUpdate.cs deleted file mode 100644 index a3a4ce2..0000000 --- a/MSGer.tk/Networking/Networking.SendUpdate.cs +++ /dev/null @@ -1,163 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics; -using System.Linq; -using System.Net; -using System.Net.Sockets; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace MSGer.tk -{ - partial class Networking - { - /*public static UdpClient SenderConnection = new UdpClient(AddressFamily.InterNetworkV6); //2014.09.04. - Ezt ne társítsa egy porthoz, hogy működjön az udp hole punching - IPv6: 2015.04.03. - public static UdpClient ReceiverConnection; //2014.09.04. - Társítsa egy porthoz - IPv6: 2015.04.03. - 2015.04.03. - A MainForm-nál úgyis létrehozza - public static byte[] DataBuffer; - public static IPEndPoint RemoteEP; - public static bool WaitingOnResponse = false; //2014.08.16. - public static UpdateType WaitingOnPacket = 0x00; //2014.08.16. - 0x00: Nincs; UpdateType: 2015.05.10. - //public static byte[][] SendUpdate(UpdateType ut, byte[] data, bool response, IPEndPoint onlythisep = null) - - private static object Lock = new object(); //2015.05.10. - public static PacketFormat[] SendUpdate(PacketFormat packet, IPEndPoint onlythisep = null) - { - if (Program.MainF != null && Program.MainF.IsHandleCreated) //IsHandleCreated: 2014.12.31. - { //2014.11.21. - if (Program.MainF.InvokeRequired) //2014.11.21. - { //2014.11.21. - Program.MainF.Invoke(new Action(Program.MainF.UpdateStats), //2014.11.21. - MainForm.StatType.Servers, UserInfo.IPs.Count); //2014.11.21. - Program.MainF.Invoke(new Action(Program.MainF.UpdateStats), //2014.11.21. - MainForm.StatType.OnlineServers, UserInfo.IPs.Count - UserInfo.BannedIPs.Count); //2014.11.21. - } - else //2014.11.21. - { //2014.11.21. - //2014.12.31. - MessageBox.Show("Internal error: Network call was made in the same thread as the UI. This could lead to freezes.\nNetwork update canceled."); - return null; - } - } - - lock (Lock) - { - var ut = packet.PacketType; - - if (UserInfo.IPs.Count == 0 - && !UserInfo.IPs.Any(entry => entry.Address.Equals(RemoteEP.Address)) - && ut != Networking.UpdateType.LoginUser) - return null; - //byte[] senddata = CreatePacket(response, (byte)ut, data); - byte[] senddata = packet.ToBytes(false); - if (UserInfo.BanTime < Environment.TickCount - 1000 * 10) //2014.08.30. - 2014.10.09. - 10 percről 1-re csökkentve - 2014.11.22. - 1 percről 10 mp-re csökkentve - UserInfo.BannedIPs = new List(); //2014.11.23. - //if (!response) - if (!packet.Response) - { //2014.08.30. - Azelőtt állítsa be, hogy elküldené a lekéréseket, hogy biztosan reagáljon a válaszra - WaitingOnResponse = true; //2014.08.16. - //WaitingOnPacket = (byte)ut; //2014.08.16. - WaitingOnPacket = ut; //2015.05.10. - } - if (onlythisep == null) //2014.11.22. - != helyett ==: 2014.12.18. - { - foreach (var item in UserInfo.IPs) - { //Elküldi az összes ismert címre - try - { - if (!UserInfo.BannedIPs.Contains(item)) - SenderConnection.Send(senddata, senddata.Length, item); - } - catch (ObjectDisposedException) - { - return null; - } - catch (Exception e) - { - MessageBox.Show("Network error:\n" + e.Message + "\n\n" + e.StackTrace); - } - } - } - else - { //2014.11.22. - try - { - SenderConnection.Send(senddata, senddata.Length, onlythisep); - } - catch (ObjectDisposedException) - { - return null; - } - } - - //if (!response) - if (!packet.Response) - { - int lasttick = Environment.TickCount; - List Ret = new List(); - List ResponsedIPs = new List(); - int count = 1; - while (Environment.TickCount - 1000 * 10 < lasttick && ( - (onlythisep == null) ? //2014.11.22. - ResponsedIPs.Count < UserInfo.IPs.Count - UserInfo.BannedIPs.Count : - ResponsedIPs.Count == 0 //2014.11.22. - )) //2014.09.09. - 2014.10.09. - 60 mp --> 10 mp - { //2014.08.19. - Ret.Count == tmp.Length - if (MainForm.LThread != null) //2014.09.06. - { - while (DataBuffer == null && Environment.TickCount - 1000 * count * 2 < lasttick) ; //Várakozik, amíg a másik thread át nem adja a választ - 2014.10.09. - 10 mp --> 2 mp - } - if (DataBuffer == null) //2014.08.30. - Az idő telt le - { - Console.WriteLine("Didn't get a response in time. Retrying..."); - foreach (var item in UserInfo.IPs.Except(UserInfo.BannedIPs).Except(ResponsedIPs)) //2014.09.22. - { //Elküldi az összes ismert címre - try - { - SenderConnection.Send(senddata, senddata.Length, item); - } - catch (ObjectDisposedException) - { - return null; - } - } - count++; - continue; - } - if (!(!UserInfo.IPs.Any(entry => entry.Address.Equals(RemoteEP.Address)) - && ut != Networking.UpdateType.LoginUser)) - { - foreach (var item in UserInfo.IPs.Where(entry => entry == RemoteEP)) - ResponsedIPs.Add(item); - Debug.WriteLine("Received response. (" + packet.PacketType + ")"); - //var pparts = ParsePacket(DataBuffer); - var rpacket = PacketFormat.FromBytes(DataBuffer); - //if (pparts.KeyVersion != CurrentUser.KeyIndex && pparts.UpdateType != UpdateType.SetKey) - if (rpacket.KeyIndex != CurrentUser.KeyIndex && rpacket.PacketType != UpdateType.SetKey) - { - DataBuffer = null; //2014.09.22. - Mindig adja meg a lehetőséget, hogy újra beállítsa - continue; - } - - int i; - for (i = 0; i < Ret.Count; i++) - { - if (DataBuffer.SequenceEqual(Ret[i])) - break; - } - if (i == Ret.Count) - Ret.Add(DataBuffer); - } //(2014.08.17. -->) Várja meg, amíg az összes online(!) ismerőse válaszol - Vagy letelik az egy perc - DataBuffer = null; //2014.09.22. - Mindig adja meg a lehetőséget, hogy újra beállítsa - } - DataBuffer = null; - RemoteEP = null; - WaitingOnResponse = false; - WaitingOnPacket = 0x00; - return Ret.Select(entry => PacketFormat.FromBytes(entry)).ToArray(); - } - return null; - } - }*/ - } -} diff --git a/MSGer.tk/Networking/Networking.Threads.cs b/MSGer.tk/Networking/Networking.Threads.cs index 5874b9c..56d0ccb 100644 --- a/MSGer.tk/Networking/Networking.Threads.cs +++ b/MSGer.tk/Networking/Networking.Threads.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Linq; using System.Net; diff --git a/MSGer.tk/Networking/Networking.UpdateListAndChat.cs b/MSGer.tk/Networking/Networking.UpdateListAndChat.cs index 72e5c50..a3f50e6 100644 --- a/MSGer.tk/Networking/Networking.UpdateListAndChat.cs +++ b/MSGer.tk/Networking/Networking.UpdateListAndChat.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Drawing.Imaging; using System.IO; diff --git a/MSGer.tk/Networking/Networking.cs b/MSGer.tk/Networking/Networking.cs index 64ed0f7..df14a23 100644 --- a/MSGer.tk/Networking/Networking.cs +++ b/MSGer.tk/Networking/Networking.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/MSGer.tk/ObjectListView.dll b/MSGer.tk/ObjectListView.dll deleted file mode 100644 index d4a658e..0000000 Binary files a/MSGer.tk/ObjectListView.dll and /dev/null differ diff --git a/MSGer.tk/ObjectListView2012.csproj b/MSGer.tk/ObjectListView2012.csproj deleted file mode 100644 index 87f1f0f..0000000 --- a/MSGer.tk/ObjectListView2012.csproj +++ /dev/null @@ -1,188 +0,0 @@ - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {18FEDA0C-D147-4286-B39A-01204808106A} - Library - Properties - BrightIdeasSoftware - ObjectListView - - - - - 3.5 - v2.0 - true - olv-keyfile.snk - - - - true - full - false - bin\Debug\ - TRACE;DEBUG - prompt - 4 - false - bin\Debug\ObjectListView.XML - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - - - - - - - - - - - Component - - - - - - - - Component - - - - - - - - - Component - - - True - True - Resources.resx - - - - - Component - - - - Component - - - - - - - Component - - - Component - - - - - - Component - - - - - - - Component - - - Component - - - Form - - - ColumnSelectionForm.cs - - - - Form - - - - Code - - - - - - - - Component - - - - - - Component - - - Component - - - - Component - - - - - - - Component - - - - - - - - - - - - - - - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - ColumnSelectionForm.cs - Designer - - - - - \ No newline at end of file diff --git a/MSGer.tk/Packer/IPackable.cs b/MSGer.tk/Packer/IPackable.cs index a389790..496f51d 100644 --- a/MSGer.tk/Packer/IPackable.cs +++ b/MSGer.tk/Packer/IPackable.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/MSGer.tk/Packer/PackManager.cs b/MSGer.tk/Packer/PackManager.cs index a3e374a..25254fd 100644 --- a/MSGer.tk/Packer/PackManager.cs +++ b/MSGer.tk/Packer/PackManager.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.IO; using System.Linq; @@ -20,9 +20,8 @@ namespace MSGer.tk if (!typeof(IPackable).IsAssignableFrom(type) || type.IsInterface) continue; if (!Directory.Exists(GetName(type))) - //continue; Directory.CreateDirectory(GetName(type)); //2015.05.16. - string[] files = Directory.GetFiles(GetName(type)); + string[] files = Directory.GetFiles(GetName(type)).Where(entry => Path.GetFileNameWithoutExtension(entry).Length > 0).ToArray(); //Where: 2015.07.06. if (files.Length == 0) DownloadDefaults(type); //2015.06.14. foreach (string file in files) diff --git a/MSGer.tk/Program.cs b/MSGer.tk/Program.cs index f78f4f2..418ee05 100644 --- a/MSGer.tk/Program.cs +++ b/MSGer.tk/Program.cs @@ -1,6 +1,6 @@ //#define LOCAL_SERVER -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; diff --git a/MSGer.tk/ProgressStatistic.cs b/MSGer.tk/ProgressStatistic.cs deleted file mode 100644 index 75e7776..0000000 --- a/MSGer.tk/ProgressStatistic.cs +++ /dev/null @@ -1,357 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace HdSystemLibrary.IO -{ - public class ProgressEventArgs : EventArgs - { - public ProgressEventArgs(ProgressStatistic progressStatistic) - { - if (progressStatistic == null) - throw new ArgumentNullException("progressStatistic"); - ProgressStatistic = progressStatistic; - } - - public ProgressStatistic ProgressStatistic { get; private set; } - } - - [Serializable] - public class OperationAlreadyStartedException : Exception - { - public OperationAlreadyStartedException() { } - public OperationAlreadyStartedException(string message) : base(message) { } - public OperationAlreadyStartedException(string message, Exception inner) : base(message, inner) { } - protected OperationAlreadyStartedException( - System.Runtime.Serialization.SerializationInfo info, - System.Runtime.Serialization.StreamingContext context) - : base(info, context) { } - } - - /// - /// A class which calculates progress statistics like average bytes per second or estimated finishing time. - /// To use it, call the ProgressChange method in regular intervals with the actual progress. - /// - public class ProgressStatistic - { - public ProgressStatistic() - { - StartingTime = DateTime.MinValue; - FinishingTime = DateTime.MinValue; - - progressChangedArgs = new ProgressEventArgs(this); //Event args can be cached - } - - private bool hasStarted = false; - /// - /// Gets whether the operation has started - /// - public bool HasStarted { get { return hasStarted; } } - /// - /// Gets whether the operation has finished - /// - public bool HasFinished { get { return FinishingTime != DateTime.MinValue; } } - - /// - /// Gets whether the operation is still running - /// - public bool IsRunning { get { return HasStarted && !HasFinished; } } - - #region Time - - /// - /// Gets the date time when the operation has started - /// - public DateTime StartingTime { get; private set; } - /// - /// Gets the date time when the operation has finished - /// - public DateTime FinishingTime { get; private set; } - - /// - /// Gets the duration of the operation. - /// If the operation is still running, the time since starting is returned. - /// If the operation has not started, TimeSpan.Zero is returned. - /// If the operation has finished, the time between starting and finishing is returned. - /// - public TimeSpan Duration - { - get - { - if (!HasStarted) - return TimeSpan.Zero; - else if (!HasFinished) - return DateTime.Now - StartingTime; - else - return FinishingTime - StartingTime; - } - } - - /// - /// The method which will be used for estimating duration and finishing time - /// - public enum EstimatingMethod - { - /// - /// Current bytes per second will be used for estimating. - /// - CurrentBytesPerSecond, - /// - /// Average bytes per second will be used for estimating - /// - AverageBytesPerSecond - } - - private EstimatingMethod estimatingMethod = EstimatingMethod.CurrentBytesPerSecond; - /// - /// Gets or sets which method will be used for estimating. - /// Can only be set before the operation has started, otherwise an OperationAlreadyStartedException will be thrown. - /// - public EstimatingMethod UsedEstimatingMethod - { - get { return estimatingMethod; } - set - { - if (HasStarted) - throw new OperationAlreadyStartedException(); - estimatingMethod = value; - } - } - - /// - /// Gets the estimated duration. Use UsedEstimatingMethod to specify which method will be used for estimating. - /// If the operation will take more than 200 days, TimeSpan.MaxValue is returned. - /// - public TimeSpan EstimatedDuration - { - get - { - if (HasFinished) - return Duration; - if (TotalBytesToRead == -1) - return TimeSpan.MaxValue; - - double bytesPerSecond = 1; - if (UsedEstimatingMethod == EstimatingMethod.AverageBytesPerSecond) - bytesPerSecond = AverageBytesPerSecond; - else if (UsedEstimatingMethod == EstimatingMethod.CurrentBytesPerSecond) - bytesPerSecond = CurrentBytesPerSecond; - - double seconds = (TotalBytesToRead - BytesRead) / bytesPerSecond; - if (seconds > 60 * 60 * 24 * 200) //over 200 Days -> infinite - return TimeSpan.MaxValue; - else - return Duration + TimeSpan.FromSeconds(seconds); - } - } - - /// - /// Gets the estimated finishing time based on EstimatedDuration. - /// If the operation will take more than 200 days, DateTime.MaxValue is returned. - /// If the operation has finished, the actual finishing time is returned. - /// - public DateTime EstimatedFinishingTime - { - get - { - if (EstimatedDuration == TimeSpan.MaxValue) - return DateTime.MaxValue; - return StartingTime + EstimatedDuration; - } - } - - #endregion - - /// - /// Gets the amount of bytes already read. - /// - public long BytesRead { get; private set; } - /// - /// Gets the amount of total bytes to read. Can be -1 if unknown. - /// - public long TotalBytesToRead { get; private set; } - - /// - /// Gets the progress in percent between 0 and 1. - /// If the amount of total bytes to read is unknown, -1 is returned. - /// - public double Progress - { - get - { - if (TotalBytesToRead == -1) - return -1; - else - return (double)BytesRead / (double)TotalBytesToRead; - } - } - - /// - /// Gets the average bytes per second. - /// - public double AverageBytesPerSecond { get { return (double)BytesRead / Duration.TotalSeconds; } } - - #region CurrentBytesPerSecond - - /// - /// Gets the approximated current count of bytes processed per second - /// - public double CurrentBytesPerSecond { get; private set; } - - - private TimeSpan currentBytesCalculationInterval = TimeSpan.FromSeconds(0.5); - /// - /// Gets or sets the interval used for the calculation of the current bytes per second. Default is 500 ms. - /// - /// - /// Thrown when trying to set although the operation has already started. - public TimeSpan CurrentBytesCalculationInterval - { - get { return currentBytesCalculationInterval; } - set - { - if (HasStarted) - throw new InvalidOperationException("Task has already started!"); - currentBytesCalculationInterval = value; - } - } - - KeyValuePair[] currentBytesSamples = new KeyValuePair[6]; - /// - /// Gets or sets the number of samples in CurrentBytesPerSecondInterval used for current bytes per second approximation - /// - /// - /// Thrown when trying to set although the operation has already started. - public int CurrentBytesSampleCount - { - get { return currentBytesSamples.Length; } - set - { - if (HasStarted) - throw new InvalidOperationException("Task has already started!"); - if (value != currentBytesSamples.Length) - { - currentBytesSamples = new KeyValuePair[value]; - } - } - } - - - int currentSample = 0; //current sample index in currentBytesSamples - - DateTime lastSample; - - private void ProcessSample(long bytes) - { - if ((DateTime.Now - lastSample).Ticks > CurrentBytesCalculationInterval.Ticks / currentBytesSamples.Length) - { - lastSample = DateTime.Now; - - KeyValuePair current = new KeyValuePair(DateTime.Now, bytes); - - var old = currentBytesSamples[currentSample]; - currentBytesSamples[currentSample] = current; - - if (old.Key == DateTime.MinValue) - CurrentBytesPerSecond = AverageBytesPerSecond; - else - CurrentBytesPerSecond = (double)(current.Value - old.Value) / (current.Key - old.Key).TotalSeconds; - - currentSample++; - if (currentSample >= currentBytesSamples.Length) - currentSample = 0; - } - } - - #endregion - - /// - /// This method can be called to report progress changes. - /// The signature of this method is compliant with the ProgressChange-delegate - /// - /// The amount of bytes already read - /// The amount of total bytes to read. Can be -1 if unknown. - /// Thrown if bytesRead has not changed or even shrunk. - /// Thrown if the operation has finished already. - public virtual void ProgressChange(long bytesRead, long totalBytesToRead) - { - if (bytesRead <= BytesRead) - throw new ArgumentException("Operation cannot go backwards!", "bytesRead"); - - if (HasFinished) - throw new InvalidOperationException("Operation has finished already!"); - - if (!hasStarted) - { - StartingTime = DateTime.Now; - hasStarted = true; - OnStarted(); - } - - BytesRead = bytesRead; - TotalBytesToRead = totalBytesToRead; - - ProcessSample(bytesRead); - - OnProgressChanged(); - - if (bytesRead == TotalBytesToRead) - { - FinishingTime = DateTime.Now; - OnFinished(); - } - } - - /// - /// This method can be called to finish an aborted operation. - /// If the operation does not reach 100%, "Finished" will be never raised, so this method should be called. - /// - public virtual void Finish() - { - if (!HasFinished) - { - FinishingTime = DateTime.Now; - OnFinished(); - } - } - - #region Events - - private readonly ProgressEventArgs progressChangedArgs; - - protected virtual void OnStarted() - { - if (Started != null) - Started(this, progressChangedArgs); - } - - protected virtual void OnProgressChanged() - { - if (ProgressChanged != null) - ProgressChanged(this, progressChangedArgs); - } - - protected virtual void OnFinished() - { - if (Finished != null) - Finished(this, progressChangedArgs); - } - - /// - /// Will be raised when the operation has started - /// - public event EventHandler Started; - /// - /// Will be raised when the progress has changed - /// - public event EventHandler ProgressChanged; - /// - /// Will be raised when the operation has finished - /// - public event EventHandler Finished; - - #endregion - } - -} diff --git a/MSGer.tk/Properties/AssemblyInfo.cs b/MSGer.tk/Properties/AssemblyInfo.cs index 8c6aa49..69c4fdd 100644 --- a/MSGer.tk/Properties/AssemblyInfo.cs +++ b/MSGer.tk/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("MSGer.tk")] -[assembly: AssemblyCopyright("GNU GPLv3")] +[assembly: AssemblyCopyright("Copyright (c) NorbiPeti 2015 - See LICENSE file")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/MSGer.tk/Properties/Resources.Designer.cs b/MSGer.tk/Properties/Resources.Designer.cs index 5e9641f..949da6e 100644 --- a/MSGer.tk/Properties/Resources.Designer.cs +++ b/MSGer.tk/Properties/Resources.Designer.cs @@ -9,7 +9,7 @@ //------------------------------------------------------------------------------ namespace MSGer.tk.Properties { - using System; + using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file /// diff --git a/MSGer.tk/Scripts/IScript.cs b/MSGer.tk/Scripts/IScript.cs index d6f6332..2209494 100644 --- a/MSGer.tk/Scripts/IScript.cs +++ b/MSGer.tk/Scripts/IScript.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/MSGer.tk/Scripts/ScriptInAppDomain.cs b/MSGer.tk/Scripts/ScriptInAppDomain.cs index 304723d..b748e4d 100644 --- a/MSGer.tk/Scripts/ScriptInAppDomain.cs +++ b/MSGer.tk/Scripts/ScriptInAppDomain.cs @@ -1,5 +1,5 @@ using Microsoft.CSharp; -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.CodeDom.Compiler; using System.Collections.Generic; using System.IO; diff --git a/MSGer.tk/Scripts/ScriptLoader.cs b/MSGer.tk/Scripts/ScriptLoader.cs index d3f34ad..515fe85 100644 --- a/MSGer.tk/Scripts/ScriptLoader.cs +++ b/MSGer.tk/Scripts/ScriptLoader.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.CodeDom.Compiler; using System.Collections.Generic; using System.IO; @@ -16,6 +16,9 @@ namespace MSGer.tk { Path = path; } + private ScriptLoader() //2015.07.06. + { + } private AppDomain PluginAppDomain; private ScriptInAppDomain script { @@ -37,9 +40,11 @@ namespace MSGer.tk PluginAppDomain = AppDomain.CreateDomain(System.IO.Path.GetFileName(Path), null, pluginAppDomainSetup); script = new ScriptInAppDomain(Path, PluginAppDomain); PluginAppDomain.DoCallBack(script.LoadInAppDomain); + bool success = script.Success; //2015.07.06. if (!script.Success) AppDomain.Unload(PluginAppDomain); //2015.04.06. - return script.Success; + //return script.Success; + return success; //2015.07.06. } public void Unload() { @@ -64,6 +69,7 @@ namespace MSGer.tk public bool LoadFromPack(string filename) { + this.Path = filename; //2015.07.06. if (!this.Load()) { MessageBox.Show(Language.Translate(Language.StringID.ScriptError)); diff --git a/MSGer.tk/Storage.cs b/MSGer.tk/Storage.cs index e77a256..e75dcd2 100644 --- a/MSGer.tk/Storage.cs +++ b/MSGer.tk/Storage.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Globalization; using System.IO; diff --git a/MSGer.tk/StreamHelper.cs b/MSGer.tk/StreamHelper.cs deleted file mode 100644 index e6ae2d7..0000000 --- a/MSGer.tk/StreamHelper.cs +++ /dev/null @@ -1,213 +0,0 @@ -using System.Collections.Generic; -using System; -using System.IO; -using System.Threading; -using System.ComponentModel; - -namespace HdSystemLibrary.IO -{ - /// - /// A delegate for reporting binary progress - /// - /// The amount of bytes already read - /// The amount of total bytes to read. Can be -1 if unknown. - public delegate void ProgressChange(long bytesRead, long totalBytesToRead); - - - /// - /// The arguments for StreamHelper.CopyFrom(Stream, Stream, CopyFromArguments) - /// - public sealed class CopyFromArguments - { - /// - /// Creates the default arguments - /// - public CopyFromArguments() - { - } - - /// - /// Creates arguments with a progress change callback. - /// - /// The progress change callback (see ) - public CopyFromArguments(ProgressChange progressChangeCallback) - { - ProgressChangeCallback = progressChangeCallback; - } - - /// - /// Creates arguments with a progress change callback and an interval between to progress changes. - /// - /// The progress change callback (see ) - /// The interval between to progress change callbacks (see ) - public CopyFromArguments(ProgressChange progressChangeCallback, - TimeSpan progressChangeCallbackInterval) - { - ProgressChangeCallback = progressChangeCallback; - ProgressChangeCallbackInterval = progressChangeCallbackInterval; - } - - /// - /// Creates arguments with a progress change callback, an interval between to progress changes and a total length - /// - /// The progress change callback (see ) - /// The interval between to progress change callbacks (see ) - /// The total bytes to read (see ) - public CopyFromArguments(ProgressChange progressChangeCallback, - TimeSpan progressChangeCallbackInterval, long totalLength) - { - ProgressChangeCallback = progressChangeCallback; - ProgressChangeCallbackInterval = progressChangeCallbackInterval; - TotalLength = totalLength; - } - - private long totalLength = -1; - /// - /// Gets or sets the total length of stream. Set to -1 if the value has to be determined by stream.Length. - /// If the stream is not seekable, the total length in the progress report will be stay -1. - /// - public long TotalLength { get { return totalLength; } set { totalLength = value; } } - - private int bufferSize = 4096; - /// - /// Gets or sets the size of the buffer used for copying bytes. Default is 4096. - /// - public int BufferSize { get { return bufferSize; } set { bufferSize = value; } } - - /// - /// Gets or sets the callback for progress-report. Default is null. - /// - public ProgressChange ProgressChangeCallback { get; set; } - - /// - /// Gets or sets the event for aborting the operation. Default is null. - /// - public WaitHandle StopEvent { get; set; } - - private TimeSpan progressCallbackInterval = TimeSpan.FromSeconds(0.2); - /// - /// Gets or sets the time interval between to progress change callbacks. Default is 200 ms. - /// - public TimeSpan ProgressChangeCallbackInterval - { - get { return progressCallbackInterval; } - set { progressCallbackInterval = value; } - } - } - - /// - /// A static class for basic stream operations. - /// - public static class StreamHelper - { - /// - /// Copies the source stream into the current while reporting the progress. - /// The copying process is done in a separate thread, therefore the stream has to - /// support reading from a different thread as the one used for construction. - /// Nethertheless, the separate thread is synchronized with the calling thread. - /// The callback in arguments is called from the calling thread. - /// - /// The current stream - /// The source stream - /// The arguments for copying - /// The number of bytes actually copied. - /// Thrown if either target, source of arguments is null - /// Thrown if arguments.BufferSize is less than 128 or arguments.ProgressChangeCallbackInterval is less than 0 - public static long CopyFrom(this Stream target, Stream source, CopyFromArguments arguments) - { - if (target == null) - throw new ArgumentNullException("target"); - if (source == null) - throw new ArgumentNullException("source"); - if (arguments == null) - throw new ArgumentNullException("arguments"); - if (arguments.BufferSize < 128) - throw new ArgumentOutOfRangeException("arguments.BufferSize", - arguments.BufferSize, "BufferSize has to be greater or equal than 128."); - if (arguments.ProgressChangeCallbackInterval.TotalSeconds < 0) - throw new ArgumentOutOfRangeException("arguments.ProgressChangeCallbackInterval", - arguments.ProgressChangeCallbackInterval, - "ProgressChangeCallbackInterval has to be greater or equal than 0."); - - long length = 0; - - bool runningFlag = true; - - Action copyMemory = (Stream _target, Stream _source, int bufferSize) => - //Raw copy-operation, "length" and "runningFlag" are enclosed as closure - { - int count; - byte[] buffer = new byte[bufferSize]; - - while ((count = _source.Read(buffer, 0, bufferSize)) != 0 && runningFlag) - { - _target.Write(buffer, 0, count); - long newLength = length + count; - //"length" can be read as this is the only thread which writes to "length" - Interlocked.Exchange(ref length, newLength); - } - }; - - IAsyncResult asyncResult = copyMemory.BeginInvoke(target, source, arguments.BufferSize, null, null); - - long totalLength = arguments.TotalLength; - if (totalLength == -1 && source.CanSeek) - totalLength = (long)source.Length; - - DateTime lastCallback = DateTime.Now; - long lastLength = 0; - - while (!asyncResult.IsCompleted) - { - if (arguments.StopEvent != null && arguments.StopEvent.WaitOne(0)) - runningFlag = false; //to indicate that the copy-operation has to abort - - Thread.Sleep((int)(arguments.ProgressChangeCallbackInterval.TotalMilliseconds / 10)); - - if (arguments.ProgressChangeCallback != null - && DateTime.Now - lastCallback > arguments.ProgressChangeCallbackInterval) - { - long currentLength = Interlocked.Read(ref length); //Since length is 64 bit, reading is not an atomic operation. - - if (currentLength != lastLength) - { - lastLength = currentLength; - lastCallback = DateTime.Now; - arguments.ProgressChangeCallback(currentLength, totalLength); - } - } - } - - if (arguments.ProgressChangeCallback != null && lastLength != length) - //to ensure that the callback is called once with maximum progress - arguments.ProgressChangeCallback(length, totalLength); - - copyMemory.EndInvoke(asyncResult); - - return length; - } - - /// - /// Copies the source stream into the current - /// - /// The current stream - /// The source stream - /// The size of buffer used for copying bytes - /// The number of bytes actually copied. - public static long CopyFrom(this Stream stream, Stream source, int bufferSize = 4096) - { - int count = 0; - byte[] buffer = new byte[bufferSize]; - long length = 0; - - while ((count = source.Read(buffer, 0, bufferSize)) != 0) - { - length += count; - stream.Write(buffer, 0, count); - } - - return length; - } - } - -} diff --git a/MSGer.tk/TextBoxHelpers.cs b/MSGer.tk/TextBoxHelpers.cs index 0a4e057..bbd7940 100644 --- a/MSGer.tk/TextBoxHelpers.cs +++ b/MSGer.tk/TextBoxHelpers.cs @@ -1,5 +1,5 @@ using FastColoredTextBoxNS; -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/MSGer.tk/TextFormat.cs b/MSGer.tk/TextFormat.cs index 33683db..4a857b4 100644 --- a/MSGer.tk/TextFormat.cs +++ b/MSGer.tk/TextFormat.cs @@ -1,5 +1,5 @@ using Khendys.Controls; -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; diff --git a/MSGer.tk/Theme/MSGerToolStripRenderer.cs b/MSGer.tk/Theme/MSGerToolStripRenderer.cs index 327dab0..9aee2cc 100644 --- a/MSGer.tk/Theme/MSGerToolStripRenderer.cs +++ b/MSGer.tk/Theme/MSGerToolStripRenderer.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/MSGer.tk/Theme/NoImage.cs b/MSGer.tk/Theme/NoImage.cs index 677679d..e97d6e5 100644 --- a/MSGer.tk/Theme/NoImage.cs +++ b/MSGer.tk/Theme/NoImage.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/MSGer.tk/Theme/Theme.cs b/MSGer.tk/Theme/Theme.cs index 56ed6c0..53c3adb 100644 --- a/MSGer.tk/Theme/Theme.cs +++ b/MSGer.tk/Theme/Theme.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; diff --git a/MSGer.tk/Theme/ThemeControl.cs b/MSGer.tk/Theme/ThemeControl.cs index 3c2f206..b57e2d7 100644 --- a/MSGer.tk/Theme/ThemeControl.cs +++ b/MSGer.tk/Theme/ThemeControl.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; diff --git a/MSGer.tk/Theme/ThemedForms.cs b/MSGer.tk/Theme/ThemedForms.cs index 053f126..4d77548 100644 --- a/MSGer.tk/Theme/ThemedForms.cs +++ b/MSGer.tk/Theme/ThemedForms.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/MSGer.tk/UserInfo.cs b/MSGer.tk/UserInfo.cs index 81d00cb..4f9cfda 100644 --- a/MSGer.tk/UserInfo.cs +++ b/MSGer.tk/UserInfo.cs @@ -1,4 +1,4 @@ -using System; +using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/MSGer.tk/_MyNotifier.cs b/MSGer.tk/_MyNotifier.cs deleted file mode 100644 index 50bd026..0000000 --- a/MSGer.tk/_MyNotifier.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace MSGer.tk -{/* - class _MyNotifier - { //Értesítő általam készítve - public _MyNotifier() - { //Csak épp ez nem WinForms - "Teszt".TestFunc(); - } - }*/ -} -/* -namespace System -{ - partial class Object - { - public void TestFunc() - { - Windows.Forms.MessageBox.Show("TestFunc"); - } - } -}*/ \ No newline at end of file diff --git a/MSGer.tk/bin/Debug/Handwriting program.dll b/MSGer.tk/bin/Debug/Handwriting program.dll index 7a3f8fa..e1b15d3 100644 Binary files a/MSGer.tk/bin/Debug/Handwriting program.dll and b/MSGer.tk/bin/Debug/Handwriting program.dll differ diff --git a/MSGer.tk/bin/Debug/Handwriting program.pdb b/MSGer.tk/bin/Debug/Handwriting program.pdb index 4721f6e..39c880d 100644 Binary files a/MSGer.tk/bin/Debug/Handwriting program.pdb and b/MSGer.tk/bin/Debug/Handwriting program.pdb differ diff --git a/MSGer.tk/bin/Debug/MSGer.tk.exe b/MSGer.tk/bin/Debug/MSGer.tk.exe index 76db007..fe22d5c 100644 Binary files a/MSGer.tk/bin/Debug/MSGer.tk.exe and b/MSGer.tk/bin/Debug/MSGer.tk.exe differ diff --git a/MSGer.tk/bin/Debug/MSGer.tk.pdb b/MSGer.tk/bin/Debug/MSGer.tk.pdb index 056a71b..2704285 100644 Binary files a/MSGer.tk/bin/Debug/MSGer.tk.pdb and b/MSGer.tk/bin/Debug/MSGer.tk.pdb differ diff --git a/MSGer.tk/bin/Debug/RichListView.dll b/MSGer.tk/bin/Debug/RichListView.dll index 1abd07d..7a4e458 100644 Binary files a/MSGer.tk/bin/Debug/RichListView.dll and b/MSGer.tk/bin/Debug/RichListView.dll differ diff --git a/MSGer.tk/bin/Debug/RichListView.pdb b/MSGer.tk/bin/Debug/RichListView.pdb index b66b997..1835493 100644 Binary files a/MSGer.tk/bin/Debug/RichListView.pdb and b/MSGer.tk/bin/Debug/RichListView.pdb differ diff --git a/MSGer.tk/bin/Debug/SVN/.justforgithub b/MSGer.tk/bin/Debug/SVN/.justforgithub deleted file mode 100644 index e69de29..0000000 diff --git a/MSGer.tk/bin/Debug/SVN/LICENSE b/MSGer.tk/bin/Debug/SVN/LICENSE deleted file mode 100644 index b6cae27..0000000 --- a/MSGer.tk/bin/Debug/SVN/LICENSE +++ /dev/null @@ -1,270 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -SUBVERSION SUBCOMPONENTS: - -Subversion includes a number of subcomponents with separate copyright -notices and license terms. Your use of the source code for the these -subcomponents is subject to the terms and conditions of the following -licenses. - -For portions of the Python bindings test suite at -subversion/bindings/swig/python/tests/trac/: - - I. Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. - - II. Copyright (C) 2003, 2004, 2005 Edgewall Software - Copyright (C) 2003, 2004, 2005 Jonas Borgström - Copyright (C) 2005 Christopher Lenz - - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - the documentation and/or other materials provided with the - distribution. - 3. The name of the author may not be used to endorse or promote - products derived from this software without specific prior written - permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -For the file subversion/libsvn_subr/utf_width.c - - * Markus Kuhn -- 2007-05-26 (Unicode 5.0) - * - * Permission to use, copy, modify, and distribute this software - * for any purpose and without fee is hereby granted. The author - * disclaims all warranties with regard to this software. diff --git a/MSGer.tk/bin/Debug/SVN/SVN Cheat Sheet.htm b/MSGer.tk/bin/Debug/SVN/SVN Cheat Sheet.htm deleted file mode 100644 index 2134755..0000000 --- a/MSGer.tk/bin/Debug/SVN/SVN Cheat Sheet.htm +++ /dev/null @@ -1,101 +0,0 @@ - - - - - -SVN Cheat Sheet - - - - - - - - -
-
-Todo..
-
-
- -
-
-Cheat Sheet
-
-
- - - - diff --git a/MSGer.tk/bin/Debug/SVN/SVN Readme.htm b/MSGer.tk/bin/Debug/SVN/SVN Readme.htm deleted file mode 100644 index d45f699..0000000 --- a/MSGer.tk/bin/Debug/SVN/SVN Readme.htm +++ /dev/null @@ -1,105 +0,0 @@ - - - - - -SVN Readme - - - - - - - - -
-
-Windows binaries from http://alagazam.net/
-Subversion build 1.6.15 : Zip file (see website for latest versions)
-
-Also available on authors sourceforge site.
-http://sourceforge.net/projects/win32svn/files/
-
-
- -
-
-Subversion Portable Readme
-
-
- - - - diff --git a/MSGer.tk/bin/Debug/SVN/SVN Reference.htm b/MSGer.tk/bin/Debug/SVN/SVN Reference.htm deleted file mode 100644 index 862f04e..0000000 --- a/MSGer.tk/bin/Debug/SVN/SVN Reference.htm +++ /dev/null @@ -1,106 +0,0 @@ - - - - - -SVN reference - - - - - - - - -
-
-Version Control with Subversion
-http://svnbook.red-bean.com/en/1.5/index.html
-
-Article - Dump a SVN repository from a URL
-http://pogopixels.com/blog/dumping-a-svn-repository-from-a-remote-url/
-
-
-
- -
-
-Subversion References
-
-
- - - - diff --git a/MSGer.tk/bin/Debug/SVN/intl3_svn.dll b/MSGer.tk/bin/Debug/SVN/intl3_svn.dll deleted file mode 100644 index 850645a..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/intl3_svn.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/libapr-1.dll b/MSGer.tk/bin/Debug/SVN/libapr-1.dll deleted file mode 100644 index 4942e33..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/libapr-1.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/libapriconv-1.dll b/MSGer.tk/bin/Debug/SVN/libapriconv-1.dll deleted file mode 100644 index b14001b..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/libapriconv-1.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/libaprutil-1.dll b/MSGer.tk/bin/Debug/SVN/libaprutil-1.dll deleted file mode 100644 index e50dbb4..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/libaprutil-1.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/libdb44.dll b/MSGer.tk/bin/Debug/SVN/libdb44.dll deleted file mode 100644 index 347a942..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/libdb44.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/libeay32.dll b/MSGer.tk/bin/Debug/SVN/libeay32.dll deleted file mode 100644 index 8cdeaed..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/libeay32.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/libsasl.dll b/MSGer.tk/bin/Debug/SVN/libsasl.dll deleted file mode 100644 index 770c06e..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/libsasl.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/libsvn_client-1.dll b/MSGer.tk/bin/Debug/SVN/libsvn_client-1.dll deleted file mode 100644 index 0dc8be9..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/libsvn_client-1.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/libsvn_delta-1.dll b/MSGer.tk/bin/Debug/SVN/libsvn_delta-1.dll deleted file mode 100644 index 69e6eac..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/libsvn_delta-1.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/libsvn_diff-1.dll b/MSGer.tk/bin/Debug/SVN/libsvn_diff-1.dll deleted file mode 100644 index 97132ae..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/libsvn_diff-1.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/libsvn_fs-1.dll b/MSGer.tk/bin/Debug/SVN/libsvn_fs-1.dll deleted file mode 100644 index 1b3b2a8..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/libsvn_fs-1.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/libsvn_ra-1.dll b/MSGer.tk/bin/Debug/SVN/libsvn_ra-1.dll deleted file mode 100644 index a5484ec..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/libsvn_ra-1.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/libsvn_repos-1.dll b/MSGer.tk/bin/Debug/SVN/libsvn_repos-1.dll deleted file mode 100644 index c4bd5a7..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/libsvn_repos-1.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/libsvn_subr-1.dll b/MSGer.tk/bin/Debug/SVN/libsvn_subr-1.dll deleted file mode 100644 index 1d1544f..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/libsvn_subr-1.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/libsvn_wc-1.dll b/MSGer.tk/bin/Debug/SVN/libsvn_wc-1.dll deleted file mode 100644 index e25391a..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/libsvn_wc-1.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/openssl.exe b/MSGer.tk/bin/Debug/SVN/openssl.exe deleted file mode 100644 index 61f5e53..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/openssl.exe and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/pluginviewer.exe b/MSGer.tk/bin/Debug/SVN/pluginviewer.exe deleted file mode 100644 index 56f69a1..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/pluginviewer.exe and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/saslANONYMOUS.dll b/MSGer.tk/bin/Debug/SVN/saslANONYMOUS.dll deleted file mode 100644 index db01077..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/saslANONYMOUS.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/saslCRAMMD5.dll b/MSGer.tk/bin/Debug/SVN/saslCRAMMD5.dll deleted file mode 100644 index 86af07b..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/saslCRAMMD5.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/saslDIGESTMD5.dll b/MSGer.tk/bin/Debug/SVN/saslDIGESTMD5.dll deleted file mode 100644 index fc97449..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/saslDIGESTMD5.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/saslLOGIN.dll b/MSGer.tk/bin/Debug/SVN/saslLOGIN.dll deleted file mode 100644 index 48e0862..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/saslLOGIN.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/saslNTLM.dll b/MSGer.tk/bin/Debug/SVN/saslNTLM.dll deleted file mode 100644 index 1c6bd0d..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/saslNTLM.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/saslPLAIN.dll b/MSGer.tk/bin/Debug/SVN/saslPLAIN.dll deleted file mode 100644 index acf7c2c..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/saslPLAIN.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/saslSASLDB.dll b/MSGer.tk/bin/Debug/SVN/saslSASLDB.dll deleted file mode 100644 index 69b5ac4..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/saslSASLDB.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/sasldblistusers2.exe b/MSGer.tk/bin/Debug/SVN/sasldblistusers2.exe deleted file mode 100644 index f997c6c..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/sasldblistusers2.exe and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/saslpasswd2.exe b/MSGer.tk/bin/Debug/SVN/saslpasswd2.exe deleted file mode 100644 index 544e037..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/saslpasswd2.exe and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/ssleay32.dll b/MSGer.tk/bin/Debug/SVN/ssleay32.dll deleted file mode 100644 index ee1b39f..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/ssleay32.dll and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/svn-populate-node-origins-index.exe b/MSGer.tk/bin/Debug/SVN/svn-populate-node-origins-index.exe deleted file mode 100644 index 18a846f..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/svn-populate-node-origins-index.exe and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/svn-push.exe b/MSGer.tk/bin/Debug/SVN/svn-push.exe deleted file mode 100644 index 2ce8b87..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/svn-push.exe and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/svn.exe b/MSGer.tk/bin/Debug/SVN/svn.exe deleted file mode 100644 index 3ea00ea..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/svn.exe and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/svnadmin.exe b/MSGer.tk/bin/Debug/SVN/svnadmin.exe deleted file mode 100644 index 647ccd8..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/svnadmin.exe and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/svnauthz-validate.exe b/MSGer.tk/bin/Debug/SVN/svnauthz-validate.exe deleted file mode 100644 index 2c75e15..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/svnauthz-validate.exe and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/svndumpfilter.exe b/MSGer.tk/bin/Debug/SVN/svndumpfilter.exe deleted file mode 100644 index e309a27..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/svndumpfilter.exe and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/svnlook.exe b/MSGer.tk/bin/Debug/SVN/svnlook.exe deleted file mode 100644 index d8c5d7f..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/svnlook.exe and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/svnmucc.exe b/MSGer.tk/bin/Debug/SVN/svnmucc.exe deleted file mode 100644 index f144b3d..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/svnmucc.exe and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/svnserve.exe b/MSGer.tk/bin/Debug/SVN/svnserve.exe deleted file mode 100644 index bf75d49..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/svnserve.exe and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/svnsync.exe b/MSGer.tk/bin/Debug/SVN/svnsync.exe deleted file mode 100644 index b28b0bc..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/svnsync.exe and /dev/null differ diff --git a/MSGer.tk/bin/Debug/SVN/svnversion.exe b/MSGer.tk/bin/Debug/SVN/svnversion.exe deleted file mode 100644 index 03ec595..0000000 Binary files a/MSGer.tk/bin/Debug/SVN/svnversion.exe and /dev/null differ diff --git a/MSGer.tk/bin/Debug/Updater.exe b/MSGer.tk/bin/Debug/Updater.exe index ca8bd28..9a8fd80 100644 Binary files a/MSGer.tk/bin/Debug/Updater.exe and b/MSGer.tk/bin/Debug/Updater.exe differ diff --git a/MSGer.tk/bin/Debug/Updater.pdb b/MSGer.tk/bin/Debug/Updater.pdb index 2fa5738..61e21b2 100644 Binary files a/MSGer.tk/bin/Debug/Updater.pdb and b/MSGer.tk/bin/Debug/Updater.pdb differ diff --git a/MSGer.tk/bin/Debug/languages/.justforgithub b/MSGer.tk/bin/Debug/languages/.justforgithub deleted file mode 100644 index e69de29..0000000 diff --git a/MSGer.tk/bin/Debug/languages/en.txt b/MSGer.tk/bin/Debug/languages/en.txt deleted file mode 100644 index ca959f6..0000000 --- a/MSGer.tk/bin/Debug/languages/en.txt +++ /dev/null @@ -1,127 +0,0 @@ -menu_file=File -menu_file_logout=Logout -menu_file_loginnewuser=Login new user... -menu_file_status=Status -menu_file_status_online=Online -menu_file_status_busy=Busy -menu_file_status_away=Away -menu_file_status_hidden=Hidden -menu_file_sendfile=Send file... -menu_file_openreceivedfiles=Open received files... -menu_file_openrecentmsgs=Open recent messages... -menu_file_close,close=Close -menu_file_exit=Exit -menu_contacts=Contacts -menu_contacts_add=Add contact... -menu_contacts_edit=Edit contact... -menu_contacts_remove=Remove contact... -menu_contacts_invite=Invite contact... -menu_contacts_makegroup=Make group... -menu_contacts_makecategory=Make category... -menu_contacts_editcategory=Edit category... -menu_contacts_removecategory=Remove category... -menu_operations=Operations -menu_operations_sendmsg=Send message... -menu_operations_sendother=Send other -menu_operations_sendother_sendmail=Send E-mail -menu_operations_callcontact=Call contact... -menu_operations_videocall=Start video call... -menu_operations_showonlinefiles=Show online files -menu_operations_playgame=Play game... -menu_operations_askforhelp=Ask for help... -menu_tools=Tools -menu_tools_alwaysontop=Always on top -menu_tools_emoticons=Emoticons... -menu_tools_changeimage=Change image... -menu_tools_changebackground=Change background... -menu_tools_voicevideosettings=Voice and video settings -menu_tools_settings=Settings -menu_help=Help -menu_help_contents=Contents -menu_help_status=Service state -menu_help_privacypolicy=Privacy policy -menu_help_termsofuse=Terms of use -menu_help_report=Report abuse -menu_help_improveprogram=Help improving the program -menu_help_about=About -searchbar=Search contacts... -loading=Loading... -contact_sendemail=Send E-mail -contact_copyemail=Copy E-mail address -contact_info=Information -contact_block=Block contact -contact_remove=Remove contact -contact_editname=Edit name -contact_eventnotifications=Event notifications -contact_openchatlog=Open chat log -iconmenu_show=Show -login=Login -button_cancel=Cancel -login_password=Password -registration=Registration -forgotpassword=Forgot password -login_desc1=You can use your username or user ID instead of your E-mail address. -login_desc2=If you can't log in, restart the program. If it doesn't help and the problem is not with your username/password, please report the problem. -error=Error -connecterror=Connecting to server failed. -login_badnamepass=Incorrect username or password. -reg_code=Code -reg_username,username=Username -reg_emptyfield=Fill in every field. -reg_codeerr=The given code is invalid or already used. -reg_nameerr=The username is already taken. -reg_namelen=Incorrect username length. (At least 4 characters) -reg_passlen=Incorrect password length. (At least 6 characters) -reg_email=E-mail address is not specified or invalid. -reg_success=Registration succesful. -unknown_error=Unknown error. -addcontact=Add contact -addcontact_nameemail=Name/E-mail/Username -addcontact_search=Search -addcontact_add=Add -chat_nowindow=The partner creating the window is not found. -chat_title=Chat -chat_showicons=Show emoticons -offline=Offline -said=said -about=About {0} -about_version=Version: {0} -about_programmer=Programmer: -about_specialthanks=Special thanks: -about_specthanks1=for answering my questions/for testing -about_specthanks2=for translating the program -about_specthanks3=for making GlacialList -about_specthanks4=for textboxes that you can insert images into -settings=Settings -settings_personal=Personal -settings_layout=Layout -settings_chatwindow=Show conversations in different window(s) -settings_chatwindowTabs=Organise conversations with tabs -settings_isserver=Server mode (port forwarding needed) -outofdate=A new version is available. Would you like to install it? -outofdate_caption=New verison -error_network=Network error -error_network2=The program retries to send, so preventing data loss. -error_no_network=No internet connection! -name=Name -message=Message -language=Language -restart_needed=The program will restart due to the changes made. -noimage_notfound=Unable to find the "no image" image...\nCopy in "noimage.png" or reinstall the program.\n(This message appears at each of your contacts.) -userid=User ID -networking_alone=No other users available. You can only use offline functions. -setstate_error=An error occured while setting state. -isserver_msg=Do you want your client to function as a server too?\nThis means that the other clients will connect to it, and if the computer is beind a router you will need port forwarding. -beforelogin_translatemainf=Translating texts in the main window... -beforelogin_loadtextformat=Loading emoticons... -beforelogin_checkforupdates=Checking updates... -beforelogin_loginform=Showing login window... -stats_servers=Available servers -stats_onlineservers=Connected servers -stats_mainserver=Main server -stats_nonetwork=No network -stats_retrying=Reconnecting... -stats_connected=Connected -updater=Downloading updates... -updater_infO=If the system requests, allow running svn.exe -currentlang=English diff --git a/MSGer.tk/bin/Debug/languages/hu.txt b/MSGer.tk/bin/Debug/languages/hu.txt deleted file mode 100644 index a553a0d..0000000 --- a/MSGer.tk/bin/Debug/languages/hu.txt +++ /dev/null @@ -1,127 +0,0 @@ -menu_file=Fájl -menu_file_logout=Kijelentkezés -menu_file_loginnewuser=Újabb felhasználó bejelentkeztetése... -menu_file_status=Állapot -menu_file_status_online=Elérhető -menu_file_status_busy=Elfoglalt -menu_file_status_away=Nincs a gépnél -menu_file_status_hidden=Rejtve kapcsolódik -menu_file_sendfile=Fálj küldése... -menu_file_openreceivedfiles=Beérkezett fájlok mappájának megnyitása... -menu_file_openrecentmsgs=Üzenetek előzményeinek megtekintése... -menu_file_close,close=Bezárás -menu_file_exit=Kilépés -menu_contacts=Ismerősök -menu_contacts_add=Ismerős felvétele... -menu_contacts_edit=Ismerős szerkesztése... -menu_contacts_remove=Ismerős törlése... -menu_contacts_invite=Ismerős meghívása... -menu_contacts_makegroup=Csoport létrehozása... -menu_contacts_makecategory=Kategória létrehozása... -menu_contacts_editcategory=Kategória szerkesztése... -menu_contacts_removecategory=Kategória törlése... -menu_operations=Műveletek -menu_operations_sendmsg=Üzenetküldés... -menu_operations_sendother=Egyéb küldése -menu_operations_sendother_sendmail=E-mail küldése -menu_operations_callcontact=Ismerős felhívása... -menu_operations_videocall=Videohívás indítása... -menu_operations_showonlinefiles=Online fájlok megtekintése -menu_operations_playgame=Játék... -menu_operations_askforhelp=Távsegítség kérése... -menu_tools=Eszközök -menu_tools_alwaysontop=Mindig legfelül -menu_tools_emoticons=Hangulatjelek... -menu_tools_changeimage=Kép megváltoztatása... -menu_tools_changebackground=Háttér megváltoztatása... -menu_tools_voicevideosettings=Hang- és videobeállítások... -menu_tools_settings=Beállítások -menu_help=Súgó -menu_help_contents=Tartalom -menu_help_status=A szolgáltatás állapota -menu_help_privacypolicy=Adatvédelmi nyilatkozat -menu_help_termsofuse=Felhasználási feltételek -menu_help_report=Visszaélés bejelentése -menu_help_improveprogram=Segíts a program tökéletesítésében -menu_help_about=Névjegy -searchbar=Ismerősök keresése... -loading=Betöltés... -contact_sendemail=E-mail küldése -contact_copyemail=E-mail cím másolása -contact_info=Információ -contact_block=Ismerős letiltása -contact_remove=Ismerős törlése -contact_editname=Becenév szerkesztése -contact_eventnotifications=Eseményértesítések -contact_openchatlog=Beszélgetésnapló megnyitása -iconmenu_show=Megjelenítés -login=Bejelentkezés -button_cancel=Mégse -login_password=Jelszó -registration=Regisztráció -forgotpassword=Elfelejtett jelszó -login_desc1=Az e-mail helyett használhatod a felhasználóneved is vagy a felhasználód azonosítószámát. -login_desc2=Ha nem tudsz bejelentkezni, próbáld meg újrainditani a programot. Ha az sem segít, és nem a felhasználóneveddel/jelszavaddal van a probléma, akkor jelentsd a problémát. -error=Hiba -connecterror=Nem sikerült csatlakozni a szerverhez. -login_badnamepass=Helytelen felhasználónév, vagy jelszó. -reg_code=Kód -reg_username,username=Felhasználónév -reg_emptyfield=Minden mezőt tölts ki. -reg_codeerr=A megadott kód nem létezik vagy már felhasználták. -reg_nameerr=A felhasználónév már foglalt. -reg_namelen=A felhasználónév hossza nem megfelelő. (Min. 4 karakter) -reg_passlen=A jelszó hossza nem megfelelő. (Min. 6 karakter) -reg_email=Az E-mail cím nincs megadva vagy helytelen. -reg_success=Sikeres regisztráció. -unknown_error=Ismeretlen hiba -addcontact=Ismerős felvétele -addcontact_nameemail=Név/E-mail/Felhasználónév -addcontact_search=Keresés -addcontact_add=Felvétel -chat_nowindow=Az ablakot létrehozó partner nem található. -chat_title=Beszélgetés -chat_showicons=Hangulatjelek megjelenítése -offline=Nem elérhető -said=üzenete -about=A {0} programról -about_version=Verzió: {0} -about_programmer=Programozó: -about_specialthanks=Külön köszönet: -about_specthanks1=a kérdéseim megválaszolásáért/tesztelésért -about_specthanks2=a program lefordításáért -about_specthanks3=a GlacialList elkészítéséért -about_specthanks4=a szövegdobozokba illeszthető képekért -settings=Beállítások -settings_personal=Személyes -settings_layout=Kinézet -settings_chatwindow=A beszélgetések jelenjenek meg külön ablak(ok)ban -settings_chatwindowTabs=A beszélgetések fülekbe rendezése -settings_isserver=Szerver mód (port forwarding szükséges) -outofdate=Elérhető egy újabb verzió. Szeretnéd telepíteni? -outofdate_caption=Új verzió -error_network=Hálózati hiba -error_network2=A program újrapróbálkozik a küldéssel, így elkerülve az adatvesztést. -error_no_network=Nincs internetkapcsolat! -name=Név -message=Üzenet -language=Nyelv -restart_needed=A módosítások érvényesítésének érdekében a program újraindul. -noimage_notfound=Az "nincs kép" profilkép nem található.\nMásold be a noimage.png-t, vagy telepitsd újra a programot.\n(Ez az üzenet minden egyes ismerősödnél megjelenik.) -userid=Felh. ID -networking_alone=Nincs más elérhető felhasználó. Jelenleg csak az offline funkciókat használhatod. -setstate_error=Hiba történt az állapot beállitása során. -isserver_msg=Szeretnéd, hogy a kliensed szerverként is funkcionáljon?\nEz azt jelenti, hogy a többi kliens hozzá fog csatlakozni, és ha router mögött van a gép, port forwarding-ot kell alkalmazni. -beforelogin_translatemainf=Szövegek lefordítása a fő ablakon... -beforelogin_loadtextformat=Hangulatjelek betöltése... -beforelogin_checkforupdates=Frissítések ellenőrzése... -beforelogin_loginform=Bejelentkezőablak megjelenítése... -stats_servers=Elérhető szerverek -stats_onlineservers=Csatlakozott szerverek -stats_mainserver=Fő szerver -stats_nonetwork=Nincs hálózat -stats_retrying=Újracsatlakozás... -stats_connected=Csatlakozva -updater=Frissítések letöltése... -updater_info=Ha a rendszer kéri, engedélyezd az svn.exe futtatását -currentlang=Magyar diff --git a/MSGer.tk/bin/Debug/logs/.justforgithub b/MSGer.tk/bin/Debug/logs/.justforgithub deleted file mode 100644 index e69de29..0000000 diff --git a/MSGer.tk/bin/Debug/logs/network.txt b/MSGer.tk/bin/Debug/logs/network.txt deleted file mode 100644 index dc87214..0000000 --- a/MSGer.tk/bin/Debug/logs/network.txt +++ /dev/null @@ -1,486 +0,0 @@ -[8924 | 2014.12.31. 18:27:17] Packet sending begins: there are users online and/or it is an update type that does not require that. -[8924 | 2014.12.31. 18:27:17] Packet created successfully (not response) with update type ListUpdate and data: System.Byte[] -[8924 | 2014.12.31. 18:27:17] Hole punching begins. -[8924 | 2014.12.31. 18:27:17] Packet sending begins: there are users online and/or it is an update type that does not require that. -[8924 | 2014.12.31. 18:27:17] Packet created successfully (not response) with update type CheckConn and data: System.Byte[] -[8924 | 2014.12.31. 18:27:17] Hole punching begins. -[8924 | 2014.12.31. 18:27:17] Hole punching done. -[8924 | 2014.12.31. 18:27:17] Sending to single ip: 192.168.1.6:4542 -[8924 | 2014.12.31. 18:27:17] Starting to wait on response... -[8924 | 2014.12.31. 18:27:17] Waiting to get response... Wait time: 2seconds -[2488 | 2014.12.31. 18:27:17] Packet sending begins: there are users online and/or it is an update type that does not require that. -[2488 | 2014.12.31. 18:27:17] Packet created successfully (response) with update type CheckConn and data: System.Byte[] -[2488 | 2014.12.31. 18:27:17] Hole punching begins. -[2488 | 2014.12.31. 18:27:17] Hole punching done. -[2488 | 2014.12.31. 18:27:17] Sending to single ip: 192.168.1.6:4543 -[8924 | 2014.12.31. 18:27:17] A response received. -[8924 | 2014.12.31. 18:27:17] Response is from known ip or it's not required to be that. -[8924 | 2014.12.31. 18:27:17] Packet parsed. -[8924 | 2014.12.31. 18:27:17] Complete success! -[8924 | 2014.12.31. 18:27:17] Waiting to get response... Wait time: 2seconds -[8924 | 2014.12.31. 18:27:19] No response received. Retrying... -[8924 | 2014.12.31. 18:27:19] Waiting to get response... Wait time: 4seconds -[2488 | 2014.12.31. 18:27:19] Packet sending begins: there are users online and/or it is an update type that does not require that. -[2488 | 2014.12.31. 18:27:19] Packet created successfully (response) with update type CheckConn and data: System.Byte[] -[2488 | 2014.12.31. 18:27:19] Hole punching begins. -[2488 | 2014.12.31. 18:27:19] Hole punching done. -[2488 | 2014.12.31. 18:27:19] Sending to single ip: 192.168.1.6:4543 -[8924 | 2014.12.31. 18:27:21] No response received. Retrying... -[8924 | 2014.12.31. 18:27:21] Waiting to get response... Wait time: 6seconds -[2488 | 2014.12.31. 18:27:21] Packet sending begins: there are users online and/or it is an update type that does not require that. -[2488 | 2014.12.31. 18:27:21] Packet created successfully (response) with update type CheckConn and data: System.Byte[] -[2488 | 2014.12.31. 18:27:21] Hole punching begins. -[2488 | 2014.12.31. 18:27:21] Hole punching done. -[2488 | 2014.12.31. 18:27:21] Sending to single ip: 192.168.1.6:4543 -[8924 | 2014.12.31. 18:27:23] No response received. Retrying... -[8924 | 2014.12.31. 18:27:23] Waiting to get response... Wait time: 8seconds -[2488 | 2014.12.31. 18:27:23] Packet sending begins: there are users online and/or it is an update type that does not require that. -[2488 | 2014.12.31. 18:27:23] Packet created successfully (response) with update type CheckConn and data: System.Byte[] -[2488 | 2014.12.31. 18:27:23] Hole punching begins. -[2488 | 2014.12.31. 18:27:23] Hole punching done. -[2488 | 2014.12.31. 18:27:23] Sending to single ip: 192.168.1.6:4543 -[8924 | 2014.12.31. 18:27:25] No response received. Retrying... -[8924 | 2014.12.31. 18:27:25] Waiting to get response... Wait time: 10seconds -[2488 | 2014.12.31. 18:27:25] Packet sending begins: there are users online and/or it is an update type that does not require that. -[2488 | 2014.12.31. 18:27:25] Packet created successfully (response) with update type CheckConn and data: System.Byte[] -[2488 | 2014.12.31. 18:27:25] Hole punching begins. -[2488 | 2014.12.31. 18:27:25] Hole punching done. -[2488 | 2014.12.31. 18:27:25] Sending to single ip: 192.168.1.6:4543 -[8924 | 2014.12.31. 18:27:27] No response received. Retrying... -[8924 | 2014.12.31. 18:27:27] Resetting everything. -[8924 | 2014.12.31. 18:27:27] Returning response if there was any. -[2488 | 2014.12.31. 18:27:27] Packet sending begins: there are users online and/or it is an update type that does not require that. -[8924 | 2014.12.31. 18:27:27] Hole punching done. -[8924 | 2014.12.31. 18:27:27] Sending to every known user... -[8924 | 2014.12.31. 18:27:27] Starting to wait on response... -[8924 | 2014.12.31. 18:27:27] Waiting to get response... Wait time: 2seconds -[2488 | 2014.12.31. 18:27:27] Packet created successfully (response) with update type CheckConn and data: System.Byte[] -[2488 | 2014.12.31. 18:27:27] Hole punching begins. -[2488 | 2014.12.31. 18:27:27] Hole punching done. -[2488 | 2014.12.31. 18:27:27] Sending to single ip: 192.168.1.6:4543 -[8924 | 2014.12.31. 18:27:29] No response received. Retrying... -[8924 | 2014.12.31. 18:27:29] Waiting to get response... Wait time: 4seconds -[8924 | 2014.12.31. 18:27:31] No response received. Retrying... -[8924 | 2014.12.31. 18:27:31] Waiting to get response... Wait time: 6seconds -[8924 | 2014.12.31. 18:27:33] No response received. Retrying... -[8924 | 2014.12.31. 18:27:33] Waiting to get response... Wait time: 8seconds -[8924 | 2014.12.31. 18:27:35] No response received. Retrying... -[8924 | 2014.12.31. 18:27:35] Waiting to get response... Wait time: 10seconds -[8924 | 2014.12.31. 18:27:37] No response received. Retrying... -[8924 | 2014.12.31. 18:27:37] Resetting everything. -[8924 | 2014.12.31. 18:27:37] Returning response if there was any. -[5220: Network Thread | 2014.12.31. 18:30:35] Packet sending begins: there are users online and/or it is an update type that does not require that. -[5220: Network Thread | 2014.12.31. 18:30:35] Packet created successfully (not response) with update type LoginUser -[5220: Network Thread | 2014.12.31. 18:30:35] Hole punching begins. -[5220: Network Thread | 2014.12.31. 18:30:35] Hole punching done. -[5220: Network Thread | 2014.12.31. 18:30:35] Sending to every known user... -[5220: Network Thread | 2014.12.31. 18:30:35] Starting to wait on response... -[5220: Network Thread | 2014.12.31. 18:30:35] Resetting everything. -[5220: Network Thread | 2014.12.31. 18:30:35] Returning response if there was any. -[3272: Network Thread | 2014.12.31. 18:34:42] Packet sending begins: there are users online and/or it is an update type that does not require that. -[3272: Network Thread | 2014.12.31. 18:34:42] Packet created successfully (not response) with update type LoginUser -[3272: Network Thread | 2014.12.31. 18:34:42] Hole punching begins. -[3272: Network Thread | 2014.12.31. 18:34:42] Hole punching done. -[3272: Network Thread | 2014.12.31. 18:34:42] Sending to every known user... -[3272: Network Thread | 2014.12.31. 18:34:42] Starting to wait on response... -[3272: Network Thread | 2014.12.31. 18:34:42] Resetting everything. -[3272: Network Thread | 2014.12.31. 18:34:42] Returning response if there was any. -[7572: Network Thread | 2014.12.31. 18:34:49] Packet sending begins: there are users online and/or it is an update type that does not require that. -[7572: Network Thread | 2014.12.31. 18:34:49] Packet created successfully (not response) with update type LoginUser -[7572: Network Thread | 2014.12.31. 18:34:49] Hole punching begins. -[7572: Network Thread | 2014.12.31. 18:34:49] Packet sending begins: there are users online and/or it is an update type that does not require that. -[7572: Network Thread | 2014.12.31. 18:34:49] Packet created successfully (not response) with update type CheckConn -[7572: Network Thread | 2014.12.31. 18:34:49] Hole punching begins. -[7572: Network Thread | 2014.12.31. 18:34:49] Hole punching done. -[7572: Network Thread | 2014.12.31. 18:34:49] Sending to single ip: 192.168.1.6:4542 -[7572: Network Thread | 2014.12.31. 18:34:49] Starting to wait on response... -[7572: Network Thread | 2014.12.31. 18:34:49] Waiting to get response... Wait time: 2seconds -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:49] Packet sending begins: there are users online and/or it is an update type that does not require that. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:49] Packet created successfully (response) with update type CheckConn -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:49] Hole punching begins. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:49] Hole punching done. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:49] Sending to single ip: 192.168.1.6:4543 -[7572: Network Thread | 2014.12.31. 18:34:49] A response received. -[7572: Network Thread | 2014.12.31. 18:34:49] Response is from known ip or it's not required to be that. -[7572: Network Thread | 2014.12.31. 18:34:49] Packet parsed. -[7572: Network Thread | 2014.12.31. 18:34:49] Complete success! -[7572: Network Thread | 2014.12.31. 18:34:49] Waiting to get response... Wait time: 2seconds -[7572: Network Thread | 2014.12.31. 18:34:51] No response received. Retrying... -[7572: Network Thread | 2014.12.31. 18:34:51] Waiting to get response... Wait time: 4seconds -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:51] Packet sending begins: there are users online and/or it is an update type that does not require that. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:51] Packet created successfully (response) with update type CheckConn -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:51] Hole punching begins. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:51] Hole punching done. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:51] Sending to single ip: 192.168.1.6:4543 -[7572: Network Thread | 2014.12.31. 18:34:53] No response received. Retrying... -[7572: Network Thread | 2014.12.31. 18:34:53] Waiting to get response... Wait time: 6seconds -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:53] Packet sending begins: there are users online and/or it is an update type that does not require that. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:53] Packet created successfully (response) with update type CheckConn -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:53] Hole punching begins. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:53] Hole punching done. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:53] Sending to single ip: 192.168.1.6:4543 -[7572: Network Thread | 2014.12.31. 18:34:55] No response received. Retrying... -[7572: Network Thread | 2014.12.31. 18:34:55] Waiting to get response... Wait time: 8seconds -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:55] Packet sending begins: there are users online and/or it is an update type that does not require that. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:55] Packet created successfully (response) with update type CheckConn -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:55] Hole punching begins. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:55] Hole punching done. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:55] Sending to single ip: 192.168.1.6:4543 -[7572: Network Thread | 2014.12.31. 18:34:57] No response received. Retrying... -[7572: Network Thread | 2014.12.31. 18:34:57] Waiting to get response... Wait time: 10seconds -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:57] Packet sending begins: there are users online and/or it is an update type that does not require that. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:57] Packet created successfully (response) with update type CheckConn -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:57] Hole punching begins. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:57] Hole punching done. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:57] Sending to single ip: 192.168.1.6:4543 -[7572: Network Thread | 2014.12.31. 18:34:59] No response received. Retrying... -[7572: Network Thread | 2014.12.31. 18:34:59] Resetting everything. -[7572: Network Thread | 2014.12.31. 18:34:59] Returning response if there was any. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:59] Packet sending begins: there are users online and/or it is an update type that does not require that. -[7572: Network Thread | 2014.12.31. 18:34:59] Hole punching done. -[7572: Network Thread | 2014.12.31. 18:34:59] Sending to every known user... -[7572: Network Thread | 2014.12.31. 18:34:59] Starting to wait on response... -[7572: Network Thread | 2014.12.31. 18:34:59] Waiting to get response... Wait time: 2seconds -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:59] Packet created successfully (response) with update type CheckConn -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:59] Hole punching begins. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:59] Hole punching done. -[3272: Update Partnerlist and Chat | 2014.12.31. 18:34:59] Sending to single ip: 192.168.1.6:4543 -[7572: Network Thread | 2014.12.31. 18:35:01] No response received. Retrying... -[7572: Network Thread | 2014.12.31. 18:35:01] Waiting to get response... Wait time: 4seconds -[7572: Network Thread | 2014.12.31. 18:35:03] No response received. Retrying... -[7572: Network Thread | 2014.12.31. 18:35:03] Waiting to get response... Wait time: 6seconds -[6284: Network Thread | 2014.12.31. 18:36:30] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6284: Network Thread | 2014.12.31. 18:36:30] Packet created successfully (not response) with update type LoginUser -[6284: Network Thread | 2014.12.31. 18:36:30] Hole punching begins. -[6284: Network Thread | 2014.12.31. 18:36:30] Hole punching done. -[6284: Network Thread | 2014.12.31. 18:36:30] Sending to every known user... -[6284: Network Thread | 2014.12.31. 18:36:30] Starting to wait on response... -[6284: Network Thread | 2014.12.31. 18:36:30] Resetting everything. -[6284: Network Thread | 2014.12.31. 18:36:30] Returning response if there was any. -[4984: Network Thread | 2015.01.07. 20:16:43] Packet sending begins: there are users online and/or it is an update type that does not require that. -[4984: Network Thread | 2015.01.07. 20:16:43] Packet created successfully (not response) with update type LoginUser -[4984: Network Thread | 2015.01.07. 20:16:43] Hole punching begins. -[4984: Network Thread | 2015.01.07. 20:16:43] Hole punching done. -[4984: Network Thread | 2015.01.07. 20:16:43] Sending to every known user... -[4984: Network Thread | 2015.01.07. 20:16:43] Starting to wait on response... -[4984: Network Thread | 2015.01.07. 20:16:43] Resetting everything. -[4984: Network Thread | 2015.01.07. 20:16:43] Returning response if there was any. -[6584: Network Thread | 2015.01.12. 20:00:23] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Network Thread | 2015.01.12. 20:00:23] Packet created successfully (not response) with update type LoginUser -[6584: Network Thread | 2015.01.12. 20:00:23] Hole punching begins. -[6584: Network Thread | 2015.01.12. 20:00:23] Hole punching done. -[6584: Network Thread | 2015.01.12. 20:00:23] Sending to every known user... -[6584: Network Thread | 2015.01.12. 20:00:23] Starting to wait on response... -[6584: Network Thread | 2015.01.12. 20:00:23] Resetting everything. -[6584: Network Thread | 2015.01.12. 20:00:23] Returning response if there was any. -[6440: Network Thread | 2015.01.12. 20:01:14] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6440: Network Thread | 2015.01.12. 20:01:14] Packet created successfully (not response) with update type LoginUser -[6440: Network Thread | 2015.01.12. 20:01:15] Hole punching begins. -[6440: Network Thread | 2015.01.12. 20:01:15] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6440: Network Thread | 2015.01.12. 20:01:15] Packet created successfully (not response) with update type CheckConn -[6440: Network Thread | 2015.01.12. 20:01:15] Hole punching begins. -[6440: Network Thread | 2015.01.12. 20:01:15] Hole punching done. -[6440: Network Thread | 2015.01.12. 20:01:15] Sending to single ip: 192.168.1.6:4542 -[6440: Network Thread | 2015.01.12. 20:01:15] Starting to wait on response... -[6440: Network Thread | 2015.01.12. 20:01:15] Waiting to get response... Wait time: 2seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:15] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:15] Packet created successfully (response) with update type CheckConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:15] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:15] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:15] Sending to single ip: 192.168.1.6:4543 -[6440: Network Thread | 2015.01.12. 20:01:15] A response received. -[6440: Network Thread | 2015.01.12. 20:01:15] Response is from known ip or it's not required to be that. -[6440: Network Thread | 2015.01.12. 20:01:15] Packet parsed. -[6440: Network Thread | 2015.01.12. 20:01:15] Complete success! -[6440: Network Thread | 2015.01.12. 20:01:15] Waiting to get response... Wait time: 2seconds -[6440: Network Thread | 2015.01.12. 20:01:17] No response received. Retrying... -[6440: Network Thread | 2015.01.12. 20:01:17] Waiting to get response... Wait time: 4seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:17] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:17] Packet created successfully (response) with update type CheckConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:17] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:17] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:17] Sending to single ip: 192.168.1.6:4543 -[6440: Network Thread | 2015.01.12. 20:01:19] No response received. Retrying... -[6440: Network Thread | 2015.01.12. 20:01:19] Waiting to get response... Wait time: 6seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:19] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:19] Packet created successfully (response) with update type CheckConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:19] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:19] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:19] Sending to single ip: 192.168.1.6:4543 -[6440: Network Thread | 2015.01.12. 20:01:21] No response received. Retrying... -[6440: Network Thread | 2015.01.12. 20:01:21] Waiting to get response... Wait time: 8seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:21] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:21] Packet created successfully (response) with update type CheckConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:21] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:21] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:21] Sending to single ip: 192.168.1.6:4543 -[6440: Network Thread | 2015.01.12. 20:01:23] No response received. Retrying... -[6440: Network Thread | 2015.01.12. 20:01:23] Waiting to get response... Wait time: 10seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:23] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:23] Packet created successfully (response) with update type CheckConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:23] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:23] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:01:23] Sending to single ip: 192.168.1.6:4543 -[6440: Network Thread | 2015.01.12. 20:01:25] No response received. Retrying... -[6440: Network Thread | 2015.01.12. 20:01:25] Resetting everything. -[6440: Network Thread | 2015.01.12. 20:01:25] Returning response if there was any. -[6440: Network Thread | 2015.01.12. 20:01:25] Hole punching done. -[6440: Network Thread | 2015.01.12. 20:01:25] Sending to every known user... -[6440: Network Thread | 2015.01.12. 20:01:25] Starting to wait on response... -[6440: Network Thread | 2015.01.12. 20:01:25] Waiting to get response... Wait time: 2seconds -[6440: Network Thread | 2015.01.12. 20:01:27] No response received. Retrying... -[6440: Network Thread | 2015.01.12. 20:01:27] Waiting to get response... Wait time: 4seconds -[6440: Network Thread | 2015.01.12. 20:01:29] No response received. Retrying... -[6440: Network Thread | 2015.01.12. 20:01:29] Waiting to get response... Wait time: 6seconds -[6440: Network Thread | 2015.01.12. 20:01:31] No response received. Retrying... -[6440: Network Thread | 2015.01.12. 20:01:31] Waiting to get response... Wait time: 8seconds -[6440: Network Thread | 2015.01.12. 20:01:33] No response received. Retrying... -[6440: Network Thread | 2015.01.12. 20:01:33] Waiting to get response... Wait time: 10seconds -[6440: Network Thread | 2015.01.12. 20:01:35] No response received. Retrying... -[6440: Network Thread | 2015.01.12. 20:01:35] Resetting everything. -[6440: Network Thread | 2015.01.12. 20:01:35] Returning response if there was any. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:06] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:06] Packet created successfully (response) with update type CheckConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:06] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:06] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:06] Sending to single ip: 192.168.1.6:4543 -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:07] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:07] Packet created successfully (response) with update type LoginUser -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:07] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:07] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:07] Packet created successfully (not response) with update type CheckConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:07] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:07] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:07] Sending to single ip: 192.168.1.6:4543 -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:07] Starting to wait on response... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:07] Waiting to get response... Wait time: 2seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:09] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:09] Waiting to get response... Wait time: 4seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:11] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:11] Waiting to get response... Wait time: 6seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:13] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:13] Waiting to get response... Wait time: 8seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:15] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:15] Waiting to get response... Wait time: 10seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:17] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:17] Resetting everything. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:17] Returning response if there was any. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:17] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:17] Packet created successfully (not response) with update type RequestConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:17] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:17] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:17] Sending to every known user... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:17] Starting to wait on response... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:17] Waiting to get response... Wait time: 2seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:19] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:19] Waiting to get response... Wait time: 4seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:21] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:21] Waiting to get response... Wait time: 6seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:23] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:23] Waiting to get response... Wait time: 8seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:25] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:25] Waiting to get response... Wait time: 10seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:27] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:27] Resetting everything. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:27] Returning response if there was any. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:27] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:27] Sending to every known user... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:27] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:27] Packet created successfully (response) with update type LoginUser -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:27] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:27] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:27] Packet created successfully (not response) with update type CheckConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:27] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:27] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:27] Sending to single ip: 192.168.1.6:4543 -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:27] Starting to wait on response... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:27] Waiting to get response... Wait time: 2seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:29] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:29] Waiting to get response... Wait time: 4seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:31] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:31] Waiting to get response... Wait time: 6seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:33] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:33] Waiting to get response... Wait time: 8seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:35] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:35] Waiting to get response... Wait time: 10seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:37] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:37] Resetting everything. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:37] Returning response if there was any. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:37] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:37] Packet created successfully (not response) with update type RequestConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:37] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:37] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:37] Sending to every known user... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:37] Starting to wait on response... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:37] Waiting to get response... Wait time: 2seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:39] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:39] Waiting to get response... Wait time: 4seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:41] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:41] Waiting to get response... Wait time: 6seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:43] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:43] Waiting to get response... Wait time: 8seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:45] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:45] Waiting to get response... Wait time: 10seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:47] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:47] Resetting everything. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:47] Returning response if there was any. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:47] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:47] Sending to every known user... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:47] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:47] Packet created successfully (response) with update type LoginUser -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:47] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:47] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:47] Packet created successfully (not response) with update type CheckConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:47] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:47] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:47] Sending to single ip: 192.168.1.6:4543 -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:47] Starting to wait on response... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:47] Waiting to get response... Wait time: 2seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:49] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:49] Waiting to get response... Wait time: 4seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:51] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:51] Waiting to get response... Wait time: 6seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:53] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:53] Waiting to get response... Wait time: 8seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:55] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:55] Waiting to get response... Wait time: 10seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:57] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:57] Resetting everything. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:57] Returning response if there was any. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:57] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:57] Packet created successfully (not response) with update type RequestConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:57] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:57] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:57] Sending to every known user... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:57] Starting to wait on response... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:57] Waiting to get response... Wait time: 2seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:59] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:02:59] Waiting to get response... Wait time: 4seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:01] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:01] Waiting to get response... Wait time: 6seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:03] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:03] Waiting to get response... Wait time: 8seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:05] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:05] Waiting to get response... Wait time: 10seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:07] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:07] Resetting everything. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:07] Returning response if there was any. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:07] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:07] Sending to every known user... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:08] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:08] Packet created successfully (response) with update type LoginUser -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:08] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:08] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:08] Packet created successfully (not response) with update type CheckConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:08] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:08] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:08] Sending to single ip: 192.168.1.6:4543 -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:08] Starting to wait on response... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:08] Waiting to get response... Wait time: 2seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:10] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:10] Waiting to get response... Wait time: 4seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:12] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:12] Waiting to get response... Wait time: 6seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:14] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:14] Waiting to get response... Wait time: 8seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:16] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:16] Waiting to get response... Wait time: 10seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:18] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:18] Resetting everything. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:18] Returning response if there was any. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:18] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:18] Packet created successfully (not response) with update type RequestConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:18] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:18] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:18] Sending to every known user... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:18] Starting to wait on response... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:18] Waiting to get response... Wait time: 2seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:20] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:20] Waiting to get response... Wait time: 4seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:22] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:22] Waiting to get response... Wait time: 6seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:24] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:24] Waiting to get response... Wait time: 8seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:26] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:26] Waiting to get response... Wait time: 10seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:28] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:28] Resetting everything. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:28] Returning response if there was any. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:28] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:28] Sending to every known user... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:28] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:28] Packet created successfully (response) with update type LoginUser -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:28] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:28] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:28] Packet created successfully (not response) with update type CheckConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:28] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:28] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:28] Sending to single ip: 192.168.1.6:4543 -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:28] Starting to wait on response... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:28] Waiting to get response... Wait time: 2seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:30] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:30] Waiting to get response... Wait time: 4seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:32] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:32] Waiting to get response... Wait time: 6seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:34] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:34] Waiting to get response... Wait time: 8seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:36] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:36] Waiting to get response... Wait time: 10seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:38] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:38] Resetting everything. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:38] Returning response if there was any. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:38] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:38] Packet created successfully (not response) with update type RequestConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:38] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:38] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:38] Sending to every known user... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:38] Starting to wait on response... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:38] Waiting to get response... Wait time: 2seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:40] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:40] Waiting to get response... Wait time: 4seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:58] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:59] Resetting everything. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:59] Returning response if there was any. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:59] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:03:59] Sending to every known user... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:00] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:00] Packet created successfully (response) with update type LoginUser -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:00] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:00] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:00] Packet created successfully (not response) with update type CheckConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:00] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:00] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:00] Sending to single ip: 192.168.1.6:4543 -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:00] Starting to wait on response... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:00] Waiting to get response... Wait time: 2seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:02] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:02] Waiting to get response... Wait time: 4seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:04] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:04] Waiting to get response... Wait time: 6seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:06] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:06] Waiting to get response... Wait time: 8seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:08] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:08] Waiting to get response... Wait time: 10seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:10] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:10] Resetting everything. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:10] Returning response if there was any. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:10] Packet sending begins: there are users online and/or it is an update type that does not require that. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:10] Packet created successfully (not response) with update type RequestConn -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:10] Hole punching begins. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:10] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:10] Sending to every known user... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:10] Starting to wait on response... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:10] Waiting to get response... Wait time: 2seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:12] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:12] Waiting to get response... Wait time: 4seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:14] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:14] Waiting to get response... Wait time: 6seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:16] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:16] Waiting to get response... Wait time: 8seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:18] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:18] Waiting to get response... Wait time: 10seconds -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:20] No response received. Retrying... -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:20] Resetting everything. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:20] Returning response if there was any. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:20] Hole punching done. -[6584: Update Partnerlist and Chat | 2015.01.12. 20:04:20] Sending to every known user... diff --git a/MSGer.tk/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/MSGer.tk/obj/Debug/DesignTimeResolveAssemblyReferences.cache index e43e088..6855d9a 100644 Binary files a/MSGer.tk/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/MSGer.tk/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/MSGer.tk/obj/Debug/MSGer.tk.csproj.GenerateResource.Cache b/MSGer.tk/obj/Debug/MSGer.tk.csproj.GenerateResource.Cache index 8234e2d..9f96a82 100644 Binary files a/MSGer.tk/obj/Debug/MSGer.tk.csproj.GenerateResource.Cache and b/MSGer.tk/obj/Debug/MSGer.tk.csproj.GenerateResource.Cache differ diff --git a/MSGer.tk/obj/Debug/MSGer.tk.csprojResolveAssemblyReference.cache b/MSGer.tk/obj/Debug/MSGer.tk.csprojResolveAssemblyReference.cache index 03dd0dd..38721ef 100644 Binary files a/MSGer.tk/obj/Debug/MSGer.tk.csprojResolveAssemblyReference.cache and b/MSGer.tk/obj/Debug/MSGer.tk.csprojResolveAssemblyReference.cache differ diff --git a/MSGer.tk/obj/Debug/MSGer.tk.exe b/MSGer.tk/obj/Debug/MSGer.tk.exe index 76db007..fe22d5c 100644 Binary files a/MSGer.tk/obj/Debug/MSGer.tk.exe and b/MSGer.tk/obj/Debug/MSGer.tk.exe differ diff --git a/MSGer.tk/obj/Debug/MSGer.tk.pdb b/MSGer.tk/obj/Debug/MSGer.tk.pdb index 056a71b..2704285 100644 Binary files a/MSGer.tk/obj/Debug/MSGer.tk.pdb and b/MSGer.tk/obj/Debug/MSGer.tk.pdb differ diff --git a/MSGer.tk/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/MSGer.tk/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll index 311f0c4..225ea5a 100644 Binary files a/MSGer.tk/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll and b/MSGer.tk/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/RichListView/RichListView/bin/Debug/RichListView.dll b/RichListView/RichListView/bin/Debug/RichListView.dll index 1abd07d..7a4e458 100644 Binary files a/RichListView/RichListView/bin/Debug/RichListView.dll and b/RichListView/RichListView/bin/Debug/RichListView.dll differ diff --git a/RichListView/RichListView/bin/Debug/RichListView.pdb b/RichListView/RichListView/bin/Debug/RichListView.pdb index b66b997..1835493 100644 Binary files a/RichListView/RichListView/bin/Debug/RichListView.pdb and b/RichListView/RichListView/bin/Debug/RichListView.pdb differ diff --git a/RichListView/RichListView/obj/Debug/RichListView.dll b/RichListView/RichListView/obj/Debug/RichListView.dll index 1abd07d..7a4e458 100644 Binary files a/RichListView/RichListView/obj/Debug/RichListView.dll and b/RichListView/RichListView/obj/Debug/RichListView.dll differ diff --git a/RichListView/RichListView/obj/Debug/RichListView.pdb b/RichListView/RichListView/obj/Debug/RichListView.pdb index b66b997..1835493 100644 Binary files a/RichListView/RichListView/obj/Debug/RichListView.pdb and b/RichListView/RichListView/obj/Debug/RichListView.pdb differ diff --git a/Updater/obj/Debug/Updater.exe b/Updater/obj/Debug/Updater.exe index ca8bd28..9a8fd80 100644 Binary files a/Updater/obj/Debug/Updater.exe and b/Updater/obj/Debug/Updater.exe differ diff --git a/Updater/obj/Debug/Updater.pdb b/Updater/obj/Debug/Updater.pdb index 2fa5738..61e21b2 100644 Binary files a/Updater/obj/Debug/Updater.pdb and b/Updater/obj/Debug/Updater.pdb differ diff --git a/Versions/Less Closed Beta/v7.0/Changelog.txt b/Versions/Less Closed Beta/v7.0/Changelog.txt index 2b30a72..e8a1d1f 100644 --- a/Versions/Less Closed Beta/v7.0/Changelog.txt +++ b/Versions/Less Closed Beta/v7.0/Changelog.txt @@ -1,4 +1,4 @@ -v7.0 - 2015.07.05. +v7.0 - 2015.07.05-06. ---- - A hangulatjelek ablaka bevonva a tmarendszerbe