• Joined on 2023-12-03
Exynox opened issue metin2/client#6 2024-07-07 21:11:13 +03:00
Use wrapper buffer classes for access to files in memory
Exynox opened issue metin2/client#5 2024-07-07 16:43:01 +03:00
Memory issue when repacking .eix/.epk archives
Exynox pushed to nightly at metin2/client 2024-07-04 20:39:38 +03:00
c698136614 Set the default client language to English
9fac112e35 Added required changes for the Argon2ID system
f46e28d3f2 Removed mobile/SMS from messenger
Compare 3 commits »
Exynox pushed to nightly at metin2/client 2024-07-04 20:35:37 +03:00
d9ef9a79d3 Set the default client language to English
0fa3e7fbd5 Added required changes for the Argon2ID system
0617ac679f Removed mobile/SMS from messenger
Compare 3 commits »
Exynox pushed to nightly at metin2/client 2024-07-04 20:33:54 +03:00
45df99e1d7 Set the default client language to English
3774c1803d Added required changes for the Argon2ID system
b82972796e Removed mobile/SMS from messenger
Compare 3 commits »
Exynox opened issue metin2/server#29 2024-06-26 23:33:36 +03:00
Wrong free routine in main.cpp
Exynox opened issue metin2/server#27 2024-06-02 22:56:09 +03:00
Players do not get disconnected when already logged in
Exynox pushed to nightly at metin2/server 2024-06-02 21:46:00 +03:00
170be95dc5 Configuration files are automatically generated based on env variables in the Docker image
Exynox pushed to nightly at metin2/client 2024-06-01 15:51:24 +03:00
56bb6131c2 Set the default client language to English
Exynox pushed to nightly at metin2/client 2024-06-01 15:44:53 +03:00
05c42ad450 Set the default client language to English
80e66ed79e Added required changes for the Argon2ID system
Compare 2 commits »
Exynox pushed to nightly at metin2/client 2024-06-01 15:21:14 +03:00
9a36f09952 Set the default client language to English
Exynox pushed to nightly at metin2/client 2024-06-01 15:06:34 +03:00
f7b8a1d30f Added required changes for the Argon2ID system
Exynox pushed to nightly at metin2/client 2024-06-01 14:45:29 +03:00
Exynox commented on pull request metin2/server#26 2024-06-01 14:38:29 +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 game…

Exynox pushed to nightly at metin2/client 2024-06-01 14:38:21 +03:00
1571644094 Updated client with the Argon2ID changes
Exynox pushed to nightly at metin2/server 2024-06-01 14:34:38 +03:00
6d65fae7e4 Argon2ID improvements
Exynox pushed to nightly at metin2/server 2024-06-01 14:32:23 +03:00
8ed1e7879e Merge pull request 'Use Argon2ID as the password hashing algorithm' (#26) from WildEgo/server:master into nightly
65a81ec4a1 change: Ignore build files, replace mysql password with Argon2.
ae708d9315 Merge pull request 'nightly' (#2) from metin2/server:nightly into master
21e028f186 Merge pull request 'nightly' (#1) from metin2/server:nightly into master
Compare 4 commits »
Exynox merged pull request metin2/server#26 2024-06-01 14:32:22 +03:00
Use Argon2ID as the password hashing algorithm
Exynox commented on pull request metin2/server#26 2024-06-01 13:03:38 +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!

Exynox pushed to nightly at metin2/server 2024-05-25 20:11:26 +03:00
48ee253534 Restructured gamefiles, locale data loading refactoring, docker build fixes