Commit graph

2087 commits

Author SHA1 Message Date
Miroslav Šedivý
ceb4e0c3f1 implement mute / unmute. 2024-09-06 22:59:23 +02:00
Miroslav Šedivý
3d0b245abf locks send immediate ID. 2024-09-06 22:59:23 +02:00
Miroslav Šedivý
df64a53e58 fix. 2024-09-06 22:59:23 +02:00
Miroslav Šedivý
45c90ce9c2 fix logging and server addr. 2024-09-06 22:59:23 +02:00
Miroslav Šedivý
679157ef6d update profile on join. 2024-09-06 22:59:23 +02:00
Miroslav Šedivý
0f1f218694 legacy: fix error reporting. 2024-09-06 22:59:23 +02:00
Miroslav Šedivý
3965bb870d fix locks. 2024-09-06 22:59:23 +02:00
Miroslav Šedivý
8ce16e2280 fix PluginSettings. 2024-09-06 22:59:23 +02:00
Miroslav Šedivý
15591287cf fix control give for users. 2024-09-06 22:59:04 +02:00
Miroslav Šedivý
610457a9d7 add ADMIN_CONTROL. 2024-09-06 22:59:04 +02:00
Miroslav Šedivý
c2b9c70c38 add emote & fix host id. 2024-09-06 22:59:04 +02:00
Miroslav Šedivý
65730694ff handle sessions on connected / disconnected. 2024-09-06 22:59:04 +02:00
Miroslav Šedivý
9ea9c1c208 add legacy webrtc handler. 2024-09-06 22:59:04 +02:00
Miroslav Šedivý
1d8ec58fbc legacy adapter - add http calls. 2024-09-06 22:59:04 +02:00
Miroslav Šedivý
1c4fc4653b WIP legacy adapter. 2024-09-06 22:59:04 +02:00
Miroslav Šedivý
1fd4e53637 WIP: legacy WS. 2024-09-06 22:59:00 +02:00
Miroslav Šedivý
6d72a795ef fix broadcast typo. 2024-09-06 22:58:25 +02:00
Miroslav Šedivý
6a9cb24743 add V2: prefix to all config options. 2024-09-06 22:57:34 +02:00
Miroslav Šedivý
96ab1c53bb allow setting desktop / capture display separately. 2024-09-06 22:57:34 +02:00
Miroslav Šedivý
e0a4b39cd5 add v2 compatible config. 2024-09-06 22:57:34 +02:00
Miroslav Šedivý
b5c3f8d4a6 WIP: legacy config integration. 2024-09-06 22:57:34 +02:00
Miroslav Šedivý
0ee11b661a add AV1 codec. 2024-09-06 22:57:34 +02:00
Miroslav Šedivý
cfb423b13d move server to server directory. 2024-09-06 22:56:24 +02:00
Emmanuel Ortiz
2cd4957472
add generic ArrayIn function with minimal type casting (#411) 2024-08-18 22:27:49 +02:00
RisedSky
d56c19b2aa
chore(docs): Add haproxy in the reverse-proxy section (#409) 2024-08-16 09:14:06 +02:00
Lukas Bachschwell
6486db601b
Add missing libgstreamer-plugins-base1.0-dev to compile dependency docs (#407) 2024-08-11 20:02:40 +02:00
Miroslav Šedivý
1b84c7e7ba fix invalid errors. 2024-07-20 14:48:54 +02:00
Miroslav Šedivý
21a4b2b797 autostart broadcast only if url is set. 2024-06-18 23:35:22 +02:00
Miroslav Šedivý
5e96bca296 update readme. 2024-06-17 23:20:42 +02:00
Miroslav Šedivý
c78d797fe7 fix typo. 2024-06-17 23:16:48 +02:00
Miroslav Šedivý
57596315e9 broadcast_autostart as config option, #398. 2024-06-17 23:14:12 +02:00
Miroslav Šedivý
0d7887e9d2 workaround for firefox read clipboard, #373.
Firefox 122+ incorrectly reports that it can read the clipboard but it can't instead it hangs when reading clipboard, until user clicks on the page and the click itself is not handled by the page at all, also the clipboard reads always fail with "Clipboard read operation is not allowed."
2024-06-16 22:55:13 +02:00
Miroslav Šedivý
978fd8977d google does not archive chrome 111 anymore. 2024-06-16 22:28:32 +02:00
Miroslav Šedivý
4ab5901ba9 sync clipboard only if in focus #373. 2024-06-16 22:27:46 +02:00
Miroslav Šedivý
da45f62ca8 chat: use can send & can receive in settings and profile. 2024-06-16 18:10:55 +02:00
Miroslav Šedivý
37b131c74c fix plugin settings unmarshal by changing to "name.key". 2024-06-16 18:08:46 +02:00
Miroslav Šedivý
43467dcac1 filetransfer: use enabeld in settings and profile. 2024-06-16 17:27:42 +02:00
Miroslav Šedivý
5a04066c55 add PluginSettings unmarshaller. 2024-06-16 16:42:32 +02:00
Miroslav Šedivý
ae117ccdbb fix dev scripts. 2024-06-16 16:26:42 +02:00
Miroslav Šedivý
f65f262d48 WIP: add chat plugin. 2024-06-09 19:05:21 +02:00
Miroslav Šedivý
fc3b6f2e21 OnProfileChanged add new & old profile. 2024-06-09 18:02:01 +02:00
Miroslav Šedivý
11a862f101 update docs. 2024-05-19 23:17:17 +02:00
Miroslav Šedivý
b938a4e09e update docs. 2024-05-19 17:07:52 +02:00
Miroslav Šedivý
59b2faec66 add control requesting to the host. 2024-05-10 12:41:51 +02:00
Miroslav Šedivý
0e8108e9a4 add session delete and disconnect to API. 2024-05-09 10:28:58 +02:00
Miroslav Šedivý
416faa3df4 add session to host change. 2024-05-06 23:47:13 +02:00
Miroslav Šedivý
b562c797b3 remove goformat from settings.json. 2024-05-05 00:03:47 +02:00
Miroslav Šedivý
57ffca0bed add session to settings change. 2024-05-05 00:03:32 +02:00
Miroslav Šedivý
d47302e2cd remo superfluous structs from keyboard api. 2024-05-03 22:41:42 +02:00
Miroslav Šedivý
b90eb87c22 unify types.ScreenSize and add ID to screen size update. 2024-05-03 22:40:56 +02:00