• Joined on 2023-12-03
Exynox pushed to nightly at metin2/deploy 2024-06-02 21:48:07 +03:00
Exynox deleted branch nightly from metin2/deploy 2024-06-02 21:47:54 +03:00
Exynox pushed to nightly at metin2/deploy 2024-06-02 21:47:07 +03:00
91f8e72fbf Reworked compose file to use .env variables, added mysql healtcheck
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 created branch nightly in metin2/deploy 2024-06-02 21:41:42 +03:00
Exynox pushed to nightly at metin2/deploy 2024-06-02 21:41:42 +03:00
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
Exynox pushed to nightly at metin2/server 2024-05-25 17:55:24 +03:00
27108d629a Merge pull request 'Merge changes from master' (#25) from master into nightly
6616009e92 Merge pull request 'Pin Dockerfile Ubuntu version.' (#24) from halil/server:master into master
1ada609020 Pin Dockerfile Ubuntu version.
Compare 3 commits »
Exynox merged pull request metin2/server#25 2024-05-25 17:55:23 +03:00
Merge changes from master