• Joined on 2024-04-06
Tr0n pushed to chore/web-logging at Tr0n/deploy 2024-12-30 18:41:47 +02:00
8a61265515 debug log to stderr for web
Tr0n created branch chore/web-logging in Tr0n/deploy 2024-12-30 18:41:47 +02:00
Tr0n created repository Tr0n/deploy 2024-12-30 18:41:25 +02:00
Tr0n commented on pull request metin2/client#13 2024-12-30 12:45:18 +02:00
Convert source files from EUC-KR to UTF8

Please independently validate it on a running client/server before merging.

Tr0n created pull request metin2/client#13 2024-12-30 12:44:37 +02:00
Convert source files from EUC-KR to UTF8
Tr0n pushed to chore/convert-euckr at Tr0n/client 2024-12-17 23:42:08 +02:00
373c184dfe convert comments in h files to utf8
361a62853d convert comments in cpp files to utf8
4525e3103d convert literals to escaped bytes
Compare 3 commits »
Tr0n created branch chore/convert-euckr in Tr0n/client 2024-12-17 23:42:08 +02:00
Tr0n created repository Tr0n/client 2024-12-17 23:32:29 +02:00
Tr0n pushed to master at Tr0n/server 2024-11-17 13:59:35 +02:00
a2f20a0395 Merge pull request 'Fix communication error between cores' (#36) from nightly into master
db4542dd7a Fixed mishandling of public/private IP addresses
0f259307df Updates from master
db0a0fef64 Disabled SSL enforcement in libmariadb
671c514cb6 Merge updates from the nightly branch
Compare 78 commits »
Tr0n created pull request metin2/server#28 2024-06-05 23:18:21 +03:00
WIP: Configuration via Environment Variables
Tr0n pushed to config/env at Tr0n/server 2024-06-05 23:14:09 +03:00
e642a6db52 includes cleanup
Tr0n pushed to config/env at Tr0n/server 2024-06-05 22:57:44 +03:00
04fdc78ea4 Merge branch 'nightly' into config/env
170be95dc5 Configuration files are automatically generated based on env variables in the Docker image
6d65fae7e4 Argon2ID improvements
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.
Compare 33 commits »
Tr0n pushed to config/env at Tr0n/server 2024-06-05 22:54:16 +03:00
2b9651febc remove dependency on config file (use env as config)
8f9e9dc602 first proof of concept for env overrides
Compare 2 commits »
Tr0n created branch config/env in Tr0n/server 2024-06-05 22:54:16 +03:00
Tr0n pushed to nightly at Tr0n/server 2024-05-26 12:44:20 +03:00
48ee253534 Restructured gamefiles, locale data loading refactoring, docker build fixes
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.
175816c81d Merge pull request 'Default all localized behavior to European logic' (#22) from Tr0n/server:localization/default-gf-eu into nightly
Compare 26 commits »
Tr0n pushed to master at Tr0n/server 2024-05-26 12:43:29 +03:00
6616009e92 Merge pull request 'Pin Dockerfile Ubuntu version.' (#24) from halil/server:master into master
1ada609020 Pin Dockerfile Ubuntu version.
Compare 2 commits »
Tr0n commented on issue metin2/server#2 2024-04-10 10:09:02 +03:00
Suggestions

Hey @NycuRO. Could you explain why you think that mongodb or any nosql database might be a good fit for this project?

I just don't see a reason to do such a change. We know what kind of data…

Tr0n commented on issue metin2/server#3 2024-04-09 23:32:23 +03:00
Convert the game config from the config file to env variables

Did some initial research on libraries that could help us.

  • libenvpp can parse, validate and cast env variables, but not directly read from a .env file.…
Tr0n commented on pull request metin2/server#22 2024-04-09 21:39:18 +03:00
Default all localized behavior to European logic

Cool, thanks for the thorough review! If you have anything in particular you would like help with, just let me know.

Tr0n commented on pull request metin2/server#22 2024-04-09 21:36:29 +03:00
Default all localized behavior to European logic

All good, since you're way more involved in the m2 dev scene I will definitely follow your judgement here 👍