Commit graph

7 commits

Author SHA1 Message Date
Chaosvex
4baaf2f854 Add jemalloc tuning wrapper 2026-03-18 09:58:12 +00:00
Chaosvex
5b61390357 Add basic script to launch all services for testing 2024-12-05 09:09:49 +00:00
Chaosvex
12834cd347 Fix a bug where the user's salt started with a zero byte
The conversion to BigInt was dropping the leading zero byte(s) and causing the hash to be computed incorrectly.

Rather than encoding BigInt with encode_1363 to pad the output, treat the salt as a binary array instead. This avoids hardcoding the salt length with assumptions about the game client or needing to pass it around.

Closes https://github.com/EmberEmu/Ember/issues/27
2021-03-24 20:22:57 +00:00
Chaosvex
85c938e890 Enable initial account by default 2021-03-19 13:52:04 +00:00
Chaosvex
ede34c9173 Simplify DBC generation in run script 2019-12-14 14:30:14 +00:00
Chaosvex
f8bd6c4aba Improve DBCParser tool ease of use 2019-12-08 00:31:47 +00:00
Chaosvex
d64f901538 Add initial Docker support
Still work to be done!
2019-11-24 13:36:02 +00:00