Commit Graph

28 Commits

Author SHA1 Message Date
200bfe7d84 mucha: oops 2024-01-22 15:55:10 -05:00
9a021d4005 mucha: add shop info 2024-01-22 15:32:43 -05:00
66c9548dd2 mucha: move to starlette 2024-01-22 15:03:59 -05:00
029be55cc0 mucha: fix handlers 2024-01-22 14:59:53 -05:00
2d95e29f3c remove unused imports 2024-01-09 15:59:58 -05:00
14fa0f5e8e begin move 2024-01-09 03:07: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
5499d38bb4 mucha: streamline mucha_postprocess (thanks Bottersnike!) 2023-09-05 17:32:51 -04:00
cf7cc0997a mucha: add other request/response structures 2023-08-15 23:19:48 -04: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
85b73e634d mucha: add DownloadState 2023-07-12 00:41:53 -04:00
37d24b3b4d mucha: now respects log level set in core.yaml 2023-05-30 21:32:27 -04:00
238d437519 reformat with black in preperation for merge to master 2023-04-23 21:04:52 -04:00
6fa0175baa print cleanup, remove unused mucha options 2023-03-12 01:59:12 -05:00
18a95f5213 add get_ip_addr util function for servers behind proxies 2023-03-12 01:00:51 -05:00
2dd84bbe3e pokken: fix mucha and allnet info, fix allnet 2.00 format requests 2023-03-10 20:31:29 -05:00
e9ffd95435 implement dict.get() 2023-03-09 12:17:10 -05:00
a76bb94eb1 let black do it's magic 2023-03-09 11:38:58 -05:00
Hay1tsme
36054ebb66 mucha: add missing boardath values 2023-03-05 11:42:03 -05:00
Hay1tsme
82b159e5b1 MuchaUpdateResponse: add missing values 2023-03-05 09:45:34 -05:00
Hay1tsme
59b2401a67 mucha: add updatecheck response stub 2023-03-05 09:43:05 -05:00
Hay1tsme
ff6ef16b89 mucha: small cleanup with a oneliner 2023-03-04 22:52:17 -05:00
Hay1tsme
a7a830c6b7 mucha: remove default values from response classes 2023-03-04 22:48:12 -05:00
Hay1tsme
b12f61198f mucha: fixups 2023-03-04 22:46:26 -05:00
Hay1tsme
3f40e083ce add mucha config to coreconfig 2023-02-21 16:46:43 -05:00
Hay1tsme
655d9dc530 simplified main dispatcher 2023-02-18 23:12:40 -05:00
Hay1tsme
9ee155792e add mucha handler, fix CXB log duplication 2023-02-17 01:37:59 -05:00