Open lorenzo93 opened 8 months ago
Hi @lorenzo93 , thanks for your attention,i am sorry there is no whitelist function now but the localization work for the program is already in the development plan It would be great if you could give me a hand
I read the code today. Not in depth but I understand how it is programmed. I have some questions:
P.S.: I've started working, you can find the project in my profile (I've forked yours). Let me know what you think :)
Firstly, the recent work plan has been somewhat stagnant due to a lack of creative ideas, so there is no additional specific development plan for now. Later on, I will check the encoding, but most of the encoding should be UTF-8. Also, I will accept beneficial all Pull requests including the whitelist function
For users, the operation should be as simple as possible.
Can you tell me which files you encounter problems with when opening?
I had problem with the Form1.cs, but I fixed it opening with chinese encoding and than saving it again in UTF-8. I made a first working version of the Whitelist function, I've refactored all the communication classes (RCON, PalUserInfo, etc). I have also implemented automatic settings reload if disk file changes. If you want, check the code at my repository.
I modified your code to use the RCON Client I made. I also changed the timers to be on separate threads so if they hang for some reason the app doesn't freeze. Try to compile and test my code, I have probably messed up some chinese strings that I just copied 😄
Your code is great! And you can submit a PR when your work is done.If there are no issues, I will accept it. Thanks for your contributions. XD
Hi @lorenzo93 , I have accepted your PR and did a simple test, but I found that most of the Rcon functions do not work properly. Currently, only “Broadcast” command can be sent normally, but the echo also shows as sending failed.
Hi, I've forgot to commit some lines. Now it is working in #47
that's okay it is worked😄
great!
hi @lorenzo93 , I have completed some UI localization work. If you're willing, could you help me confirm whether the translations are correct?
Hi,
I'm Italian and I speak only english (except italian). I've translated your readme using a translator so I'm not sure if I got everything correct. Is there in your software a whitelist function? Is there support for translations? I'm a C# developer and I could help :)