Commit Graph

73 Commits

Author SHA1 Message Date
a5b47e2095 wacca: fix vs song updates 2024-06-20 10:59:26 -04:00
ed4031feca wacca: block unregistered serials if set 2024-04-08 17:07:18 -04:00
346f82a32a wacca: move allowed_stages into __init__ for s 2024-03-12 14:20:36 -04:00
f71591e622 wacca: fix S stage up stages 2024-03-12 14:17:26 -04:00
f708b8ea4f wacca: fix lily handle_user_status_update_request 2024-02-27 20:42:20 -05:00
b7f56c20a7 wacca: fix version string printing 2024-02-17 00:21:37 -05:00
97e5c29cf5 frontend: utf16 -> utf8 2024-01-13 17:15:02 -05:00
e80b0671c2 frontend: add charset=utf16 2024-01-12 18:03:44 -05:00
5e6efbd092 wacca: fix network BAD 2024-01-09 19:10:24 -05:00
be0e407ebe wacca: fix hash 2024-01-09 18:49:43 -05:00
9dab26b122 port frontend changes from different project 2024-01-09 15:54:34 -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
21492fbfb3 wacca: hotfix handle_housing_start_request 2023-12-07 18:53:51 -05:00
82c5ae3ad7 wacca: fix housing/start on lilyr and above 2023-12-07 16:07:17 -05:00
e941c6a606 add host field to allnet response for some games to fix an issue with nginx 2023-11-20 11:54:13 -05:00
8bd361d3e3 wacca: fix some logging 2023-11-19 12:15:57 -05:00
0eee2e92a8 wacca: fix bad items being given 2023-11-19 11:43:46 -05:00
b4a0d331d4 wacca: fix housing/start for unregistered serials 2023-11-19 11:28:42 -05:00
d467070ba7 wacca: fix handle_user_status_create_request for lily 2023-11-19 01:18:09 -05:00
e7f35db3a4 fix comparability with python 8.7 - 3.10 2023-11-19 01:05:34 -05:00
0422a2bfd4 wacca: fix lily using wrong handler for hosuing/start 2023-11-19 01:05:16 -05:00
05be10dabc wacca: add request validation, fix HousingStartRequestV2 2023-11-17 11:37:11 -05:00
9a017f75e9 wacca: add traceback printing 2023-11-17 10:57:12 -05:00
69cd79003c wacca: fix exception handling 2023-11-17 10:45:18 -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
680223dba2 wacca: name unknown fields, rename incorrect fields. 2023-10-26 14:25:04 -07: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
d60f827000 fix typing across multiple games, fixes #23 2023-07-05 10:47:43 -04:00
402e753469 wacca: fix tabbing error in util_put_items 2023-06-24 15:09:38 -04:00
b9fd4f294d wacca: fix type mismatch in user/music/unlock 2023-05-22 12:33:43 -04:00
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
238d437519 reformat with black in preperation for merge to master 2023-04-23 21:04:52 -04:00
58a088b9a4 wacca: add debug log for ticket use 2023-04-21 10:51:44 -04:00
190c41e03e wacca: added play mode counter for time free 2023-04-21 10:51:30 -04:00
a30967e8d7 wacca: fix time free not saving, add counter to profile table 2023-04-20 09:46:18 -04:00
00b127361b wacca: enable time play 2023-04-20 02:27:09 -04:00
241f29e29c wacca: add a comment 2023-04-20 02:02:42 -04:00
4d6afd757f wacca: add helpers for gacha, event and friend info, fix settings not being applied correctly 2023-04-20 00:54:16 -04:00
68b0894e47 wacca: fix first play of the day calculation 2023-04-19 16:12:35 -04:00
b1f9be0121 wacca: fix crash on 4th page of Reverse Gate, partially fixes #5 2023-04-14 23:47:31 -04:00
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
dfd3877889 wacca: rename locked -> lock_state in MusicUpdateDetailV1 2023-03-18 12:55:04 -04:00
62b62db5b5 wacca: fix favorites, purchasing and unlocking songs, incorrectly displayed grades 2023-03-18 12:26:57 -04:00
65e9ecd58c wacca: fix crash when enabling frontend with no wacca.yaml file 2023-03-12 14:03:00 -04:00
18a95f5213 add get_ip_addr util function for servers behind proxies 2023-03-12 01:00:51 -05:00
dafc030050 wacca: add .partition() 2023-03-09 12:02:02 -05:00