c4f2232457
fixing threading profile loading on CXB
2023-11-10 20:32:24 -05:00
9fdd96b717
sao: fix synthesize_enhancement_equipment
2023-11-10 18:01:16 -05:00
c370542761
sao: fix req header
2023-11-10 15:52:55 -05:00
a299ba98ac
sao: fix erronius length errors
2023-11-09 23:37:40 -05:00
44755d4d0f
sao: begin implementing request helpers
2023-11-09 23:29:06 -05:00
3d62b9d372
sao: add SaoResponseHeader
2023-11-09 22:36:33 -05:00
18bf250fd7
sao: fix length calculation
2023-11-09 21:23:19 -05:00
0fa8fe06f0
sao: fix crypt maybe
2023-11-09 21:17:18 -05:00
4cd1181ef7
sao: fix generic handler
2023-11-09 21:09:55 -05:00
8d190ce7f0
sao: fix padding
2023-11-09 21:05:30 -05:00
81d588cbc7
sao: crypt fixes
2023-11-09 21:00:51 -05:00
e6801c1c46
sao: add logging
2023-11-09 20:56:33 -05:00
840db275fa
sao: add encrtped response
2023-11-09 20:56:03 -05:00
8769c99f4a
fixing ongeki handler
2023-11-09 19:34:04 -05:00
3c06f46644
sao: add decoder helpers, hash checks
2023-11-09 18:11:58 -05:00
95234a421c
sao: fix header
2023-11-09 13:47:50 -05:00
c425ca1ea8
sao: hotfix
2023-11-09 13:41:56 -05:00
b0ebcaf0cf
sao: parse header. add crypt
2023-11-09 13:16:32 -05:00
8560c05928
sao: remove hostname/port config, fix allnet uri
2023-11-09 11:55:49 -05:00
580a9faae8
sao: fix allnet
2023-11-09 11:51:50 -05:00
9537331d1c
sao: fix endpoint
2023-11-09 11:32:04 -05:00
4047a38370
adding encryption version check for Ongeki
2023-11-09 00:10:19 -05:00
eaf64dbd50
Merge branch 'develop' of https://gitea.tendokyu.moe/Hay1tsme/artemis into develop
2023-11-09 00:06:24 -05:00
e769404e16
fixing TLS support for ongeki
2023-11-09 00:06:15 -05:00
eb10bc2560
idz: fix news url
2023-11-08 23:54:35 -05:00
4b22bd734e
fixing handle_data for Crossbeats
2023-11-08 23:36:26 -05:00
94c326a27d
ongeki: add option to use https for red and beyond
2023-11-08 21:42:53 -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
c2a330f42c
Merge pull request 'fix: dockerfile fixes' ( #60 ) from Rylie/artemis:fix/docker into develop
...
Reviewed-on: Hay1tsme/artemis#60
2023-11-08 20:53:00 +00:00
fbd1d7cb1c
fixing CXB render_POST
2023-11-06 23:35:02 -05:00
fbd12fd6e2
fixing get_energy for CXB
2023-11-06 21:54:06 -05:00
40e6c018e9
fixing again the render_POST for CXB
2023-11-06 21:04:13 -05:00
4c3852d6d4
IDAC: Added round event "Season 2 2nd"
2023-11-06 19:54:13 +01:00
acac2c4670
IDAC: time trial should display car time now
2023-11-06 18:11:30 +01:00
1224baeade
Experimental online match API support and car use countting fix ( #5 )
...
Reviewed-on: Dniel97/artemis#5
Co-authored-by: UncleJim <unclejim@noreply.gitea.tendokyu.moe>
Co-committed-by: UncleJim <unclejim@noreply.gitea.tendokyu.moe>
2023-11-06 15:32:40 +00:00
040742a9a4
fix(docker): rename log
to logs
for consistency
2023-11-05 11:10:01 +07:00
b4a0736f7b
fix(docker): add pkg-config for docker build process
2023-11-05 11:09:52 +07:00
a7b0b1be49
allnet: fix dli report logging
2023-11-04 12:41:47 -04:00
dde397a96c
allnet: fix event type for handle_dlorder_report
2023-11-01 20:09:14 -04:00
f99bf7d1ed
allnet: add DLI_STATUS
2023-11-01 20:08:20 -04:00
bd3e1918aa
allnet: further dl report logging
2023-11-01 01:17:23 -04:00
ffc0a07f6d
allnet: fix dl report message typo
2023-11-01 01:02:09 -04:00
ab640760a9
allnet: add event logging to download report
2023-11-01 00:53:04 -04:00
a8f06ee266
Merge pull request 'Aime Locks/Bans and Chunithm Improvements' ( #47 ) from EmmyHeart/artemis:develop into develop
...
Reviewed-on: Hay1tsme/artemis#47
2023-10-27 17:25:35 +00:00
3f192bd84a
Proper store name and region handling ( #4 )
...
Now the code will read store name from `aime.arcade` table instead of putting `self.core_cfg.server.name` into it braindead-ly
Reviewed-on: Dniel97/artemis#4
Co-authored-by: UncleJim <unclejim@noreply.gitea.tendokyu.moe>
Co-committed-by: UncleJim <unclejim@noreply.gitea.tendokyu.moe>
2023-10-27 11:05:55 +00:00
4b83d3f316
Merge pull request 'wacca: name unknown fields, rename incorrect fields.' ( #56 ) from Yellowberry/artemis:wacca_notice_fix into develop
...
Reviewed-on: Hay1tsme/artemis#56
2023-10-27 02:06:38 +00:00
1b5c335f4e
Merge pull request 'Chunithm: Fix getUserMusic duplicate songs and fix missing song diffs' ( #54 ) from DSRLIN/artemis-bugfix:develop into develop
...
Reviewed-on: Hay1tsme/artemis#54
2023-10-27 01:51:43 +00:00
680223dba2
wacca: name unknown fields, rename incorrect fields.
2023-10-26 14:25:04 -07:00
4fc4d98a74
Always return matching state to keep players out of looping back to matching screen ( #6 )
...
Reviewed-on: Dniel97/artemis#6
Co-authored-by: UncleJim <unclejim@noreply.gitea.tendokyu.moe>
Co-committed-by: UncleJim <unclejim@noreply.gitea.tendokyu.moe>
2023-10-26 10:21:01 +00:00
3259552c29
update bug
2023-10-26 05:38:33 +00:00