• Joined on 2023-12-19
tom pushed to master at tom/hermes-client 2025-01-18 17:59:20 -05:00
86fc6bc24d Version update to v4.7
c4e651ff7f Removed useless logging line.
Compare 2 commits »
tom pushed to master at tom/hermes-client 2025-01-18 17:47:40 -05:00
6e6f20b097 Fixed explicit TTS voices in messages when there is text before the first voice name.
03d24b0905 Fixed more group stuffs.
Compare 2 commits »
tom pushed to master at tom/hermes-client 2025-01-18 16:52:50 -05:00
48ac5c4fa0 Updated NuGet packages.
d13cd71ac0 Minor logging changes.
5067ffe119 Added chat message to redemptions. Added Subscription End to Twitch. Added more variables to certain redemptions.
9a17ad16b3 Fixed groups & their websocket support.
Compare 4 commits »
tom pushed to master at tom/hermes-client 2025-01-18 12:57:59 -05:00
c21890b55d Removing groups from chatters when deleting groups.
tom pushed to master at tom/hermes-client 2025-01-18 12:43:36 -05:00
3b24208acc Added connection backoff for OBS.
tom pushed to master at tom/hermes-client 2025-01-18 12:34:15 -05:00
c373af5281 Fixed some minor things.
9f884f71ae Added group chatters support to websocket.
a49e52a6bb Added group support for websockets.
aed0421843 Fixed getting scene item id from OBS.
Compare 4 commits »
tom pushed to master at tom/hermes-common-library 2025-01-16 23:40:04 -05:00
c0a9d62e28 Added a deserialize method to SocketClient.
tom pushed to master at tom/hermes-socket-library 2025-01-16 23:38:13 -05:00
e7a3b2a367 Added TTS Voice & TTS Voice State data classes. Renamed certain classes. Fixed some compiler warnings.
tom pushed to master at tom/hermes-server 2025-01-16 23:32:40 -05:00
6d955f245a Added stores for connections. Added requests for groups, group chatters, group permissions & connections. Using TTS Voice State store.
tom pushed to master at tom/hermes-client 2025-01-16 19:55:06 -05:00
5e33d594d2 Fixed a lot of compiler warnings. Fixed 7tv connection.
b8d0e8cfd8 Removed 3 unused classes.
f3d7c33b83 Removed ! on instances of Search property of TTSWordFilter.
Compare 3 commits »
tom pushed to master at tom/hermes-server 2025-01-16 18:17:21 -05:00
422cd91db2 Added stores for groups, group chatters and group permissions. Fixed some logging text.
ee3f128a9f Changed the default way to modify values in store. Added basic validation to stores. Using interfaces to DI store objects.
Compare 2 commits »
tom pushed to master at tom/hermes-client 2025-01-15 20:12:59 -05:00
b8de9532e2 Fixed adding, modifying and fetching TTS filters.
tom pushed to master at tom/hermes-web-angular 2025-01-15 15:46:04 -05:00
a19a7a0217 Move some subscriptions' lifespan. Added automatic TTS login (when there's an API key)
tom pushed to master at tom/hermes-web-angular 2025-01-15 15:19:56 -05:00
6ee99466f8 Used resoler + service for API keys and TTS login page.
tom pushed to master at tom/hermes-web-angular 2025-01-15 14:48:39 -05:00
d1eae32e4c Minor CSS changes
5a94aa760b Fixed Twitch redemptions being stored when switching users. Added form valid check when clicking on save for redemptions.
Compare 2 commits »
tom pushed to master at tom/hermes-web-angular 2025-01-15 14:46:21 -05:00
59bed7c28b Updated TTS Filters page to use resolvers, services and better UX.
45d6eaeb73 Fixed switching impersonation target while having cached data in resolver for Redemptions.
Compare 2 commits »
tom pushed to master at tom/hermes-server 2025-01-15 09:12:00 -05:00
b00c72ec2a Added TTS flags. Fixed adding, modifying and loading TTS Filters. Changed TTS Filters loading from database to TTS Fitler Store on login ack.
tom pushed to master at tom/hermes-server 2025-01-15 09:11:09 -05:00
259cbc9935 Fixed adding, modifying and loading TTS Filters. Changed TTS Filters loading from database to TTS Fitler Store on login ack.
00cea32cfa Fixed errors related to managing emotes.
125f71e779 Fixed word in logging.
a9542b08fb Added more fields to LoginAck to reduce web API needs on client.
467c3cf0b0 Fixed AutoSavedStore's deletion of data when table was using composite keys.
Compare 5 commits »
tom pushed to master at tom/hermes-web-angular 2025-01-14 19:59:03 -05:00
c62b9aaaad Actions now use resolver. Dialog handles websocket messaging. Added support for text values on actions.
tom pushed to master at tom/hermes-web-angular 2025-01-13 22:50:36 -05:00
9cda9a5738 Users now have access to both Actions & Redemptions pages.