Commit Graph

46 Commits

Author SHA1 Message Date
DevilXD
793fb5ccaf Assume directory streams always have the tag 2023-02-19 16:23:06 +01:00
DevilXD
07708e9ab1 Improve on the CALL logging, added useful comments 2022-12-14 14:43:02 +01:00
DevilXD
5751f96882 Implement handling for broadcast-settings-update 2022-12-11 18:39:38 +01:00
DevilXD
4788ac8fbf Use slots where possible for a marginal memory save 2022-11-25 11:42:46 +01:00
DevilXD
008dffb212 A bunch of naming and consistency changes 2022-11-15 21:39:17 +01:00
DevilXD
fb3c6bf0ce Finish integrity support 2022-09-15 07:27:55 +02:00
DevilXD
f919850ad2 Typing update 2022-07-31 21:40:03 +02:00
DevilXD
b20893ab03 Fix a potential issue with stream state not refreshing the watching payload 2022-07-23 12:32:07 +02:00
DevilXD
c77b8f6714 Minor consistency changes 2022-05-15 14:44:06 +02:00
DevilXD
8cd77bae2a Change websocket internals to use aiohttp instead 2022-04-08 22:04:53 +02:00
DevilXD
5af4ee79c3 Remove Game Selector;
Implement multi-game mining based on the priority list
2022-03-30 14:15:26 +02:00
DevilXD
f7b0a5f2cc Implement the inventory tab 2022-03-27 14:03:11 +02:00
DevilXD
92d722fd0c Change typing to 3.10 syntax 2022-02-27 12:07:40 +01:00
DevilXD
423e51bc27 Handle maximum channels limit;
Proper handle of a case where the app ends up with more channels from ACLs than is supported
2022-02-13 20:13:11 +01:00
DevilXD
fa0293faf3 Explicitly set stream to none here 2022-02-11 20:53:19 +01:00
DevilXD
f41146ebdd tags are jsontype 2022-02-11 20:47:12 +01:00
DevilXD
904ccecc2a Redo stream init 2022-02-11 18:27:08 +01:00
DevilXD
4d2a884fbe Redo channel init 2022-02-11 18:09:54 +01:00
DevilXD
473af57aeb make channel list's display add channels only on explicit add 2022-02-10 21:34:36 +01:00
DevilXD
d90d20a42c Streamline connection retry code 2022-02-09 11:59:08 +01:00
DevilXD
038fac48f9 Fix a bug with an uninitialized attribute 2022-02-07 21:02:28 +01:00
DevilXD
5e129d41d8 Attribute lookup performance improvements 2022-02-06 21:23:17 +01:00
DevilXD
32f475d7ed Fix the possibility of stream_data being None 2022-02-06 21:05:37 +01:00
DevilXD
91b2844e9b Fix an issue with directory returning channel name as login 2022-01-25 16:05:14 +01:00
DevilXD
5e2a40fc57 Improve channel's repr 2022-01-24 23:02:00 +01:00
DevilXD
29d4fb6cb0 Fix an issue where channel's display name was treated like it's username/login 2022-01-24 22:57:37 +01:00
DevilXD
3d3eb3b005 Defer client session init 2022-01-23 12:40:16 +01:00
DevilXD
59cceaf474 Added some basic connection problems handling 2022-01-22 21:10:12 +01:00
DevilXD
db5698843c Cache watch payload 2022-01-22 19:42:01 +01:00
DevilXD
75179dc69f Fix isEnabled KeyError 2022-01-22 19:32:13 +01:00
DevilXD
c0d6d8eb60 Fix channel cleanup removing priority channels 2022-01-22 19:02:31 +01:00
DevilXD
bd9d818b21 Implement support for campaign ACLs 2022-01-22 15:31:44 +01:00
DevilXD
a91644d6de Latest user agent, cleanup comments and docstrings;
ONLINE_DELAY: 60s -> 120s
2022-01-12 12:11:04 +01:00
DevilXD
bbea5452b6 Add missing type: ignore 2022-01-08 15:16:06 +01:00
DevilXD
978d958578 Improve the drop progress tracking system 2022-01-06 14:33:00 +01:00
DevilXD
c8d3b992d7 Huge GUI update 2021-12-29 13:55:05 +01:00
DevilXD
72b80e18d8 Remove redundant copy operation 2021-12-23 22:09:45 +01:00
DevilXD
23a8681e71 Fix directory channels having ID as str 2021-12-23 13:44:43 +01:00
DevilXD
0631a00ff5 set_offline now cancels pending_online task 2021-12-22 20:51:25 +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
2c6e385b32 Defer get_spade_url for some nice startup speedup 2021-12-04 16:21:01 +01:00
DevilXD
fcd9e5b52d Made the settings file optional;
default config creation removed, instead fetches a list of all live channels for the current drop campaign's games
2021-12-04 14:16:25 +01:00
DevilXD
126eb06db0 Improve channel online handling 2021-12-03 21:54:47 +01:00
DevilXD
a310db8103 Improve dict key hashing 2021-12-03 21:51:20 +01:00
DevilXD
fac2788e4b First release 2021-12-03 17:48:51 +01:00