05a8db2c25
pokken: backport changes from Diana
2024-06-23 00:29:31 +07:00
58e4f1f3da
pokken: fix achievement flags
2024-06-23 00:29:09 +07:00
346ea41db4
ongeki: fix frontend versions
2024-06-23 00:29:06 +07:00
560de25d49
mai2: add basic webui
2024-06-23 00:28:36 +07:00
c8719386e8
mai2: oops, forgot version
2024-06-23 00:28:10 +07:00
c505c2eaad
dx: fix GetUserRivalMusicApi list index out of range
2024-06-23 00:28:10 +07:00
e82ab8009b
mai2: fix rival data load failing due to inheritance
2024-06-23 00:28:10 +07:00
7f3a6c463b
mai2: add rivals support
2024-06-23 00:28:10 +07:00
946a4b8298
mai2: fix aggressive find and replace
2024-06-23 00:28:10 +07:00
58df65bd3e
frontend: add username login
2024-06-23 00:28:10 +07:00
2b8bfb8f40
chuni: fix frontend if no chunithm profiles are loaded
2024-06-23 00:28:08 +07:00
6c0cec4904
mai2: add tables for rivals and favorite music
2024-06-23 00:27:49 +07:00
6ca16b28d5
Fix for diva reader when trying to read modded content. When it can't parse a number. So instead of crashing give a friendly error and continue
2024-06-23 00:26:35 +07:00
fb56c3fea0
ongeki: clearstatus db migration
2024-06-23 00:26:20 +07:00
34111a0bee
ongeki: fix clearstatus type
2024-06-23 00:26:12 +07:00
10251d6c2b
cxb: add grade to playlog
2024-06-23 00:26:05 +07:00
eb42caf29d
add no logs message to event viewer
2024-06-23 00:25:57 +07:00
cf3f728995
Fix missing await when starting diva profile
2024-06-23 00:25:08 +07:00
c24e3f2901
diva: fix handle_start_request
2024-06-23 00:25:00 +07:00
d68aa5c20a
DIVA: Fixed binary handler & render_POST errors
2024-06-23 00:24:53 +07:00
3c18a1b147
add basic event log viewer
2024-06-23 00:24:46 +07:00
da0e186bed
allnet: enhance logging
2024-06-23 00:24:34 +07:00
200ee03373
add additional details to event_log
2024-06-23 00:24:24 +07:00
1f489bce51
chuni: Fix endpoint for older version of SDGS ( #141 )
...
Reviewed-on: Hay1tsme/artemis#141
Co-authored-by: roaz <roaz@noreply.gitea.tendokyu.moe >
Co-committed-by: roaz <roaz@noreply.gitea.tendokyu.moe >
2024-06-23 00:23:37 +07:00
004e0bd377
fix(aimedb): Ignore requests with invalid header
2024-05-17 09:40:04 +07:00
07f25b0703
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

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-07 12:42:10 +07:00
b97764a127
[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-05-02 00:31:35 +07:00
c8f3fe0b15
Ongeki: fixed missing await under get_tech_count
2024-05-02 00:27:13 +07:00
e3dc282bd8
[allnet] Enable DFI-encoded responses
2024-04-30 22:41:13 +07:00
8d7ef7471e
fix: relax keychip format
2024-04-23 14:57:36 +00:00
19732c1a02
fix: ignore guest plays correctly
2024-04-23 14:48:40 +00:00
2537822ec3
fix: proper guest detection maybe
2024-04-21 19:49:57 +00:00
7a489ce6e7
Downgrade compression errors to warnings
2024-04-21 18:57:54 +00:00
1717435f9d
fix allnet requests not being received if billing is not standalone
...
https://github.com/encode/starlette/issues/380#issuecomment-462257965
2024-04-21 07:54:18 +00:00
2d0c26c6ca
DIANA_CFG_DIR -> ARTEMIS_CFG_DIR
2024-04-21 04:57:58 +00:00
752d27b30a
Reuse app_allnet and app_billing
2024-04-21 04:53:32 +00:00
91c8547af2
fix: Store reference to async tasks
...
https://docs.astral.sh/ruff/rules/asyncio-dangling-task/
2024-04-21 04:39:31 +00:00
2773f9a2f8
Don't emit errors on malformed AimeDB requests
2024-04-21 00:39:19 +00:00
f613a32d12
Also check if discord_webhook is an empty string
2024-04-20 14:27:11 +00:00
d8e8db3872
add notice about fork
2024-04-20 14:24:10 +00:00
f067514f71
add aiohttp to requirements (for webhooks)
2024-04-20 14:14:54 +00:00
a2a1a578a4
Support CHUNITHM LUMINOUS
2024-04-20 14:07:37 +00:00
f4211e741a
chuni: Ignore guest plays in upserts
2024-04-20 13:54:27 +00:00
fed5f9395a
Add ability to send logs to Discord
2024-04-20 13:49:23 +00:00
994fa0d41e
Centralized logging
...
Allows us to extend the logging infrastructure, e.g. by adding Loki/Discord webhooks to the mix.
2024-04-20 12:11:37 +00:00
36ab38b1ee
Merge pull request 'Ongeki: Fix issue with technical award folder counts not being saved properly' ( #128 ) from Kumubou/artemis:develop into develop
...
Reviewed-on: Hay1tsme/artemis#128
2024-04-18 21:45:58 +00:00
1346bab911
Implement get_tech_count (it was stubbed out)
2024-04-17 00:45:05 +00:00
39fc5772eb
Fix handle_get_user_tech_count_api_request so that it'll properly return tech award counts
2024-04-17 00:43:34 +00:00
bd7e1cead0
Merge pull request 'develop' ( #1 ) from Hay1tsme/artemis:develop into develop
...
Reviewed-on: Kumubou/artemis#1
2024-04-17 00:12:00 +00:00
69c76f1116
Merge pull request 'chore[docs/game_specific_info.md]: Remove --game flag from dbutils.py lines.' ( #124 ) from Vanilla/artemis:develop into develop
...
Reviewed-on: Hay1tsme/artemis#124
2024-04-13 20:22:31 +00:00