Commit Graph

55 Commits

Author SHA1 Message Date
DevilXD
8d5f66c654 Ensure CHANNEL_CLEANUP stops watching a channel that's about to be removed 2022-01-12 17:48:25 +01:00
DevilXD
17dc4b2c30 Ensure CHANNEL_SWITCH preserves currently watched channel 2022-01-12 17:45:45 +01:00
DevilXD
cab3c584fb Change campaigns refresh every hour to channel cleanup;
Separate off GAMES_UPDATE from INVENTORY_FETCH
2022-01-12 11:50:16 +01:00
DevilXD
6b30f93f71 Implement dynamic campaign status 2022-01-12 11:36:36 +01:00
DevilXD
9f7c865abb Implement tray drop claim notifications 2022-01-11 22:23:58 +01:00
DevilXD
1aba5984d2 Protect 3p lib imports + update requirements 2022-01-11 20:29:13 +01:00
DevilXD
716a824323 Implement the tray icon 2022-01-11 20:22:02 +01:00
DevilXD
a3ca61f1c7 Inventory fetch now sorts campaigns 2022-01-11 20:20:54 +01:00
DevilXD
2e7f19be0d Remove campaign's get_drop 2022-01-11 20:20:21 +01:00
DevilXD
a4d708eed8 Fix is_watching not working 2022-01-11 19:06:35 +01:00
DevilXD
e0868c5fa7 Redesign the watch loop with awaitable channel value 2022-01-11 15:37:11 +01:00
DevilXD
215f02bb87 Implement channel list shrinking on cleanup 2022-01-11 12:30:08 +01:00
DevilXD
fb10d2ae78 Fix selecting next game 2022-01-11 11:58:52 +01:00
DevilXD
826b6647d0 Move channel cleanup 2022-01-11 11:55:52 +01:00
DevilXD
2bbbad8c9f farm -> mine 2022-01-10 10:03:01 +01:00
DevilXD
ab202279dd Fix a crash when there's no available campaigns 2022-01-10 09:53:06 +01:00
DevilXD
8d77a362b5 Fix detection of whether or not a drop can be progressed 2022-01-09 14:13:08 +01:00
DevilXD
6bbf33fb0e Remove debug logging 2022-01-08 18:31:49 +01:00
DevilXD
ca96b5a799 Fix debug log formatting 2022-01-08 15:21:39 +01:00
DevilXD
23ab930c0d Simplify the logic of adding channels to the cache 2022-01-08 15:06:07 +01:00
DevilXD
79e685ed0b Use a list for the games;
Preserves games sorting, and lets the campaigns return games in their active state order
2022-01-08 15:03:09 +01:00
DevilXD
15d127bedd Watch restart after claiming drop adjustment 2022-01-07 22:41:37 +01:00
DevilXD
fe4169cf6f Anonymize points payloads 2022-01-07 20:07:39 +01:00
DevilXD
4cd392022f Correct logging attempts count: +1 2022-01-07 19:26:26 +01:00
DevilXD
12da851800 Improve handling after claiming a drop 2022-01-07 16:05:06 +01:00
DevilXD
c1f4233111 Improve debug log + session timeout 2022-01-07 13:32:34 +01:00
DevilXD
62a3bc715c Better active drop search 2022-01-07 10:46:33 +01:00
DevilXD
bceb49b23a Streamline and improve the active drop search process 2022-01-06 22:11:59 +01:00
DevilXD
978d958578 Improve the drop progress tracking system 2022-01-06 14:33:00 +01:00
DevilXD
a8a5e174d7 Selecting a different game actually switches properly now 2022-01-06 14:28:40 +01:00
DevilXD
ec4e652ab3 start the websocket after we confirm there are drops to mine 2022-01-02 17:35:14 +01:00
DevilXD
65c2c9fb2c Minor corrections 2021-12-29 19:53:53 +01:00
DevilXD
e91d16169e Login verification now strictly loops twice at max 2021-12-29 18:34:19 +01:00
DevilXD
c8d3b992d7 Huge GUI update 2021-12-29 13:55:05 +01:00
DevilXD
bddbff7c35 Adjust drop timer: 58s -> 58.5s 2021-12-24 19:09:50 +01:00
DevilXD
8db5542127 Fix campaign_change never resetting 2021-12-24 19:09:08 +01:00
DevilXD
7504a222d1 Fix ws add_topics dedupe + remove accepts str 2021-12-24 19:08:25 +01:00
DevilXD
acdc7458f1 Stop watching log level warning -> info 2021-12-20 14:03:46 +01:00
DevilXD
cb5db158ec Use a more sane live streams limit 2021-12-16 19:30:56 +01:00
DevilXD
39363a0aee Proper argparse and better logging system 2021-12-16 19:06:59 +01:00
DevilXD
2d63b24c8f Fix user_id being a str instead of int 2021-12-16 14:18:30 +01:00
DevilXD
a45838e088 Huge websocket redesign, to support more than a single connection 2021-12-15 18:37:30 +01:00
DevilXD
99e1ce0fcc Account for game being none 2021-12-10 15:33:24 +01:00
DevilXD
97521c11e9 Small code cleanup 2021-12-10 13:45:28 +01:00
DevilXD
713f0ed181 Fix debugging mistake 2021-12-05 19:35:30 +01:00
DevilXD
5642716dd3 Improve user feedback when typing in the password 2021-12-05 19:34:43 +01:00
DevilXD
2917e3995c Fix a bug with websocket still running after all drops are mined out 2021-12-05 18:11:37 +01:00
DevilXD
857a543214 Implement drop campaign reeval when last drop is claimed 2021-12-04 18:38:40 +01:00
DevilXD
d83420fbbe Add a message about the currently watched channel going offline 2021-12-04 16:25:23 +01:00
DevilXD
2c6e385b32 Defer get_spade_url for some nice startup speedup 2021-12-04 16:21:01 +01:00