kohlerpop1
ffde21afac
Only copy roomInfo if its valid and null check safety!
2025-09-17 18:54:14 -04:00
GitHub Action
aa1ef1f170
Update version in pom.xml
2025-09-17 01:49:13 +00:00
David Kohler
834dfa0939
MINOR
1.11.0-Release
2025-09-16 21:47:23 -04:00
David Kohler
ab97affc73
Add integration for Eulerstream websocket connections and other QOL changes! ( #144 )
...
* Quick string alteration for proper state!
* Remove -1 close code and convert to standard public static value with reference!
* Convert to and use LiveClientStopType enum for disconnecting websocket from magic numbers!
* Add capability to use Eulerstream Enterprise server and websocket!
2025-09-16 21:46:56 -04:00
GitHub Action
c8120d89b2
Update version in pom.xml
2025-09-06 18:11:34 +00:00
Mathieu Bayou
d325dffdac
Fix: API Key added in the body instead of param ( #142 )
...
* Fix: Add the missing API Key on send chat calls.
* Fix: Wrongly added the apiKey in the body instead of the param
* Update TikTokLiveHttpClient.java
We do not need to null check as Eulerstream verifies anyway so we can just pass whatever the value is.
* Update TikTokLiveHttpClient.java
Revert to your method, but using Header instead of Param, since HttpClient does not allow null values!
Co-authored-by: mbayou <mathieu@novasquare.io >
Co-authored-by: kohlerpop1 <70915561+kohlerpop1@users.noreply.github.com >
1.10.10-Release
2025-09-06 14:09:15 -04:00
GitHub Action
dac688e9d6
Update version in pom.xml
2025-09-06 03:40:42 +00:00
kohlerpop1
92c9724108
Quick string alteration for proper state!
1.10.9-Release
2025-09-05 23:37:50 -04:00
Mathieu Bayou
f7bef6bb31
Fix: Add the missing API Key on send chat calls. ( #141 )
2025-09-05 23:33:54 -04:00
GitHub Action
d8661fa2e3
Update version in pom.xml
2025-09-05 03:44:01 +00:00
David Kohler
fc02239d48
Develop 1.10.8 ( #140 )
...
* Add support for TikTokLinkMicBattleItemCard for battle/match power-ups
* Switch to an efficient pool of daemon threads instead of thread per websocket and sleeping!
* Implement Eulerstream send chat API endpoint!
* Add static to fields for single instance to manage all heartbeat threads. Far more efficient than 1 thread each sleeping!
* Add global comment to known its a true global singleton!
1.10.8-Release
2025-09-04 23:41:18 -04:00
GitHub Action
77eeedc15c
Update version in pom.xml
2025-07-20 01:00:06 +00:00
kohlerpop1
54b0216bf3
Downgrade junit jupiter to use Java 16 only!
1.10.7-Release
2025-07-19 20:58:21 -04:00
David Kohler
4443fbe554
Add Paused state for live data due to false positive of returning HostNotFound when they were only paused! ( #135 )
...
* Add Paused state for live data due to false positive of returning HostNotFound when they were only paused!
* Fix accidental pom.xml comment!
2025-07-19 20:12:19 -04:00
GitHub Action
a6188d8bb0
Update version in pom.xml
2025-05-21 22:48:07 +00:00
David Kohler
81fd7dc85c
Merge pull request #131 from jwdeveloper/develop-1.10.6
...
Add session id to websocket connection to get authenticated WS as well as optional customizable type for disconnecting websocket client in various ways.
1.10.6-Release
2025-05-21 18:45:17 -04:00
kohlerpop1
7e59099793
Add session id to websocket connection to get authenticated WS as well as optional customizable type for disconnecting websocket client in various ways.
2025-05-21 18:43:14 -04:00
GitHub Action
dd2f311539
Update version in pom.xml
2025-05-19 18:47:52 +00:00
David Kohler
ba69f5f5eb
Merge pull request #129 from jwdeveloper/develop-1.10.5
...
Add TikTok Target Identity Data Center cookie to make sessionid effective and verifiable.
1.10.5-Release
2025-05-19 14:46:16 -04:00
kohlerpop1
e9a91f5741
Add TikTok Target Identity Data Center cookie to make sessionid effective and verifiable.
2025-05-19 14:40:41 -04:00
GitHub Action
053bb5e3dc
Update version in pom.xml
2025-05-12 02:21:39 +00:00
David Kohler
906796dc23
Merge pull request #128 from jwdeveloper/develop-1.10.4
...
Fix throwing error bug when connecting using proxy!
1.10.4-Release
2025-05-11 22:19:37 -04:00
kohlerpop1
162092c638
Fix throwing error bug when connecting using proxy!
2025-05-11 22:19:04 -04:00
GitHub Action
a72d134796
Update version in pom.xml
2025-05-11 02:09:04 +00:00
David Kohler
75f6368f2c
Merge pull request #125 from jwdeveloper/develop-1.10.3
...
Change websocket connection logic!
1.10.3-Release
2025-05-10 22:06:35 -04:00
kohlerpop1
b9eb0eba93
Removal of debug print statements!
2025-05-04 21:59:22 -04:00
GitHub Action
50d6d6e515
Update version in pom.xml
2025-04-25 21:00:20 +00:00
kohlerpop1
42f9fe360b
Removal of debug print statements!
1.10.2-Release
2025-04-25 16:58:24 -04:00
GitHub Action
dff226740c
Update version in pom.xml
2025-04-25 19:42:02 +00:00
David Kohler
951d30e6a7
Merge pull request #124 from jwdeveloper/develop-1.10.1
...
Add additional helper methods back to TikTokLinkMicBattleEvent!
1.10.1-Release
2025-04-25 15:40:08 -04:00
kohlerpop1
1df912b722
Add additional helper methods back to TikTokLinkMicBattleEvent!
2025-04-25 15:37:22 -04:00
GitHub Action
4aec20cc35
Update version in pom.xml
2025-04-17 21:47:42 +00:00
kohlerpop1
d877d38db6
MINOR
1.10.0-Release
2025-04-17 17:45:25 -04:00
David Kohler
db199e9a64
MINOR
2025-04-17 17:39:03 -04:00
David Kohler
1c56cf35f0
MINOR
2025-04-17 17:33:10 -04:00
David Kohler
225cb2df11
Merge pull request #123 from jwdeveloper/develop-1.10.0
...
Adapt everything to newly updated proto and fix all mappings for those events
2025-04-17 17:32:17 -04:00
kohlerpop1
1cc8a5af1b
Adapt everything to newly updated proto and fix all mappings for those events.
2025-04-16 22:25:22 -04:00
GitHub Action
edefd0c1fd
Update version in pom.xml
2025-02-19 19:16:59 +00:00
David Kohler
07a28e2632
Update README.md
1.9.2-Release
2025-02-19 14:15:01 -05:00
David Kohler
cc811f6c0a
Merge pull request #121 from jwdeveloper/develop-1.9.2
...
Updates to Priority Order and Preconnection logic and Recording Cancellation!
2025-02-19 14:13:30 -05:00
kohlerpop1
735bdfbb10
Clarify Priority calling order
...
Altered pre-connection logic to make reason settable
Optionally cancel connection if recorder is used and fails to find record url!
2025-02-19 13:18:25 -05:00
GitHub Action
28ef3562b6
Update version in pom.xml
2025-02-15 00:52:55 +00:00
David Kohler
3b6b381e31
Update README.md
1.9.1-Release
2025-02-14 19:51:18 -05:00
David Kohler
86a79d687e
Merge pull request #120 from jwdeveloper/develop-1.9.1
...
Fix clientParams and send cookies when present and not null to specific requests for 18+ livestreams.
2025-02-14 19:50:34 -05:00
kohlerpop1
65a651d4b8
Fix clientParams and send cookies when present and not null to specific requests for 18+ livestreams.
2025-02-14 19:44:32 -05:00
GitHub Action
8bda5d789c
Update version in pom.xml
2025-02-11 22:09:28 +00:00
David Kohler
81fb2b4576
MINOR
1.9.0-Release
2025-02-11 17:07:56 -05:00
David Kohler
64b2e74d2b
Update README.md
2025-02-11 17:06:36 -05:00
David Kohler
8a1f3255d0
Merge pull request #119 from jwdeveloper/develop-1.9.0
...
Develop 1.9.0
2025-02-11 17:06:10 -05:00
kohlerpop1
03892390fa
Optimize for loop!
2025-02-11 16:39:44 -05:00