mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-03-24 02:54:22 -05:00
Blob hashes are now stored in the database under the `hashes` table. They are stored internally as a map of packIDs to a map of versions to a map of regions to the hash. On login, a pack ID, version, and hash are required or the login attempt is rejected. Hashes can be updated using the `/api/hash` endpoint. The schema has been updated accordingly. |
||
|---|---|---|
| .. | ||
| ban.go | ||
| clear.go | ||
| groups.go | ||
| hash.go | ||
| kick.go | ||
| main.go | ||
| motd.go | ||
| stats.go | ||
| unban.go | ||
| user_action_response.go | ||