Commit Graph

86 Commits

Author SHA1 Message Date
08891d0851 mai2: some improve for DX earlier version and return game code in uri (#125)
Attention: There are all talking about maimai DX and newer version, not Pre-DX

dx and newer version request these but no used, they are just exist in game code, only found `oldServerUrl` used in SDEZ 1.00, this should also fix SDGA and SDGB try to visit `ServerUrl + movieServerUrl` although that just because of SEGA shit code
tested work

![image](/attachments/f2c79134-4651-4976-8278-bbcf268f424a)

Reviewed-on: Hay1tsme/artemis#125
Co-authored-by: zaphkito <zaphkito@noreply.gitea.tendokyu.moe>
Co-committed-by: zaphkito <zaphkito@noreply.gitea.tendokyu.moe>
2024-05-05 05:41:14 +00:00
d5c80cfb0f [mai2/chuni/ongeki] Properly ignore guest plays (#132)
For all three games, guest plays are created using:
```python
0x1000000000001 | ((allnet_place_id & 65535) << 32)
```

Reviewed-on: Hay1tsme/artemis#132
Co-authored-by: beerpsi <beerpsi@duck.com>
Co-committed-by: beerpsi <beerpsi@duck.com>
2024-04-24 17:00:01 +00:00
a8daa0344a [mai2] Support encryption (#130)
Similar to O.N.G.E.K.I. and CHUNITHM, with the caveat that the obfuscated endpoint is created using `md5(endpoint + salt)` instead of using PBKDF2 like other games.

Tested and confirmed working on FESTiVAL+.

The current implementation is also affected by #129, so I'm open to ideas.

Reviewed-on: Hay1tsme/artemis#130
Co-authored-by: beerpsi <beerpsi@duck.com>
Co-committed-by: beerpsi <beerpsi@duck.com>
2024-04-24 16:59:33 +00:00
d939755574 [mai2] Support maimai DX International (#118)
Reviewed-on: Hay1tsme/artemis#118
Co-authored-by: beerpsi <beerpsi@duck.com>
Co-committed-by: beerpsi <beerpsi@duck.com>
2024-04-07 19:12:12 +00:00
0c1c24148d fix: mai2 DX reboot time from config (#120)
Reviewed-on: Hay1tsme/artemis#120
Co-authored-by: topty <topty@noreply.gitea.tendokyu.moe>
Co-committed-by: topty <topty@noreply.gitea.tendokyu.moe>
2024-04-07 19:11:35 +00:00
3613f4dbd2
mai2: BUDDiES support added 2024-03-20 21:42:38 +01:00
6f654f8ba9 mai2: remove redundant method (fixes #103) 2024-03-02 18:00:14 -05:00
3559d56ccf cm: add awaits (fixes #104) 2024-03-02 17:55:41 -05:00
05586df08a move to async database 2024-01-09 14:42:17 -05:00
edd3ce8ead move to alembic 2024-01-09 13:57:59 -05:00
14fa0f5e8e begin move 2024-01-09 03:07:04 -05:00
26cdc6c10f maidx: ignore guest upserts, fixes #74 2023-12-10 17:36:29 -05:00
104a483f4c maimai: fixes for finale 2023-12-02 22:30:55 -05:00
8c0ebbd21b mai: fix pre-dx 2023-12-02 21:01:55 -05:00
e7fb9ce07d mai2: fix get_allnet_info 2023-11-29 11:39:19 -05:00
ad61bb3d9b mai2: fis issue with saving and loading charges 2023-11-24 10:36:46 -05:00
cb8eaae2c0 Per-version URI/Host (#66)
Allows setting allnet uri/host response based on things like version, config files, and other factors to accommodate a wider range of potential setups under the same roof. This DOES require all titles to adopt a new structure but it's documented and should hopefully be somewhat intuitive.

Co-authored-by: Hay1tsme <kevin@hay1ts.me>
Reviewed-on: Hay1tsme/artemis#66
Co-authored-by: Kevin Trocolli <pitok236@gmail.com>
Co-committed-by: Kevin Trocolli <pitok236@gmail.com>
2023-11-09 02:17:48 +00:00
eaa2652647 Merge pull request 'Chunithm Fixes and Maintenance for all!' (#46) from EmmyHeart/artemis:develop into develop
Reviewed-on: Hay1tsme/artemis#46
2023-10-17 17:00:08 +00:00
862907b82a
mai2: Fixed cards not showing up 2023-10-16 21:36:26 +02:00
9cff321857 Added reboot time support 2023-10-16 13:21:07 +00:00
d6e4db48f4
Added maimai DX FESTiVAL PLUS support
- Added Card Maker support for FESTiVAL PLUS
- Bumped SDEZ database to version 8
- Updated docs for FESTiVAL PLUS
2023-10-15 19:04:15 +02:00
3a6cfedcca maimai: fix net deliver paths 2023-08-31 01:24:41 -04:00
37e2da2051 maimai: fix usbdl endpoints 2023-08-27 11:53:29 -04:00
88a1462304 logger: change from warn to warning 2023-08-08 10:17:56 -04:00
757fdc5c57 mai2: add check for Mai-Encoding headers 2023-08-01 02:34:40 -04:00
156b4e4ede mai2: fix get user music for dx and up 2023-07-24 00:49:08 -04:00
14a315a673 replace except with except Exception 2023-07-16 16:58:34 -04:00
343fe4357c mai2: add image validation via Pillow 2023-07-16 16:58:18 -04:00
d0e43140ba mai2: fix ghost saving, add memorial photo upload 2023-07-16 16:06:34 -04:00
f39317301b
mai2: fixed update script, added mai2 heredity, fixed cards import 2023-07-15 22:51:54 +02:00
d60f827000 fix typing across multiple games, fixes #23 2023-07-05 10:47:43 -04:00
f279adb894 mai2: add consecutive day login count, update db to v7, fix reader, courses, and docs 2023-07-01 21:51:18 -04:00
d204954447 mai2: add missing finale endpoints 2023-07-01 02:40:07 -04:00
042440c76e mai2: fix handle_get_user_preview_api_request 2023-07-01 02:27:26 -04:00
c4c0566cd5 mai2: fix userWebOption 2023-07-01 02:19:19 -04:00
3e9cec3a20 mai2: put_recent_rating final fix 2023-07-01 02:11:37 -04:00
8f9584c3d2 mai2: hotfix put_recent_rating 2023-07-01 02:07:19 -04:00
b29cb0fbaa mai2: fix put_recent_rating 2023-07-01 02:06:00 -04:00
d9a92f5865 mai2: 4th round of fixes 2023-07-01 02:04:30 -04:00
9859ab4fdb mai2: fix playlog saving 2023-07-01 01:59:19 -04:00
d89eb61e62 mai2: fixes round 3 2023-07-01 01:56:52 -04:00
dc8c27046e mai2: more finale fixes 2023-07-01 01:42:38 -04:00
3e461f4d71 mai2: finale fixes 2023-07-01 01:41:34 -04:00
2c6902a546 mai2: fix typos 2023-07-01 01:12:15 -04:00
318b73dd57 finale: finish porting request data from aqua 2023-07-01 01:08:54 -04:00
127e6f8aa8 mai2: add finale databases 2023-06-27 00:32:35 -04:00
e3d38dacde mai2: fix movies 2023-06-25 19:10:34 -04:00
0c6d9a36ce mai2: add movie server endpoints 2023-06-25 18:43:00 -04:00
b1968fe320 Merge branch 'develop' into finale 2023-06-25 18:35:12 -04:00
1b2f5e3709 mai2: fix logic in handle_get_user_music_api_request 2023-06-13 22:50:57 -04:00