Commit Graph

81 Commits

Author SHA1 Message Date
e0aeb2ac21 sao: fix temp responses 2023-11-14 22:08:09 -05:00
3d8ffaa098 sao: fix csc fields not being integers 2023-11-14 21:24:33 -05:00
7eb095cdb4 soa: fix get_m_gasha_medal_shops 2023-11-14 21:18:22 -05:00
9c49a4f54a sao: fix get_m_res_earn_campaign_shops 2023-11-14 21:07:58 -05:00
dffa11f420 sao: fix get_m_gasha_medal_shops 2023-11-14 20:51:51 -05:00
1ba14da90c sao: gasha medal shop handler classes 2023-11-14 13:20:05 -05:00
0003ca4412 sao: fix bad handlers 2023-11-13 17:39:45 -05:00
0ca041c042 sao: fix date formatting in YuiMedalShopData 2023-11-13 17:36:22 -05:00
25528203fe sao: fix encoder helpers 2023-11-13 17:31:23 -05:00
a06d1aaf8c sao: fix helpers 2023-11-13 17:24:22 -05:00
e035806b41 sao: fix yui shops 2023-11-13 17:17:27 -05:00
a9f72cec69 sao: add shop data tables 2023-11-13 14:45:20 -05:00
22cf3f83a6 remove randbytes 2023-11-13 13:47:17 -05:00
ee45c55f66 sao: stub get_shop_resource_sales_data_list 2023-11-13 12:53:40 -05:00
1034a505f0 fixing get_allnet_info for cxb, sao and ongeki 2023-11-13 10:43:38 -05:00
4bedf71d3d sao: fix trial_tower_play_end 2023-11-12 20:02:08 -05:00
84b44d2a02 sao: add logging to synthesize_enhancement_equipment 2023-11-12 19:55:10 -05:00
b516da2e6e sao: add logging to synthesize_enhancement_hero_log 2023-11-12 19:53:36 -05:00
a767646361 sao: make synthesize_enhancement_hero_log similar to synthesize_enhancement_equipment 2023-11-12 19:48:03 -05:00
3596f0f34c sao: fix synthesize_enhancement_equipment 2023-11-12 19:45:39 -05:00
ab3b6a9814 sao: fix SaoSynthesizeEnhancementHeroLogRequest 2023-11-12 19:24:08 -05:00
c384a8d1f5 sao: properly initialize material_common_reward_user_data_count 2023-11-12 19:22:46 -05:00
9bc76279f1 sao: fix episode_play_end 2023-11-12 18:46:38 -05:00
9026c25fcc sao: fix both unanalyzed log fixed requests 2023-11-12 17:35:06 -05:00
ff48438b85 sao: fix change_party 2023-11-12 17:26:21 -05:00
e1a70d1a06 sao: fix dict lengths of multiple response handlers 2023-11-12 16:13:04 -05:00
1ff0e4e2c6 sao: fix episode_play_end again 2023-11-11 11:10:57 -05:00
c23ab1438e sao: remove unused imports 2023-11-11 01:13:09 -05:00
773729dc0c sao: fix episode_play_end 2023-11-11 01:11:41 -05:00
0e739b2077 adding SSL support for SAO 2023-11-10 23:20:30 -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
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
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