Github Actions
3a96b585ce
docs(ci): Update generated docs - 12c6527
[skip ci]
2021-12-30 05:09:00 +00:00
Github Actions
389cbd854c
docs(ci): Update generated docs - 707ac3f
[skip ci]
2021-12-29 08:54:22 +00:00
Github Actions
5c16a11ba8
docs(ci): Update generated docs - af217c0
[skip ci]
2021-12-29 07:54:48 +00:00
Github Actions
4835abd9c2
docs(ci): Update generated docs - 964e91b
[skip ci]
2021-12-29 03:04:15 +00:00
tt2468
964e91bbd7
docs: Document ObsMediaInputAction
2021-12-28 18:57:02 -08:00
Github Actions
851a6f8c5a
docs(ci): Update generated docs - e2f60b0
[skip ci]
2021-12-29 00:58:51 +00:00
tt2468
86506778ad
RequestHandler: Add Ui category
...
Creates a new category specific to requests controlling the OBS UI.
2021-12-28 16:58:28 -08:00
Github Actions
899888eb6c
docs(ci): Update generated docs - 1423802
[skip ci]
2021-12-23 09:07:56 +00:00
Github Actions
66f416236c
docs(ci): Update generated docs - b331f76
[skip ci]
2021-12-21 11:10:11 +00:00
Github Actions
a0ad43c7d7
docs(ci): Update generated docs - f566ccd
[skip ci]
2021-12-21 09:32:37 +00:00
Github Actions
71bf9e9021
docs(ci): Update generated docs - 0c7fda2
[skip ci]
2021-12-19 10:11:36 +00:00
Dominik Nakamura
9b879baf38
Make titles uppercase
2021-12-19 16:10:24 +09:00
Github Actions
b3ef9a861e
docs(ci): Update generated docs - 54fd7af
[skip ci]
2021-12-17 07:53:30 +00:00
Dominik Nakamura
947f261d17
docs: Improve generated docs formatting
2021-12-17 16:21:07 +09:00
Github Actions
906c6c4871
docs(ci): Update generated docs - f7ab102
[skip ci]
2021-12-17 06:57:34 +00:00
Github Actions
fdc8b5546f
docs(ci): Update generated docs - 6f72da8
[skip ci]
2021-12-17 06:57:01 +00:00
tt2468
6f72da83ff
Merge pull request #874 from dnaka91/fix-markdown-arrays
...
docs: Fix `Array` type in markdown
2021-12-17 13:56:41 +07:00
Github Actions
0007987219
docs(ci): Update generated docs - 77f8c5b
[skip ci]
2021-12-17 06:56:16 +00:00
Dominik Nakamura
c6afc8f981
docs: Fix Array
type in markdown
2021-12-17 15:08:33 +09:00
Github Actions
edda844a34
docs(ci): Update generated docs - d642654
[skip ci]
2021-12-17 04:01:59 +00:00
Github Actions
24cd95bca7
docs(ci): Update generated docs - 0f6ee87
[skip ci]
2021-12-15 10:42:02 +00:00
tt2468
0f6ee87f99
WebSocketServer: [BREAKING] Remove ignoreInvalidMessages identify param
...
This parameter is a weird one. With the abstraction of requests from
the underlying websocket protocol, there theoretically should be no
need to ignore invalid messages, because the implementation of the
low-level protocol on clients should be solid, with the requests
themselves not being fatal to the session.
As such, I consider this to be feature bloat, with lots of messy code
attributed to it.
2021-12-15 02:41:37 -08:00
Github Actions
9c8f056d3e
docs(ci): Update generated docs - 41a145c
[skip ci]
2021-12-15 10:13:28 +00:00
tt2468
2e7262fe11
docs: Document plugin api event
2021-12-14 18:33:50 -08:00
Github Actions
612a50efbb
docs(ci): Update generated docs - 2042692
[skip ci]
2021-12-15 01:42:11 +00:00
Github Actions
0ed3c9b367
docs(ci): Update generated docs - e47de63
[skip ci]
2021-12-13 20:33:51 +00:00
Github Actions
84f90a9650
docs(ci): Update generated docs - 3ea8506
[skip ci]
2021-12-13 00:54:23 +00:00
BarRaider
d4353d4bf1
docs: fixed wrong opcode in docs
2021-12-12 23:42:13 +02:00
tt2468
c9c5da6837
RequestBatchExecutionType: Change executionType values
...
Fits better for the front-facing API.
2021-12-10 22:00:02 -08:00
tt2468
fcbe11616d
docs: Overhaul documentation ( #863 )
...
More docs-related commits will follow, but this needs to be merged in order to continue with other development.
* Docs: Overhaul docs generator (beginning)
* docs: Rename comments file
* docs: Move comments gitignore
* docs: Initial request documentation
* docs: Improvements to comment processing
* docs: More improvements
* docs: Add enum functionality for protocol.json
* WebSocketServer: Document enums
* RequestHandler: Document RequestStatus enum
* Base: Move ObsWebSocketRequestBatchExecutionType to its own file
Moves it to its own file, renaming it to `RequestBatchExecutionType`.
Changes the RPC to use integer values for selecting execution type
instead of strings.
* docs: Update introduction header
Removes the enum section, and documents RequestBatchExecutionType.
* WebSocketCloseCode: Shuffle a bit
* Base: Use `field` instead of `key` or `parameter` in most places
* RequestStatus: Mild shuffle
It was really bothering me that OutputPaused and OutputNotPaused
had to be separated, so we're breaking it while we're breaking
other stuff.
* docs: Delete old files
They may be added back in some form, but for now I'm getting them
out of the way.
* docs: Add enum identifier value
Forgot to add this before, oops
* docs: Document more enums
* docs: Add basic protocol.md generator
* docs: More work on MD generator
* docs: MD generator should be finished now
* docs: More fixes
* docs: More fixes
* docs: More tweaks + add readme
* docs: Update readme and add inputs docs
* docs: More documentation
2021-12-10 21:38:18 -08:00
Github Actions
a9d86ce35c
docs(ci): Update generated docs - b9b8e38
[skip ci]
2021-09-04 17:58:05 +00:00
tt2468
b9b8e38998
WebSocketServer: Remove ignoreNonFatalRequestChecks from session params
2021-09-04 10:57:00 -07:00
Github Actions
d2d2bdd730
docs(ci): Update generated docs - 9a8587d
[skip ci]
2021-09-01 17:44:19 +00:00
tt2468
fb0656c31e
RequestHandler: Simplify request statuses
2021-09-01 10:30:40 -07:00
Github Actions
6035f258d2
docs(ci): Update generated docs - a40160e
[skip ci]
2021-08-30 17:01:00 +00:00
tt2468
a40160e305
WebSocketServer: Use Sec-WebSocket-Protocol for json/msgpack
2021-08-30 09:59:59 -07:00
Github Actions
fc8dce45ee
docs(ci): Update generated docs - ac78acd
[skip ci]
2021-08-30 08:47:29 +00:00
tt2468
f37edbd71c
EventHandler: Include required event intent in emit
2021-08-30 01:39:46 -07:00
Github Actions
2f1ca4a066
docs(ci): Update generated docs - d1abc6e
[skip ci]
2021-08-28 12:14:17 +00:00
tt2468
d1abc6e0c7
Docs: Fix table of contents links and some other stuff
2021-08-28 05:13:24 -07:00
Github Actions
06c188a8ca
docs(ci): Update generated docs - 03e32c8
[skip ci]
2021-08-28 12:02:58 +00:00
tt2468
03e32c8b5e
Base: Major protocol refactor
...
As discussed in the #development channel in discord
- Switch from using message types to integer op codes
- Consolidate op-specific keys into `d` sub-object
- Shorten low-level payload keys from `messageType` to `op`, add `d`
Other changes:
- The WebSocketCloseCode enum has been refactored. It's best to just
treat it like it's new
- Some performance benefits came along the way. Nothing gamechanging,
but notable
- Various bug fixes discovered while refactoring
2021-08-28 05:02:24 -07:00
tt2468
17cbde0e48
Utils: Queue notifications in the UI thread
...
Soooooooooo apparently doing notifications natively shouldn't even
work. This is probably what was crashing OBS in 4.x. Fixed now I
guess...
2021-06-13 07:12:19 -07:00
Github Actions
5789cf6865
docs(ci): Update generated docs - 945816c
[skip ci]
2021-06-13 09:43:46 +00:00
tt2468
230d25fc8b
Docs: Various updates
2021-06-13 02:42:47 -07:00
Github Actions
0596e867aa
docs(ci): Update generated docs - ed79da9
[skip ci]
2021-06-06 07:05:28 +00:00
tt2468
d3c7f4b3fd
WebSocketProtocol: Remove availableRequests from Hello
2021-06-05 23:54:11 -07:00
Github Actions
1b213c7dca
docs(ci): Update generated docs - cff6abf
[skip ci]
2021-05-14 08:14:53 +00:00
tt2468
cff6abfe03
Merge branch 'master' of https://github.com/Palakis/obs-websocket
2021-05-14 01:14:04 -07:00
tt2468
45d62e5ce0
EventHandler: General, Config, Scenes, Inputs
2021-05-14 01:13:27 -07:00
Github Actions
e19df3e3a0
docs(ci): Update generated docs - 9a1b6dc
[skip ci]
2021-05-14 00:56:50 +00:00
tt2468
9a1b6dcd3a
Docs: Update enums and varios other stuff
2021-05-13 17:56:09 -07:00
Github Actions
26bfd3121d
docs(ci): Update generated docs - 5afaf3e
[skip ci]
2021-04-30 17:03:08 +00:00
tt2468
5afaf3e6e3
Docs: Update event subscriptions model and general improvements
2021-04-30 10:02:05 -07:00
Github Actions
74a82e5cb3
docs(ci): Update generated docs - d1d5dd7
[skip ci]
2021-04-29 05:04:11 +00:00
tt2468
b0a594e509
WebSocketCloseCode: Add InvalidContentType
2021-04-28 20:54:31 -07:00
Github Actions
7a8e53db3a
docs(ci): Update generated docs - 17f3137
[skip ci]
2021-04-27 02:04:55 +00:00
tt2468
17f3137b40
Merge branch 'master' of https://github.com/Palakis/obs-websocket
2021-04-26 19:04:29 -07:00
tt2468
89091a9a2f
docs: Update some formatting
2021-04-26 19:04:16 -07:00
Github Actions
22670d2eeb
docs(ci): Update generated docs - ba6d1cb
[skip ci]
2021-04-27 01:52:04 +00:00
tt2468
ba6d1cbfac
docs: Finish copying info from protocol reference gist
2021-04-26 18:51:24 -07:00
Github Actions
10e2060a7c
docs(ci): Update generated docs - 4130651
[skip ci]
2021-04-27 01:42:41 +00:00
tt2468
41306511c9
docs: Add separators
2021-04-26 18:42:08 -07:00
Github Actions
10fdb8a4f0
docs(ci): Update generated docs - 6160c29
[skip ci]
2021-04-27 01:39:26 +00:00
tt2468
6160c292ef
Merge branch 'master' of https://github.com/Palakis/obs-websocket
2021-04-26 18:39:00 -07:00
tt2468
96651a7e8e
docs: Add more from protocol spec gist
2021-04-26 18:38:47 -07:00
Github Actions
b0598364f0
docs(ci): Update generated docs - cfb66fd
[skip ci]
2021-04-27 00:59:44 +00:00
tt2468
cfb66fdf14
docs: Finish authentication stuff
2021-04-26 17:59:13 -07:00
Azure CI
b5cd2c11a0
docs(ci): Update protocol.md - 76357df
[skip ci]
2021-04-27 00:27:47 +00:00
Azure CI
a834373f25
docs: More stuff
2021-04-26 17:18:40 -07:00
Azure CI
d2e8971245
docs(ci): Update protocol.md - 1c6e8fd
[skip ci]
2021-04-26 10:01:25 -07:00
Azure CI
1c6e8fdf86
docs: Apparently github doesnt support custom header ids
2021-04-26 09:59:26 -07:00
Azure CI
579cc99fef
docs(ci): Update protocol.md - fcd7d07
[skip ci]
2021-04-26 09:57:24 -07:00
Azure CI
fcd7d07001
docs: Lots of changes
2021-04-26 09:55:50 -07:00
Azure CI
5ce89a4734
docs(ci): Update protocol.md - 4c03447
[skip ci]
2021-04-26 09:55:33 -07:00
Azure CI
7f81604938
docs: Regenerate docs
2021-04-26 08:47:31 -07:00
tt2468
f3d5cfbd18
Initial commit for attempted rewrite
2021-03-08 03:56:43 -08:00