Commit Graph

68 Commits (6f56150e0b8a5a6ced5224ca4add9ea828559dd9)

Author SHA1 Message Date
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
WolverinDEV f18957e75e Fixed a minor channel tree select bug. 2020-04-21 16:17:21 +02:00
WolverinDEV 14d2c863a3 Do not lookup "localhost" anymore 2020-04-18 21:38:12 +02:00
WolverinDEV 7b261d6f15 Using React for the client channel and a lot of performance updates related to the channel tree 2020-04-18 19:37:30 +02:00
WolverinDEV 10a5ccbff3 Fixed some native client related bugs 2020-04-11 11:43:41 +02:00
WolverinDEV 3b500daac7 Added hotkeys to the client 2020-04-10 20:57:50 +02:00
WolverinDEV 6aa515fd6e Fixed default away state 2020-04-09 23:23:34 +02:00
WolverinDEV f7d6671457 A lot of updated related to the menu bar and the basic event handler system 2020-04-09 15:10:14 +02:00
WolverinDEV 25901ff72c Starting with react 2020-04-06 16:29:40 +02:00
WolverinDEV a40b73dc28 Disabled certificate accept popup because its currently not supported due to the webpack changes 2020-04-03 16:03:39 +02:00
WolverinDEV d5ed46150e Added tr caching to webpack 2020-03-31 15:19:53 +02:00
WolverinDEV 0e3a415983 Refactored the app to use webpack 2020-03-30 13:44:18 +02:00
WolverinDEV 447e84ed0f Reset all js files and start from zero, this time more structured 2020-03-29 12:54:15 +02:00
WolverinDEV 13b65a1f35 Starting with webpack 2020-03-27 23:36:57 +01:00
WolverinDEV 78410c9fdf Implemented a music bot control panel 2020-02-22 14:30:17 +01:00
WolverinDEV 7f1bc4db5f Some chat related updates 2020-01-31 00:54:00 +01:00
WolverinDEV f49e7bd527
Fixing small error for the client
Signed-off-by: WolverinDEV <git@teaspeak.de>
2019-12-21 17:09:42 +01:00
WolverinDEV 1ad608ff72
Improved the connect modal and updated the change log
Signed-off-by: WolverinDEV <git@teaspeak.de>
2019-12-21 16:46:56 +01:00
WolverinDEV cd01b9d89e
Improved ban disconnect handling
Signed-off-by: WolverinDEV <git@teaspeak.de>
2019-12-21 16:23:35 +01:00
WolverinDEV 98a1e628ee
Improved background performance when voice is muted
Signed-off-by: WolverinDEV <git@teaspeak.de>
2019-12-21 13:16:10 +01:00
WolverinDEV 2522e12882 Improved an error message 2019-11-23 23:41:51 +01:00
WolverinDEV 2fbf45c5e6 Fixed reconnect message 2019-11-06 14:52:09 +01:00
WolverinDEV b5330b3318 Fixed connect URL generator for the file server. 2019-11-06 12:38:33 +01:00
WolverinDEV d5f32487bd Improved server kick modal 2019-10-24 18:37:12 +02:00
WolverinDEV 66326b2cc9 Improved server kick handling 2019-10-24 18:22:26 +02:00
WolverinDEV 4acaa4a53a Updated some DNS resolve API's (Mainly for the upcomming client update) 2019-10-24 18:05:11 +02:00
WolverinDEV fb430af880 Some small additions 2019-10-19 17:13:40 +02:00