200 Commits

Author SHA1 Message Date
b8fb30a2ae add TODO 2025-03-10 21:08:05 +01:00
70285958d1 WIP: add polls 2025-03-10 21:06:40 +01:00
9592e2daf0 move defaults to defaults folder 2025-03-10 19:52:55 +01:00
d0ff884dec split redeems.py into a folder 2025-03-10 19:36:15 +01:00
56cb94e1a0 remove the complete column from milestones table 2025-03-07 23:11:42 +01:00
4e363876e7 add None points handling to redeems_handler 2024-10-06 15:23:48 +02:00
20e3d6d4b2 add types to dashboard 2024-10-06 15:23:38 +02:00
b3cbe42450 add types to owncast_webhooks 2024-10-06 15:23:30 +02:00
68c585405d expand types and comments in helpers 2024-10-06 15:23:18 +02:00
e8d8c265a7 add types to db 2024-10-06 15:23:02 +02:00
a274ddb89f add types to init 2024-10-06 15:22:34 +02:00
22fcea8a96 add types to requests 2024-10-06 15:22:25 +02:00
0d5d82a23b fix type alias, remove unused functions 2024-10-06 15:21:57 +02:00
50403381e0 fix is_redeem_from_config_active type hints 2024-10-06 11:18:43 +02:00
6758829634 typo fix 2024-10-06 11:08:50 +02:00
9f89a2a892 rename tlapbot types :( 2024-10-06 11:08:17 +02:00
c8d2865383 redeems.py type signatures, add_to_redeem_queue improvement, redeem alias
need to test slight change
2024-10-06 11:03:56 +02:00
09de99234c add type signature to handle_redeem 2024-10-06 11:02:05 +02:00
fe75fb7acc type signature for send_help 2024-10-05 22:09:13 +02:00
477151f423 typo fix 2024-10-05 22:08:47 +02:00
c22af69b2a type signatures in owncast_helpers
+ typo fix
2024-10-05 22:08:19 +02:00
f1a57c16e4 style corrections 2024-02-10 13:38:26 +01:00
7da002eb00 remove unused imports, variables 2024-02-10 13:33:09 +01:00
5e7810eb9f another list_redeems fix
dont use list_redeems
2024-02-10 12:21:29 +01:00
61d318f418 fix and improve LIST_REDEEMS 2024-02-10 11:57:57 +01:00
ba30c96c01 warning improvement 2024-02-10 11:49:09 +01:00
6d3a4671cc fix dictionary iteration in redeems 2024-02-10 11:31:51 +01:00
384ca03e23 rewrite space warning 2024-02-06 20:16:54 +01:00
7722bdf608 add redeem name warning to init 2024-02-06 20:15:58 +01:00
8e4d21c02f clarify positivity of integer 2024-02-06 19:11:53 +01:00
571aa47aab make zero points not redeemable 2024-02-06 19:10:37 +01:00
433564bddf only one debug log for terminal needed 2024-02-06 19:06:00 +01:00
894ff175a6 remove redundant line ends 2024-02-06 18:18:15 +01:00
6641121ca3 add <br>s to help message construction 2024-02-04 18:09:47 +01:00
7ffb1a15b0 change webhook to use rawBody instead of body when reading msg
remove_emoji function is now unused, as shortcodes get scrubbed in rawBody now
2024-02-04 18:09:36 +01:00
e5e88bf520 Merge branch 'master' of github.com:SleepyLili/tlapbot into develop 2024-02-04 11:28:51 +01:00
b4a6c4e41c html/jinja formatting improvements
thanks chat
2024-02-03 18:47:42 +01:00
5316f7e205 improve default_redeems
list milestone "goal" first in the redeems dictionary
2023-07-13 12:42:46 +02:00
80037593a9 fix redeem handler for redeems with no price
milestone needs to be handled first
2023-07-03 12:27:45 +02:00
d484a0a363 fix reset_milestone 2023-07-03 12:18:29 +02:00
348e674f74 make price tab in dashboard blank for milestones 2023-07-03 11:02:09 +02:00
ca9aa6d79d add reset and hard-reset command to init 2023-07-03 10:46:35 +02:00
ae42a052de add true/false fail checks to click commands
previously click would print stuff like "X done succesfully" after error
now it'll be more clear that a failure has occured
2023-06-26 13:40:26 +02:00
d1416d3706 add reset-milestone and hard-reset-milestone
commands to click
2023-06-26 13:28:34 +02:00
f66b125ac3 remove unused start_milestone function 2023-06-26 13:12:28 +02:00
6f6fc10d0f remove minimum bid for #15 2023-06-20 14:39:19 +02:00
bf68f518da add error handling and response check to requests 2023-06-20 13:41:22 +02:00
b08371838f fix redeeming inactive redeem 2023-03-28 13:05:35 +02:00
739438f28b move active category check
from __init__.py to being done runtime in functions
2023-03-28 13:02:50 +02:00
d372ed6e6b bugfix: check_apply_milestone was []ing None 2023-03-27 16:38:05 +02:00