Commit Graph

189 Commits (aa360e470881fdf2d9abf8ac69e1fb35ba549e0e)

Author SHA1 Message Date
WolverinDEV 5df48b0bbf Some minor compile and client fixing changes 2021-02-20 18:34:42 +01:00
WolverinDEV b9310b3fec Reworked the BrowserIPC module 2021-02-20 17:46:17 +01:00
WolverinDEV 281748ac7e Implemented #170 2021-02-15 19:03:22 +01:00
WolverinDEV e5ed31fb47 Fixed some bugs and fixed a critical bug within the event registry 2021-02-15 15:53:01 +01:00
WolverinDEV c297c441b0 Fixed modal paths 2021-02-09 10:11:40 +01:00
WolverinDEV 9e63ab4dc9 Updating stuff to the new modal functionality 2021-01-22 16:50:55 +01:00
WolverinDEV 16ad080df9 Some prep for IPC events 2021-01-22 13:34:43 +01:00
WolverinDEV 7b1852e647 Fixed all popout modals 2021-01-16 13:36:06 +01:00
WolverinDEV bf5d1c4771 Introducing the new client service provider and removing the old obsolete statistics service 2021-01-12 03:52:16 +01:00
WolverinDEV b2ea8b498a Fixed some compile errors 2021-01-10 18:32:17 +01:00
WolverinDEV 84e907adbb Directly importing logging methods and some general code and logging messages cleanup 2021-01-10 17:36:57 +01:00
WolverinDEV 71d049302c Reworked the settings module 2021-01-10 16:13:15 +01:00
WolverinDEV a01c91e43b Removed the old connection log module 2021-01-10 14:15:20 +01:00
WolverinDEV 853c522129 Automatically updating the connect password if we got prompted to enter a password 2021-01-10 13:48:53 +01:00
WolverinDEV 38d655eee4 Fixed microphone mute/unmute for web clients 2021-01-09 13:01:41 +01:00
WolverinDEV d2503aa4e6 Properly implemented the connection history logger 2021-01-08 23:51:26 +01:00
WolverinDEV 6b5adf30c7 Fixed some microphone issues 2021-01-08 21:30:48 +01:00
WolverinDEV f1d24df7ac Rendering the hostbanner via React 2021-01-05 14:46:09 +01:00
WolverinDEV 2a120987cf Sloppy allowing the user to controll it's max bandwidth used 2021-01-04 21:28:47 +01:00
WolverinDEV 8480587f4f A lot of updates and added a new feature 2020-12-21 20:07:09 +01:00
WolverinDEV d4ab372173 Improved the video rendering and selection 2020-12-21 20:07:09 +01:00
WolverinDEV de3ab5843a Fixed the context menu within popout windows for the web client 2020-12-21 20:07:09 +01:00
WolverinDEV 0035e73179 Some minor bugfixing and enabled context menus for every clickable client tag 2020-12-21 20:07:09 +01:00
WolverinDEV fea0993c7d Some minor chat related bugfixing and separated the chat controller form the chat modal 2020-12-21 20:07:09 +01:00
WolverinDEV e6f19e9b17 Adding the cargo lock file to use the same libraries as in development 2020-12-08 14:32:20 +01:00
WolverinDEV 2041ed5fc3 Recoded the client info ui in React and increased responsibility to variable changes 2020-12-07 19:37:06 +01:00
WolverinDEV 903c29ac51 Added channel movement and reordering 2020-12-03 17:52:20 +01:00
WolverinDEV afc107391f Fixed bug where voice replays even though the client is muted 2020-12-03 12:10:44 +01:00
WolverinDEV 46d9ead8ba Updated the package version to 1.5.0 and some minor changes 2020-12-02 18:23:42 +01:00
WolverinDEV 33422db12e Implemented support for the native client 2020-11-29 21:00:59 +01:00
WolverinDEV 1759fb1756 Using tr as imported function and changed the shared app declaration build mechanism 2020-11-29 14:42:02 +01:00
WolverinDEV 4c16b8373a Moved the RTP part to the shared part and trick the user to activate audio before connecting to any server. 2020-11-28 19:33:54 +01:00
WolverinDEV 1cc91668b7 Some firefox related updates 2020-11-28 15:41:44 +01:00
WolverinDEV 0ce7da1e4f Fixed whisper commands for old TeaSpeak servers 2020-11-28 13:00:56 +01:00
WolverinDEV ee0fee5cf7 Implemented the voice whisper backend and reenabled the voice echo test for TeaSpeak 1.5.0 2020-11-28 12:58:22 +01:00
WolverinDEV 18e44faf3c Some small updates, related to firefox 2020-11-25 23:41:32 +01:00
WolverinDEV 02a939da15 Added the option to mute/unmute remote video and some minor bugfixing 2020-11-22 19:08:19 +01:00
WolverinDEV 83a4c6c0f4 Fixed compile error 2020-11-22 16:24:53 +01:00
WolverinDEV 0fc138598b Fixed compile error 2020-11-22 16:24:32 +01:00
WolverinDEV 0e030215db Some minor changes and fixes 2020-11-22 16:11:00 +01:00
WolverinDEV 0bde320faa Updated the video codec, added screen sharing and added a lot of video configure options. 2020-11-22 13:48:15 +01:00
WolverinDEV 8be3943d00 Added legacy support for the non 1.5.0 TeaSpeak server voice bridge and fixed the client status updates 2020-11-17 14:27:46 +01:00
WolverinDEV 769563757e Removed debugging code and fixed minor out of order status update bug for the connection status 2020-11-17 13:29:36 +01:00
WolverinDEV ee35e252cf Improved RTC connection handling and logging 2020-11-17 13:10:24 +01:00
WolverinDEV 9afced5d98 Muting the speaker now results in muted clients as well 2020-11-17 11:27:14 +01:00
WolverinDEV 947bac0e66 fixed two compile errors 2020-11-17 11:26:52 +01:00
WolverinDEV ae83459c30 Added a connection status indicator and broke Firefox audio playback (not sure why). 2020-11-16 21:02:18 +01:00
WolverinDEV 10ed00dd19 Using default video codec 120 since FF dosn't seem to support payload type switching for VP8 2020-11-16 00:02:47 +01:00
WolverinDEV b23655dea3 Using codec 101 as VP8 payload type 2020-11-15 23:28:34 +01:00
WolverinDEV e2fed64b39 Fixed the video connection for firefox and some minor bugfixes 2020-11-15 23:28:00 +01:00