Commit graph

19 commits

Author SHA1 Message Date
Chaosvex
d61aa69fbb Correct default realm entry port to 8085 2025-04-22 15:51:50 +01:00
Chaosvex
850f52ebea Add email and verified fields to login schema 2025-01-13 23:02:45 +00:00
Chaosvex
42a02989e7 Re-add default realm 2024-11-15 04:45:00 +00:00
Chaosvex
10da1ee9a4 Remove unused table from schema 2024-11-15 04:36:20 +00:00
Chaosvex
d8fb2e5e8a Update base schema 2024-11-15 04:31:10 +00:00
Chaosvex
58aa0bea91 Normalise all line endings 2024-02-25 00:07:54 +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
c59ce9e5b0 Add empty migrations directories 2021-03-19 13:51:20 +00:00
Chaosvex
f6c680dca1 Merge branch 'development' of github.com:EmberEmu/Ember into development 2020-01-06 22:10:57 +00:00
Chaosvex
d64f901538 Add initial Docker support
Still work to be done!
2019-11-24 13:36:02 +00:00
Chaosvex
2a13b87d26 Initial database installation & migration tool
Basic tool for initial database setup and migration application. Intended
primarily for use with Docker (at least initially).
2019-11-23 14:11:27 +00:00
Thorbjørn H.H. Sindrup
149963f9be Update full.sql (#25)
Small oversight in the implementation of orientation
2019-06-13 00:11:49 +01:00
Chaosvex
127845fa1a Implement realm category/client locale handling 2016-10-01 09:00:17 +01:00
Chaosvex
642ae90fbb Update SQL 2016-09-28 08:06:32 +01:00
Chaosvex
ed179ed97e Merge 2016-09-13 18:44:49 +01:00
Chaosvex
ddcadbb0b8 Update SQL 2016-08-19 14:00:15 +01:00
Chaosvex
ed36f6d182 Add MySQL schema 2016-08-19 11:58:08 +01:00
Chaosvex
8d31d0c0a4 Add IP bans table to SQL 2015-12-09 09:47:25 +00:00
Chaosvex
0aa0f6c755 Add initial login server SQL file [ci skip] 2015-12-08 04:22:27 +00:00