1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00
Commit graph

36 commits

Author SHA1 Message Date
Ash Keel
94678d337f
refactor: mini refactor 2023-05-05 15:02:23 +02:00
Ash Keel
cc30033146
refactor: refactor the damn alerts! 2023-05-05 14:40:16 +02:00
Ash Keel
6c1ba74b18
refactor: split off some more functions 2023-05-04 15:14:21 +02:00
Ash Keel
29880bdc23
feat: Add sending chat command responses as whispers/replies/announcements 2023-05-04 13:10:11 +02:00
Ash Keel
06f6107b89
docs: update changelog 2023-04-24 16:18:15 +02:00
Ash Keel
a429826e8a
fix: The UPDATE AVAILABLE banner works properly in prerelase builds 2023-04-23 02:59:30 +02:00
Ash Keel
adc3cacc24
refactor: slightly nicer logs 2023-04-23 02:26:46 +02:00
Ash Keel
ba3b9c673a
change: better log messages, tuned reconnection logic on eventsub, updated to kv v10 2023-04-19 15:27:13 +02:00
Ash Keel
65b23d03ae
fix: update wails and build process 2023-03-31 11:43:33 +02:00
Ash Keel
0eb6000975
fix: rework the alert templates so it doesn't break with multiple messages 2023-03-31 11:03:01 +02:00
Ash Keel
586eab696e
fix: fix chat history being saved with the wrong type 2023-03-09 13:17:18 +01:00
Ash Keel
df46f7dfbf
fix: force refreshing the auth token when starting 2023-03-05 20:11:19 +01:00
Ash Keel
86a86799e5
fix: fix eventsub breaking because of channel.follow v1 deprecation 2023-02-23 10:50:52 +01:00
Ash Keel
fc9465063e
fix: wrap log data so it doesn't exit the screen 2023-02-17 19:51:55 +01:00
Ash Keel
3c107b9a32
fix: don't block local client on Wait call 2023-02-16 00:21:34 +01:00
Ash Keel
6f6883886f
fix: handle websocket references a bit nicer 2023-02-15 10:45:14 +01:00
Ash Keel
9df69d1b3d
feat: we can generate our own documentation... wait but why 2023-02-07 22:29:26 +01:00
Ash Keel
d38b982733
fix: clarify no contribution to goals 2023-02-06 10:36:00 +01:00
Ash Keel
33a577cbc1
fix: loyalty system polling now works again 2023-02-02 21:24:14 +01:00
Ash Keel
7ebf0f9670
fix: fix missing early exit on request error 2023-02-01 11:53:27 +01:00
Ash Keel
4f0cc8e570
fix: store dates with events 2023-01-26 16:37:30 +01:00
Ash Keel
08663a1e46
chore: make this an error 2023-01-26 10:06:24 +01:00
Ash Keel
d72b8834a3
change: bump eventsub history size to 100 2023-01-09 16:23:54 +01:00
Ash Keel
d4bed8752f
fix: update the correct IRC bot instance so we don't keep more than one
fixes #40
2022-12-24 14:34:46 +01:00
Ash Keel
7b9c773b51
fix: clear templated functions so deleted commands don't stick around
fixes #38
2022-12-24 13:48:58 +01:00
Ash Keel
df1a75bd44
feat: add bot config in onboarding and more contact places 2022-12-22 13:35:30 +01:00
Ash Keel
62220502de
feat: add chat scopes to Twitch user token 2022-12-20 15:03:02 +01:00
Ash Keel
3bc662796f
fix: fix misuses of wrapped values 2022-12-04 18:34:59 +01:00
Ash Keel
65cf91d476
refactor: bump to containers v0.3.0 (API changes) 2022-12-04 14:45:34 +01:00
Ash Keel
db31c75662
refactor: use SyncSlice 2022-12-04 00:04:15 +01:00
Ash Keel
330c4a3ec2
fix: remove last mutexes 2022-12-03 17:29:19 +01:00
Ash Keel
aaffaebe55
refactor: module conundrum phase 1
Refactor Twitch client and bot so it can be closed and reopened with a
different config.
Add a cancellation function to subscription functions so they can be
cancelled.
Use http.Handler instead of HandlerFunc for custom routes
2022-12-03 16:16:59 +01:00
Ash Keel
f42869b34e
refactor: use helix methods for user tokens 2022-12-03 16:16:32 +01:00
Ash Keel
d0bf35d0b1
fix: add error checks to placate mr lint 2022-12-02 23:52:45 +01:00
Ash Keel
b9181c2d99
fix: don't resubscribe if reconnection has same ID 2022-12-01 00:29:57 +01:00
Ash Keel
4c0708138a
refactor: begone modules 2022-11-30 19:15:47 +01:00