• Joined on 2024-03-20
WildEgo created repository WildEgo/server.pg 2025-06-06 22:25:07 +03:00
WildEgo pushed to master at WildEgo/web.ts 2025-06-06 02:41:27 +03:00
5ffb4d68a8 add: Missing README.md information.
WildEgo pushed to master at WildEgo/web.ts 2025-06-06 02:28:04 +03:00
c5cd6a3749 add: SMTP Test service recommendation.
WildEgo pushed to master at WildEgo/web.ts 2025-06-06 02:13:18 +03:00
44b826a741 update: README.md
fe465982ad add: Proper i18n.
fe18ec099a Initial commit
WildEgo created branch master in WildEgo/web.ts 2025-06-06 02:13:18 +03:00
WildEgo created repository WildEgo/web.ts 2025-06-06 02:12:25 +03:00
WildEgo commented on pull request metin2/server#26 2024-06-01 14:40:36 +03:00
Use Argon2ID as the password hashing algorithm

Yeah, sorry for the undocumented locale changes!

I've merged your request and I also did some changes, mainly the password doesn't get passed around to the database, and the fact that the…

WildEgo commented on pull request metin2/server#26 2024-06-01 14:20:31 +03:00
Use Argon2ID as the password hashing algorithm

Hi, thanks for the PR! I was going to use Bcrypt, but I did some reading and this seems a better technical solution at first glance. I'll check it out!

Argon2ID is super nice and super…

WildEgo created pull request metin2/server#26 2024-06-01 12:44:28 +03:00
Use Argon2ID as the password hashing algorithm
WildEgo commented on issue metin2/client#3 2024-05-26 13:52:33 +03:00
Client request

Hi, the only way it would be possible to cross-compile on Linux would be to somehow emulate the MSVC compiler. I doubt other compilers would work, but you're free to try.

I will be…

WildEgo commented on issue metin2/client#3 2024-04-29 14:37:39 +03:00
Client request

I do have the issue where I myself can't compile the client (I'm using the nightly branch, haven't tested the master), I was wondering if it would be possible to cross compile the client itself…