Commit Graph

55 Commits

Author SHA1 Message Date
e941c6a606 add host field to allnet response for some games to fix an issue with nginx 2023-11-20 11:54:13 -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: #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
a8f06ee266 Merge pull request 'Aime Locks/Bans and Chunithm Improvements' (#47) from EmmyHeart/artemis:develop into develop
Reviewed-on: #47
2023-10-27 17:25:35 +00:00
3259552c29 update bug 2023-10-26 05:38:33 +00:00
b5ce13d1f1 fix chuni songlist duplicate songs and missing diff 2023-10-26 05:37:11 +00:00
21cb37001b Stubbed Team Course functions as they do not currently do anything 2023-10-20 03:31:36 +00:00
32903d979e Added code for song rankings using romVersion, and ensuring romVersion is set on playlog upsert 2023-10-20 03:29:05 +00:00
3f8c62044c Optimized rival music list, added ranking API, and began work on Team Courses (need help) 2023-10-20 03:26:51 +00:00
540d7fc2c2 Added reboot time support 2023-10-16 13:18:23 +00:00
3ef40fe85e Removed Team Rank Scaling and fixed RIval Music Data. Also cleaned up extraneous functions 2023-10-16 13:15:39 +00:00
35a7525f74 Removed extraneous function 2023-10-16 13:14:11 +00:00
d49997f832 Team Rank Scaling is dead, long live Team Rank Scaling 2023-10-16 13:09:53 +00:00
c78a62de14 Fixed Rival Music retrieval 2023-10-16 13:09:11 +00:00
0a12e93593 news_msg config option doesn't actually return anything. Fixed! 2023-10-09 06:47:55 +00:00
bad106ceba Fixed typo with game_cfg/game_config
This resulted in an exception on Plost and earlier, leading to games not actually working.
2023-10-09 06:35:14 +00:00
bfaadff9f6 pushing news support customization for chunithm 2023-10-07 12:31:08 -04:00
1996f3f356 fix for chunithm song loading after 600 scores 2023-10-07 12:11:24 -04:00
1f65cfd2eb Merge pull request 'Added Team and Rival support to Chunithm' (#24) from EmmyHeart/artemis:develop into develop
Reviewed-on: #24
2023-10-06 01:48:50 +00:00
4a916cb4d1 Fix reading WORLD'S END charts for SDBT 2023-09-10 12:29:19 +10:00
6c98f5f0a7 Fix wrong id being used to check for WORLD'S END charts 2023-09-10 12:29:19 +10:00
88a1462304 logger: change from warn to warning 2023-08-08 10:17:56 -04:00
14a315a673 replace except with except Exception 2023-07-16 16:58:34 -04:00
3c7ceabf4e And again 2023-07-11 10:04:25 +00:00
b42e8ab76c Added function for pulling a song via the DB unique ID instead of the native song ID 2023-07-11 09:16:11 +00:00
043ff17008 Add team support, rivals, and test function for getting playcounts 2023-07-11 09:14:53 +00:00
c01d3f49f5 Added call for getting rival's music lists 2023-07-11 09:13:19 +00:00
75842b5a88 Add team support, implement team upsert, add rivals 2023-07-11 09:12:34 +00:00
d60f827000 fix typing across multiple games, fixes #23 2023-07-05 10:47:43 -04:00
f959236af0
SUN encryption support 2023-05-10 17:20:13 -04:00
b85a65204f
chuni: added SUN support, matchmaking, fixed bugs, added docs
- Added CHUNITHM SUN support
- Added first matchmaking support with CPU spawning and messages
- Fixed wrong `next_idx` calculations
- Added `startDate` to events to spawn the correct items
- Fixed login bonus per version
- Added information to docs
2023-05-10 21:32:35 +02:00
238d437519 reformat with black in preperation for merge to master 2023-04-23 21:04:52 -04:00
a60d52b742
chuni: fixed missing login boni IndexError 2023-03-30 22:58:45 +02:00
571a691e0e
chuni: added use_login_bonus check to UserLoginBonusApi 2023-03-28 18:54:27 +02:00
1aa92458f4
chuni: added login bonus (+importer), fixed config strings 2023-03-28 18:28:57 +02:00
541fe76a7c
cardmaker: fixed chuni endless loading 2023-03-28 01:09:16 +02:00
2a290f2a3d
chuni: added teams and ticket saving, fixed last played song 2023-03-24 18:10:10 +01:00
6965132e5b chuni: fix hard error caused by not having the db set up 2023-03-17 02:16:49 -04:00
a7db5eed77 chuni: fix encryption 2023-03-16 21:56:36 -04:00
a6e9e80bc7 chuni: fix encryption 2023-03-16 21:42:43 -04:00
8b718c601f chuni: add method hashing support 2023-03-16 21:27:03 -04:00
2af7751504 Added support for maimai and Chunithm in Card Maker 1.34/1.35 (#14)
Co-authored-by: Dniel97 <Dniel97@noreply.gitea.tendokyu.moe>
Reviewed-on: #14
Co-authored-by: Dniel97 <dniel97@noreply.gitea.tendokyu.moe>
Co-committed-by: Dniel97 <dniel97@noreply.gitea.tendokyu.moe>
2023-03-15 20:03:22 +00:00
18a95f5213 add get_ip_addr util function for servers behind proxies 2023-03-12 01:00:51 -05:00
b076a9a9df
chuni: Add 'handle_remove_token_api_request' for event mode
Not sure if `handle_delete_token_api_request` is used in other versions, so it's duplicated to be safe.
2023-03-09 15:16:59 -05:00
a76bb94eb1 let black do it's magic 2023-03-09 11:38:58 -05:00
fa7206848c general code cleanup for multiple games 2023-03-09 11:29:36 -05:00
6761915a3f add .lower() to ping requsts 2023-03-09 10:56:30 -05:00
c8d4bc6109 add special-case ping handlers to mai2, ongeki and chuni 2023-03-09 10:52:49 -05:00
4c64305f15 Merge pull request 'Card Maker 1.34/1.36 ONGEKI support' (#10) from Dniel97/artemis:cardmaker_ongeki into develop
Reviewed-on: #10
2023-03-08 22:49:14 +00:00
Hay1tsme
bfe5294d51 add get_allnet_info and config loading safety to all games 2023-03-04 21:58:51 -05:00
3acc2dc197
Initial Card Maker ONGEKI support 2023-03-04 00:22:08 +01:00