tt2468
|
4028d42931
|
WebSocketServer: Only encode event once and when it's required
|
2021-04-29 08:52:40 -07:00 |
|
tt2468
|
d8e84321b1
|
WebSocketServer: Clarify logging
|
2021-04-29 08:34:50 -07:00 |
|
tt2468
|
1cee256cb3
|
WebSocketServer: Store debug setting
|
2021-04-29 08:24:27 -07:00 |
|
tt2468
|
3ac0f0edee
|
Merge branch 'master' of https://github.com/Palakis/obs-websocket
|
2021-04-28 22:52:47 -07:00 |
|
tt2468
|
fa259b43a9
|
WebSocketServer: Finish BroadcastEvent()
|
2021-04-28 22:52:19 -07:00 |
|
tt2468
|
b43fc4fec6
|
WebSocketServer: Make QObject again
|
2021-04-28 22:13:02 -07:00 |
|
tt2468
|
0370b5882d
|
WebSocketServer: Finish GetConnectUrl()
|
2021-04-28 22:07:52 -07:00 |
|
Github Actions
|
74a82e5cb3
|
docs(ci): Update generated docs - d1d5dd7 [skip ci]
|
2021-04-29 05:04:11 +00:00 |
|
tt2468
|
d1d5dd74ea
|
WebSocketServer: Send hello in onOpen
|
2021-04-28 22:03:23 -07:00 |
|
tt2468
|
b0a594e509
|
WebSocketCloseCode: Add InvalidContentType
|
2021-04-28 20:54:31 -07:00 |
|
tt2468
|
ee858448c5
|
CI: Don't need these anymore
|
2021-04-28 20:34:46 -07:00 |
|
tt2468
|
fab3bde9e0
|
CI: Cache Qt archive instead of directory
Helps build times
|
2021-04-28 20:27:34 -07:00 |
|
tt2468
|
671407efaf
|
CI: Qt private shit
|
2021-04-28 20:17:26 -07:00 |
|
tt2468
|
35569cd4af
|
CI: Add deps I didnt think were necessary
|
2021-04-28 20:14:12 -07:00 |
|
tt2468
|
ff1f016964
|
CI: Damn pipewire shit
|
2021-04-28 20:10:33 -07:00 |
|
tt2468
|
4e62b40857
|
CI: Add Ubuntu run
|
2021-04-28 20:07:57 -07:00 |
|
tt2468
|
ec0deb4f48
|
CI: More shit + caching
|
2021-04-28 19:41:39 -07:00 |
|
tt2468
|
c2b04d6951
|
CI: Fix installer syntax error
|
2021-04-28 19:17:32 -07:00 |
|
tt2468
|
134a6b7efe
|
CI: Fix installer filename
|
2021-04-28 19:05:58 -07:00 |
|
tt2468
|
0042d40256
|
CI: Don't build obs browser
|
2021-04-28 18:55:41 -07:00 |
|
tt2468
|
ebdc954aa7
|
CI: Update qt msvc
|
2021-04-28 18:49:44 -07:00 |
|
tt2468
|
63a3e28c4b
|
CI: Update some stuff
|
2021-04-28 18:45:56 -07:00 |
|
tt2468
|
3ae8c1a8fb
|
CI: Test the old gh actions script
|
2021-04-28 18:34:44 -07:00 |
|
tt2468
|
89373827f0
|
CI: Make qt cache the directory now
|
2021-04-28 17:43:52 -07:00 |
|
tt2468
|
a42954262c
|
CI: Can we cache the directory?
|
2021-04-28 17:38:38 -07:00 |
|
tt2468
|
f99ad7f347
|
CI: It's all dumb
|
2021-04-28 17:28:37 -07:00 |
|
tt2468
|
94d2fed542
|
CI: CI is dumb
|
2021-04-28 17:26:32 -07:00 |
|
tt2468
|
758ce3303b
|
CI: How about now
|
2021-04-28 17:21:48 -07:00 |
|
tt2468
|
23daa40bdd
|
CI: More stuff
|
2021-04-28 17:19:01 -07:00 |
|
tt2468
|
90386bb81b
|
CI: Match cache stuff
|
2021-04-28 17:11:28 -07:00 |
|
tt2468
|
1f07b44bec
|
CI: Maybe fix cache?
|
2021-04-28 16:53:46 -07:00 |
|
tt2468
|
bdeab93890
|
CI: Test CI
|
2021-04-28 16:50:45 -07:00 |
|
tt2468
|
06857e58ea
|
CI: Don't run git commands if not run on ci
|
2021-04-28 16:04:26 -07:00 |
|
tt2468
|
c73f6608b9
|
Config: Add command line parameters to override port and password
|
2021-04-28 15:59:29 -07:00 |
|
tt2468
|
1dcf6460f1
|
Utils: Add Platform helpers
|
2021-04-28 14:24:05 -07:00 |
|
tt2468
|
af46271b27
|
WebSocketServer: Add some onOpen and onClose logic, make websocketpp logging mirror debug setting
|
2021-04-28 13:26:22 -07:00 |
|
tt2468
|
0be9174bb1
|
WebSocketServer: Don't call stop() on the server
For some reason I thought I was supposed to call it /shrug
|
2021-04-28 12:36:15 -07:00 |
|
tt2468
|
af7a539e84
|
Only stop server if its running
|
2021-04-28 12:20:56 -07:00 |
|
tt2468
|
c91b924f0e
|
SettingsDialog: Server port had no logic for some reason. Also restart server if settings are changed
|
2021-04-28 12:18:46 -07:00 |
|
tt2468
|
a70e18a2bf
|
WebSocketServer: Add some error handling
|
2021-04-28 12:09:12 -07:00 |
|
tt2468
|
fb01a28623
|
SettingsDialog: Add timer to constantly update session table
|
2021-04-28 11:56:41 -07:00 |
|
tt2468
|
aa241ecc9e
|
base: Make sure config is saved on exit
|
2021-04-28 11:45:34 -07:00 |
|
tt2468
|
b53b40d9c8
|
base: Improve logging
|
2021-04-28 11:43:39 -07:00 |
|
tt2468
|
e2d837958f
|
WebSocketServer: Fix shutdown order
|
2021-04-28 11:40:07 -07:00 |
|
tt2468
|
5348c80aa8
|
WebSocketServer: Add GetWebSocketSessions() logic
|
2021-04-28 11:28:07 -07:00 |
|
tt2468
|
3d43bd525b
|
SettingsDialog: Fix datetime shit
|
2021-04-28 11:27:11 -07:00 |
|
tt2468
|
53e773b1a2
|
WebSocketSession: Add remoteAddress string
|
2021-04-28 11:23:12 -07:00 |
|
tt2468
|
11913dac76
|
WebSocketServer: Rename sessionDuration to connectedAt
|
2021-04-28 11:14:00 -07:00 |
|
tt2468
|
0af2724ee9
|
WebSocketSession: Add connectedAt
|
2021-04-28 11:12:53 -07:00 |
|
tt2468
|
1245958031
|
WebSocketSession: Add encoding
|
2021-04-28 10:41:51 -07:00 |
|