• Joined on 2023-12-19
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.
tom pushed to master at tom/hermes-client 2025-01-13 22:48:07 -05:00
5fc1b5f942 Version update check is optional. Removed reliance on web API. Fixed client reconnection due to redemptions.
tom pushed to master at tom/hermes-client 2025-01-13 20:28:41 -05:00
b74b1d70f3 Update to version 4.6
tom pushed to master at tom/hermes-client 2025-01-13 20:27:32 -05:00
86590f1c7f Fixed directory creation when no directory is mentioned for certain redeemable actions. Undid property name change for Twitch Redemption Id.
4099322ce2 Undo the connection change for Hermes client.
75fa154546 Removal of default policies.
Compare 3 commits »
tom pushed to master at tom/hermes-web-angular 2025-01-13 20:02:48 -05:00
c5cdf84f3b Added subscriptions in redemption resolver to keep up with changes. Fixed double data entries in some cases (due to resolver changes).