summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-11-04Add authentication support.v5.0.1.20221104.alpha1Joe Rayhawk2-4/+21
2022-10-29shard: version incrementv5.0.1.20221029.alpha1Joe Rayhawk1-2/+2
2022-10-29Fiberize all event and response handling.Joe Rayhawk1-44/+50
This patch may also get rid of some race conditions and deadlocks.
2022-10-29Limit connection failure spam and add negotiated flag.Joe Rayhawk1-0/+22
2022-10-29Remove mentions of "obs5"Joe Rayhawk1-7/+6
I don't expect to care about protocol versions for a while.
2022-10-29createinput(): return JSON::Any response dataJoe Rayhawk1-0/+1
This makes the sceneItemId available to the caller.
2022-10-29Cache last known real SceneItemTransformJoe Rayhawk1-2/+12
This can be used to derive a useful sourceHeight and sourceWidth on sources that initialize at 0.
2022-10-28Crystal OBS-WebSocket object relational mapping and control interface ↵v5.0.1.20201028.alpha1Joe Rayhawk3-0/+1595
initial commit.