Commit Graph

59 Commits

Author SHA1 Message Date
Hay1tsme 21492fbfb3 wacca: hotfix handle_housing_start_request 2023-12-07 18:53:51 -05:00
Hay1tsme 82c5ae3ad7 wacca: fix housing/start on lilyr and above 2023-12-07 16:07:17 -05:00
Hay1tsme e941c6a606 add host field to allnet response for some games to fix an issue with nginx 2023-11-20 11:54:13 -05:00
Hay1tsme 8bd361d3e3 wacca: fix some logging 2023-11-19 12:15:57 -05:00
Hay1tsme 0eee2e92a8 wacca: fix bad items being given 2023-11-19 11:43:46 -05:00
Hay1tsme b4a0d331d4 wacca: fix housing/start for unregistered serials 2023-11-19 11:28:42 -05:00
Hay1tsme d467070ba7 wacca: fix handle_user_status_create_request for lily 2023-11-19 01:18:09 -05:00
Hay1tsme e7f35db3a4 fix comparability with python 8.7 - 3.10 2023-11-19 01:05:34 -05:00
Hay1tsme 0422a2bfd4 wacca: fix lily using wrong handler for hosuing/start 2023-11-19 01:05:16 -05:00
Hay1tsme 05be10dabc wacca: add request validation, fix HousingStartRequestV2 2023-11-17 11:37:11 -05:00
Hay1tsme 9a017f75e9 wacca: add traceback printing 2023-11-17 10:57:12 -05:00
Hay1tsme 69cd79003c wacca: fix exception handling 2023-11-17 10:45:18 -05:00
Hay1tsme 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
Zsolt Zitting 680223dba2 wacca: name unknown fields, rename incorrect fields. 2023-10-26 14:25:04 -07:00
Hay1tsme 88a1462304 logger: change from warn to warning 2023-08-08 10:17:56 -04:00
Hay1tsme 14a315a673 replace except with except Exception 2023-07-16 16:58:34 -04:00
Hay1tsme d60f827000 fix typing across multiple games, fixes #23 2023-07-05 10:47:43 -04:00
Hay1tsme 402e753469 wacca: fix tabbing error in util_put_items 2023-06-24 15:09:38 -04:00
Hay1tsme b9fd4f294d wacca: fix type mismatch in user/music/unlock 2023-05-22 12:33:43 -04:00
Hay1tsme 5ddfb88182 wacca: fix user/music/unlock error when using tickets. 2023-05-22 12:24:16 -04:00
Hay1tsme 4da8622977 frontend: user page fixes, add card display 2023-05-20 15:32:02 -04:00
Hay1tsme 238d437519 reformat with black in preperation for merge to master 2023-04-23 21:04:52 -04:00
Hay1tsme 58a088b9a4 wacca: add debug log for ticket use 2023-04-21 10:51:44 -04:00
Hay1tsme 190c41e03e wacca: added play mode counter for time free 2023-04-21 10:51:30 -04:00
Hay1tsme a30967e8d7 wacca: fix time free not saving, add counter to profile table 2023-04-20 09:46:18 -04:00
Hay1tsme 00b127361b wacca: enable time play 2023-04-20 02:27:09 -04:00
Hay1tsme 241f29e29c wacca: add a comment 2023-04-20 02:02:42 -04:00
Hay1tsme 4d6afd757f wacca: add helpers for gacha, event and friend info, fix settings not being applied correctly 2023-04-20 00:54:16 -04:00
Hay1tsme 68b0894e47 wacca: fix first play of the day calculation 2023-04-19 16:12:35 -04:00
Hay1tsme b1f9be0121 wacca: fix crash on 4th page of Reverse Gate, partially fixes #5 2023-04-14 23:47:31 -04:00
Hay1tsme 12fd663eb7 wacca: fix songs locking after playing them after unlcoked them with an ex unlock ticket, fixes #12 2023-03-19 23:29:57 -04:00
Hay1tsme dfd3877889 wacca: rename locked -> lock_state in MusicUpdateDetailV1 2023-03-18 12:55:04 -04:00
Hay1tsme 62b62db5b5 wacca: fix favorites, purchasing and unlocking songs, incorrectly displayed grades 2023-03-18 12:26:57 -04:00
Hay1tsme 65e9ecd58c wacca: fix crash when enabling frontend with no wacca.yaml file 2023-03-12 14:03:00 -04:00
Hay1tsme 18a95f5213 add get_ip_addr util function for servers behind proxies 2023-03-12 01:00:51 -05:00
Hay1tsme dafc030050 wacca: add .partition() 2023-03-09 12:02:02 -05:00
Hay1tsme a76bb94eb1 let black do it's magic 2023-03-09 11:38:58 -05:00
Hay1tsme fa7206848c general code cleanup for multiple games 2023-03-09 11:29:36 -05:00
Hay1tsme bfe5294d51 add get_allnet_info and config loading safety to all games 2023-03-04 21:58:51 -05:00
Hay1tsme b8fd0baee5 wacca: move to get_allnet_info, add safety for loading config 2023-03-04 21:34:35 -05:00
Hay1tsme c26f6b7b1d wacca: fix typing 2023-03-03 16:31:42 -05:00
Hay1tsme 9ad724d64b wacca: fix edge case in handle_housing_start_request 2023-03-03 16:28:42 -05:00
Hay1tsme f24d554a44 wacca: pull region_id from allnet if available 2023-03-03 16:26:07 -05:00
Hay1tsme 45fedd8425 wacca: tidy up UserStatusUpdateRequestV2 2023-03-03 13:12:06 -05:00
Hay1tsme 2da12e515e wacca: see previous 2023-03-03 13:07:36 -05:00
Hay1tsme cd78ecd7ea wacca: fix typo in UserInfoUpdateRequest 2023-03-03 13:07:10 -05:00
Hay1tsme 7953519e68 wacca: fix UserInfoUpdateRequest, per #5 2023-03-03 13:03:48 -05:00
Hay1tsme 4626ec36cd wacca: fix options not saving 2023-03-03 12:40:03 -05:00
Hay1tsme 6b0838062e wacca: add lily to list of items given on profile create, fixes #4 2023-03-01 23:56:07 -05:00
Hay1tsme 1567ec23ab wacca: fix stageup list not populating correctly, fix #3 2023-03-01 23:24:36 -05:00