Commit graph

94 commits

Author SHA1 Message Date
WolverinDEV
e78833e534 The sidebar now is completely disconnected from the connection handler itself and only renders what's needed. 2020-12-09 20:44:33 +01:00
WolverinDEV
a05b795859 Some minor chat related bugfixing and separated the chat controller form the chat modal 2020-12-09 13:36:56 +01:00
WolverinDEV
92191b259b Properly logging channel creations, deletions, shows and hides 2020-12-04 13:36:34 +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
164f715171 Prompting the user to unmute himself if he's muted before doing the echo test 2020-11-28 13:15:27 +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
d3d11700ce Reduced client update command spam as well reduced the overall client join commands (Fixing #147) 2020-11-17 14:35:26 +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
ee35e252cf Improved RTC connection handling and logging 2020-11-17 13:10:24 +01:00
WolverinDEV
e2fed64b39 Fixed the video connection for firefox and some minor bugfixes 2020-11-15 23:28:00 +01:00
WolverinDEV
1ca64c82e2 Some video chat updates 2020-11-12 20:53:56 +01:00
WolverinDEV
658b44ed1d Introduced Video to the web client. A lot of changes are still pending 2020-11-07 13:16:07 +01:00
WolverinDEV
a76daf280e Fixed memory references which keep unneeded objects in memory 2020-09-28 10:13:20 +02:00
WolverinDEV
cbd20a2177 Implemented the channel popout ui 2020-09-28 09:37:48 +02:00
WolverinDEV
3c70722bfd Reworked the channel tree events 2020-09-26 21:34:46 +02:00
WolverinDEV
9782bb355a Adjusted to the new icon API 2020-09-26 01:22:21 +02:00
WolverinDEV
72289dee12 Removed old connection handler code 2020-09-25 18:29:42 +02:00
WolverinDEV
b46c7d1b1e Removed debugging messages 2020-09-25 17:17:20 +02:00
WolverinDEV
5a3e1f26ea Some minor fixes for the native client 2020-09-25 17:15:24 +02:00
WolverinDEV
9dd8eec7ae Removed the voice echo test for the native client 2020-09-25 10:46:42 +02:00
WolverinDEV
f2a7f37c74 Improved the server tab navigation bar 2020-09-24 15:51:22 +02:00
WolverinDEV
92dfd41e58 Moved the connection handler 2020-09-24 11:24:31 +02:00
WolverinDEV
94b6c5aaa5 Improved the echo testing 2020-09-16 21:12:28 +02:00
WolverinDEV
8e5966c04c Fixed the audio mute states 2020-09-16 20:37:39 +02:00
WolverinDEV
6f56150e0b Changes are listed bellow:
- Fixed the control bar microphone and speaker buttons
    - Improved the default identity generation (no web worker required now)
    - Improved voice connection error handling (especially for firefox)
    - Adding a max reconnect limit for voice connection
    - Don't show the newcomer guide when directly connection to a server
    - Fixed default profile initialisation
2020-09-16 19:30:28 +02:00
WolverinDEV
4a4cbdf38e Resolved all tc-shared imports into relative imports 2020-09-12 15:49:20 +02:00
WolverinDEV
391205cb34 resturctured the project a bit 2020-09-12 14:51:03 +02:00
WolverinDEV
b99d5cd6b9 Adding the new echo test 2020-09-07 12:42:00 +02:00
WolverinDEV
a98503285f Starting with the whisper system 2020-08-26 12:33:53 +02:00
WolverinDEV
aa7b9fff43 Some minimal client improvements 2020-08-22 17:50:38 +02:00
WolverinDEV
07c1f6ff15 Removed some debug code 2020-08-19 19:36:17 +02:00
WolverinDEV
400b4f4293 Improved the audio API especially for the web client 2020-08-19 19:33:57 +02:00
WolverinDEV
0d7a34c31a Commiting changes before going on vacation (Still contains errors) 2020-08-13 13:05:37 +02:00
WolverinDEV
92e5b72677 Reworked the connection API a bit and the voice unsupported icon now changes with the voice connection state 2020-08-10 14:41:34 +02:00
WolverinDEV
6b623a4d11 Some minor W2G and general changes 2020-08-08 15:20:32 +02:00
WolverinDEV
31ceb97565 Adding W2G basic functionality. Expended the popout modal 2020-08-07 13:40:11 +02:00
WolverinDEV
3320a7c46c Improved the web server connection connect algorithm 2020-07-24 00:29:36 +02:00
WolverinDEV
234e6d66b0 Added a basic notification system (Settings UI needs to be developed) 2020-07-22 00:55:28 +02:00
WolverinDEV
e377a77e32 Added the basics for popoutable windows and a CSS style editor 2020-07-20 19:08:13 +02:00
WolverinDEV
64cefce509 Disabled the transpile only flag in the typescript loader plugin 2020-07-19 17:12:41 +02:00
WolverinDEV
3155fb85f0 Updated a lot of chat related things 2020-07-17 23:56:20 +02:00
WolverinDEV
f3f8d1cae9 Working un reactifying the conversations 2020-07-12 16:31:57 +02:00
WolverinDEV
d3df4f0976 Fixed script node decoding 2020-06-12 19:33:05 +02:00
WolverinDEV
d1661b9409 Some minor and major bugfixing 2020-06-11 11:17:56 +02:00
WolverinDEV
804f8de18d Reworked the file transfer system, added a channel file browser and fixed some minor bugs 2020-06-10 18:13:56 +02:00
WolverinDEV
606d5ac1f7 Some file transfer adjustments 2020-05-03 20:59:18 +02:00
WolverinDEV
cf7bd3b3c6 Fixed the "Not connected" channel tree server entry bug 2020-04-25 20:27:45 +02:00
WolverinDEV
5b83bd9b51 Some minor fixes for the native client 2020-04-21 17:11:06 +02:00