15 Commits

Author SHA1 Message Date
Ocarinaoftime
169573c69f
Update database.sql
Upload new database schema
2025-04-25 11:38:58 -04:00
Sketch
115c33efbb Eradicate tickets table + rename titles to service_titles 2023-08-28 22:53:09 -04:00
dakrk
7fdbe32e78
Fix incorrect serial number length
There can be either 2 or 3 characters before the 9 numbers, but previously the schema only assumed 2
2022-12-13 23:01:50 +00:00
Sketch
46015a563b Add support for purchasing and purchase history in Wii Room Theatre 2022-11-04 18:47:35 -04:00
Spotlight
f27c980c44
Implement purchasing 2022-01-09 06:45:43 -06:00
Spotlight
d7af36a6c8
Utilize new schema for ListETickets 2022-01-08 16:38:39 -06:00
Spotlight
461b40d6bd
Update to separate tickets schema 2022-01-07 04:30:32 -06:00
Spotlight
3337ebb475
Properly check registration status 2022-01-01 23:00:50 -06:00
Spotlight
346859afe5
Use pgx for connections 2021-05-03 18:37:02 -05:00
Spotlight
0c1463c90c
Convert to PostgreSQL schema 2021-05-03 13:36:28 -05:00
Spotlight
8009f1a510
Reduce security
Nintendo makes the unfortunate decision of sending the plaintext token to the client in a few requests.

Instead of storing a SHA-256 hash of the MD5 we expect from the Wii, we now store both the computed MD5 and plaintext generated token during registration.

The author of this commit apologizes.
2020-12-25 01:45:38 -06:00
Spotlight
6620df7d27
Syncronize schema 2020-09-05 10:43:05 -05:00
Spotlight
5cbf9f81a8
Add proper registration response 2020-08-20 23:19:21 -05:00
CornierKhan1
91d2a57671 Kawauso 0.2.4 2019-01-23 22:55:19 +11:00
CornierKhan1
3697bac363 SQL Database and config skeleton 2019-01-23 22:16:17 +11:00